@@ -26,7 +26,7 @@ Each task is controlled by one of the following commands: `run`, `rerun`, `runp`
26
26
Here you can see the command-line usage instructions for the main looper command and for each subcommand:
27
27
## ` looper --help `
28
28
``` console
29
- version: 1.5.0
29
+ version: 1.5.2-dev
30
30
usage: looper [-h] [--version] [--logfile LOGFILE] [--dbg] [--silent]
31
31
[--verbosity V] [--logdev]
32
32
{run,rerun,runp,table,report,destroy,check,clean,inspect,init,init-piface}
@@ -45,7 +45,7 @@ positional arguments:
45
45
check Check flag status of current runs.
46
46
clean Run clean scripts of already processed jobs.
47
47
inspect Print information about a project.
48
- init Initialize looper dotfile .
48
+ init Initialize looper config file .
49
49
init-piface Initialize generic pipeline interface.
50
50
51
51
options:
@@ -64,9 +64,7 @@ https://github.com/pepkit/looper
64
64
## ` looper run --help `
65
65
``` console
66
66
usage: looper run [-h] [-i] [-d] [-t S] [-x S] [-y S] [-f] [--divvy DIVCFG] [-p P] [-s S]
67
-
68
67
[-c K [K ...]] [-u X] [-n N] [--looper-config LOOPER_CONFIG]
69
-
70
68
[-S YAML [YAML ...]] [-P YAML [YAML ...]] [-l N] [-k N]
71
69
[--sel-attr ATTR] [--sel-excl [E ...] | --sel-incl [I ...]]
72
70
[-a A [A ...]]
@@ -88,9 +86,7 @@ options:
88
86
-f, --skip-file-checks Do not perform input file checks
89
87
-u X, --lump X Total input file size (GB) to batch into one job
90
88
-n N, --lumpn N Number of commands to batch into one job
91
-
92
89
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
93
-
94
90
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
95
91
Path to looper sample config file
96
92
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -119,9 +115,7 @@ sample selection arguments:
119
115
## ` looper runp --help `
120
116
``` console
121
117
usage: looper runp [-h] [-i] [-d] [-t S] [-x S] [-y S] [-f] [--divvy DIVCFG] [-p P] [-s S]
122
-
123
118
[-c K [K ...]] [--looper-config LOOPER_CONFIG] [-S YAML [YAML ...]]
124
-
125
119
[-P YAML [YAML ...]] [-l N] [-k N] [--sel-attr ATTR]
126
120
[--sel-excl [E ...] | --sel-incl [I ...]] [-a A [A ...]]
127
121
[config_file]
@@ -140,10 +134,7 @@ options:
140
134
-x S, --command-extra S String to append to every command
141
135
-y S, --command-extra-override S Same as command-extra, but overrides values in PEP
142
136
-f, --skip-file-checks Do not perform input file checks
143
-
144
137
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
145
-
146
-
147
138
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
148
139
Path to looper sample config file
149
140
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -172,9 +163,7 @@ sample selection arguments:
172
163
## ` looper rerun --help `
173
164
``` console
174
165
usage: looper rerun [-h] [-i] [-d] [-t S] [-x S] [-y S] [-f] [--divvy DIVCFG] [-p P]
175
-
176
166
[-s S] [-c K [K ...]] [-u X] [-n N] [--looper-config LOOPER_CONFIG]
177
-
178
167
[-S YAML [YAML ...]] [-P YAML [YAML ...]] [-l N] [-k N]
179
168
[--sel-attr ATTR] [--sel-excl [E ...] | --sel-incl [I ...]]
180
169
[-a A [A ...]]
@@ -196,9 +185,7 @@ options:
196
185
-f, --skip-file-checks Do not perform input file checks
197
186
-u X, --lump X Total input file size (GB) to batch into one job
198
187
-n N, --lumpn N Number of commands to batch into one job
199
-
200
188
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
201
-
202
189
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
203
190
Path to looper sample config file
204
191
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -226,9 +213,7 @@ sample selection arguments:
226
213
227
214
## ` looper report --help `
228
215
``` console
229
-
230
216
usage: looper report [-h] [--looper-config LOOPER_CONFIG] [-S YAML [YAML ...]]
231
-
232
217
[-P YAML [YAML ...]] [-l N] [-k N] [--sel-attr ATTR]
233
218
[--sel-excl [E ...] | --sel-incl [I ...]] [-a A [A ...]] [--project]
234
219
[config_file]
@@ -241,9 +226,7 @@ positional arguments:
241
226
242
227
options:
243
228
-h, --help show this help message and exit
244
-
245
229
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
246
-
247
230
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
248
231
Path to looper sample config file
249
232
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -263,9 +246,7 @@ sample selection arguments:
263
246
264
247
## ` looper table --help `
265
248
``` console
266
-
267
249
usage: looper table [-h] [--looper-config LOOPER_CONFIG] [-S YAML [YAML ...]]
268
-
269
250
[-P YAML [YAML ...]] [-l N] [-k N] [--sel-attr ATTR]
270
251
[--sel-excl [E ...] | --sel-incl [I ...]] [-a A [A ...]] [--project]
271
252
[config_file]
@@ -278,9 +259,7 @@ positional arguments:
278
259
279
260
options:
280
261
-h, --help show this help message and exit
281
-
282
262
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
283
-
284
263
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
285
264
Path to looper sample config file
286
265
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -300,9 +279,7 @@ sample selection arguments:
300
279
301
280
## ` looper inspect --help `
302
281
``` console
303
-
304
282
usage: looper inspect [-h] [--looper-config LOOPER_CONFIG] [-S YAML [YAML ...]]
305
-
306
283
[-P YAML [YAML ...]] [-l N] [-k N] [--sel-attr ATTR]
307
284
[--sel-excl [E ...] | --sel-incl [I ...]] [-a A [A ...]]
308
285
[--sample-names [SAMPLE_NAMES ...]] [--attr-limit ATTR_LIMIT]
@@ -316,9 +293,7 @@ positional arguments:
316
293
317
294
options:
318
295
-h, --help show this help message and exit
319
-
320
296
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
321
-
322
297
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
323
298
Path to looper sample config file
324
299
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -340,12 +315,12 @@ sample selection arguments:
340
315
## ` looper init --help `
341
316
``` console
342
317
usage: looper init [-h] [-f] [-o DIR] [-S YAML [YAML ...]] [-P YAML [YAML ...]] [-p]
343
- config_file
318
+ pep_config
344
319
345
- Initialize looper dotfile .
320
+ Initialize looper config file .
346
321
347
322
positional arguments:
348
- config_file Project configuration file (YAML )
323
+ pep_config Project configuration file (PEP )
349
324
350
325
options:
351
326
-h, --help show this help message and exit
@@ -360,12 +335,10 @@ options:
360
335
361
336
## ` looper destroy --help `
362
337
``` console
363
-
364
338
usage: looper destroy [-h] [-d] [--force-yes] [--looper-config LOOPER_CONFIG]
365
-
366
339
[-S YAML [YAML ...]] [-P YAML [YAML ...]] [-l N] [-k N]
367
340
[--sel-attr ATTR] [--sel-excl [E ...] | --sel-incl [I ...]]
368
- [-a A [A ...]]
341
+ [-a A [A ...]] [--project]
369
342
[config_file]
370
343
371
344
Remove output files of the project.
@@ -379,14 +352,13 @@ options:
379
352
-d, --dry-run Don't actually submit the jobs. Default=False
380
353
--force-yes Provide upfront confirmation of destruction intent,
381
354
to skip console query. Default=False
382
-
383
355
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
384
-
385
356
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
386
357
Path to looper sample config file
387
358
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
388
359
Path to looper project config file
389
360
-a A [A ...], --amend A [A ...] List of amendments to activate
361
+ --project Process project-level pipelines
390
362
391
363
sample selection arguments:
392
364
Specify samples to include or exclude based on sample attribute values
@@ -401,9 +373,7 @@ sample selection arguments:
401
373
## ` looper check --help `
402
374
``` console
403
375
usage: looper check [-h] [--describe-codes] [--itemized] [-f [F ...]]
404
-
405
376
[--looper-config LOOPER_CONFIG] [-S YAML [YAML ...]]
406
-
407
377
[-P YAML [YAML ...]] [-l N] [-k N] [--sel-attr ATTR]
408
378
[--sel-excl [E ...] | --sel-incl [I ...]] [-a A [A ...]] [--project]
409
379
[config_file]
@@ -419,9 +389,7 @@ options:
419
389
--describe-codes Show status codes description
420
390
--itemized Show a detailed, by sample statuses
421
391
-f [F ...], --flags [F ...] Check on only these flags/status values
422
-
423
392
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
424
-
425
393
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
426
394
Path to looper sample config file
427
395
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
@@ -441,9 +409,7 @@ sample selection arguments:
441
409
442
410
## ` looper clean --help `
443
411
``` console
444
-
445
412
usage: looper clean [-h] [-d] [--force-yes] [--looper-config LOOPER_CONFIG]
446
-
447
413
[-S YAML [YAML ...]] [-P YAML [YAML ...]] [-l N] [-k N]
448
414
[--sel-attr ATTR] [--sel-excl [E ...] | --sel-incl [I ...]]
449
415
[-a A [A ...]]
@@ -460,9 +426,7 @@ options:
460
426
-d, --dry-run Don't actually submit the jobs. Default=False
461
427
--force-yes Provide upfront confirmation of destruction intent,
462
428
to skip console query. Default=False
463
-
464
429
--looper-config LOOPER_CONFIG Looper configuration file (YAML)
465
-
466
430
-S YAML [YAML ...], --sample-pipeline-interfaces YAML [YAML ...]
467
431
Path to looper sample config file
468
432
-P YAML [YAML ...], --project-pipeline-interfaces YAML [YAML ...]
0 commit comments