1XTP_MODIFY_JOBFILE(1) General Commands Manual XTP_MODIFY_JOBFILE(1)
2
3
4
6 xtp_modify_jobfile - Part of the VOTCA package
7
8
9
11 xtp_modify_jobfile [OPTIONS]
12
13 xtp_modify_jobfile [--help]
14
15
16
18 Creates a subset Jobfile from a larger Jobfile using selection criteria
19
20
21
22
24 options:
25
26 -h, --help show this
27 help
28 message and
29 exit
30 -i J_INPUT, --input J_INPUT Jobfile file
31 to
32 select from.
33 -o J_OUTPUT, --output J_OUTPUT Filename to
34 write
35 new jobfile
36 to.
37 -l JOB_IDS [JOB_IDS ...], --job_ids JOB_IDS [JOB_IDS ...]
38 Either a list
39 of ids
40 '1 3 5' or a
41 range
42 '1-5' or a
43 combination
44 thereof
45 -s SELECTOR, --selector SELECTOR A more
46 flexible way
47 to select
48 jobs can
49 be combined
50 with
51 ranges.
52 Specify the
53 xml tag you
54 want
55 inside the
56 job via
57 e.g.
58 'input/regions/
59 region.id:0'.
60 The
61 tag must
62 exist and
63 the value
64 behind the
65 colon
66 supports '?'
67 and '*'
68 wildcards
69
70
72 Written and maintained by the VOTCA Development Team <devs@votca.org>
73
74
75
77 Copyright 2009-2021 The VOTCA Development Team (http://www.votca.org)
78
79 Licensed under the Apache License, Version 2.0 (the "License"); you may
80 not use this file except in compliance with the License. You may
81 obtain a copy of the License at
82
83 http://www.apache.org/licenses/LICENSE-2.0
84
85 Unless required by applicable law or agreed to in writing, software
86 distributed under the License is distributed on an "AS IS" BASIS,
87 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
88 implied. See the License for the specific language governing
89 permissions and limitations under the License.
90
91
92
93
94VOTCA Development Team xtp_modify_jobfile User Manual XTP_MODIFY_JOBFILE(1)