File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ where to start? **Easy - _ZARP 'em!_**
17
17
- Barry left you some samples to analyze and then went on vacation, again? ** No
18
18
problem, _ ZARP 'em!_ **
19
19
20
- ZARP-cli uses the HTSinfer package to infer missing metadata and then runs the
21
- [ ZARP RNA-Seq analysis pipeline] [ zarp ] on your samples. Impress your colleagues
22
- with your sudden productivity boost. Or better yet, use the time saved to go on
23
- that camping trip with Barry. Just make sure to guard your secret! :wink :
20
+ ZARP-cli uses the [ HTSinfer] [ htsinfer ] package to infer missing metadata and
21
+ then runs the [ ZARP RNA-Seq analysis pipeline] [ zarp ] on your samples. Impress
22
+ your colleagueswith your sudden productivity boost. Or better yet, use the time
23
+ saved to go on that camping trip with Barry. Just make sure to guard your
24
+ secret! :wink :
24
25
25
26
## Basic usage
26
27
@@ -112,6 +113,7 @@ by [email][contact].
112
113
[badge-url-docs]: <https://zavolanlab.github.io/zarp-cli>
113
114
[badge-url-github-tag]: <https://github.com/zavolanlab/zarp-cli/releases>
114
115
[badge-url-license]: <http://www.apache.org/licenses/LICENSE-2.0>
116
+ [htsinfer]: <https://github.com/zavolanlab/htsinfer>
115
117
[issue-tracker]: <https://github.com/zavolanlab/zarp-cli/issues>
116
118
[mamba]: <https://github.com/mamba-org/mamba>
117
119
[semver]: <https://semver.org/>
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Available command-line parameters are grouped into the following sections:
47
47
| ** Run modes** | These parameters execute _ ZARP-cli_ in special modes, e.g., for initialization or to display the help screen |
48
48
| ** Sample-specific** | These parameters modify globally set metadata for all samples of a run, unless overridden inside provided sample tables |
49
49
| ** Run-specific** | These parameters modify the behavior of _ ZARP-cli_ or set metadata to describe runs |
50
- | ** User-specific** | These parameters that will be included in the _ ZARP_ report, if available |
50
+ | ** User-specific** | These parameters will be included in the _ ZARP_ report, if available |
51
51
52
52
A complete listing of all available CLI options can easily be printed to the
53
53
screen, together with detailed descriptions, with the following command and
Original file line number Diff line number Diff line change @@ -405,8 +405,9 @@ def _set_run_arguments(
405
405
default = None ,
406
406
type = str ,
407
407
help = (
408
- "run identifier; if not provided a random string will be"
409
- " generated"
408
+ "whether to trigger a full ZARP-cli run, "
409
+ "a dry run (external tools are not run, for testing),"
410
+ "or prepare a ZARP run (input data creation only)"
410
411
),
411
412
)
412
413
argument_group .add_argument (
You can’t perform that action at this time.
0 commit comments