Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor fixes #88

Merged
merged 4 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ where to start? **Easy - _ZARP 'em!_**
- Barry left you some samples to analyze and then went on vacation, again? **No
problem, _ZARP 'em!_**

ZARP-cli uses the HTSinfer package to infer missing metadata and then runs the
[ZARP RNA-Seq analysis pipeline][zarp] on your samples. Impress your colleagues
with your sudden productivity boost. Or better yet, use the time saved to go on
that camping trip with Barry. Just make sure to guard your secret! :wink:
ZARP-cli uses the [HTSinfer][htsinfer] package to infer missing metadata and
then runs the [ZARP RNA-Seq analysis pipeline][zarp] on your samples. Impress
your colleagueswith your sudden productivity boost. Or better yet, use the time
saved to go on that camping trip with Barry. Just make sure to guard your
secret! :wink:

## Basic usage

Expand Down Expand Up @@ -112,6 +113,7 @@ by [email][contact].
[badge-url-docs]: <https://zavolanlab.github.io/zarp-cli>
[badge-url-github-tag]: <https://github.com/zavolanlab/zarp-cli/releases>
[badge-url-license]: <http://www.apache.org/licenses/LICENSE-2.0>
[htsinfer]: <https://github.com/zavolanlab/htsinfer>
[issue-tracker]: <https://github.com/zavolanlab/zarp-cli/issues>
[mamba]: <https://github.com/mamba-org/mamba>
[semver]: <https://semver.org/>
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Available command-line parameters are grouped into the following sections:
| **Run modes** | These parameters execute _ZARP-cli_ in special modes, e.g., for initialization or to display the help screen |
| **Sample-specific** | These parameters modify globally set metadata for all samples of a run, unless overridden inside provided sample tables |
| **Run-specific** | These parameters modify the behavior of _ZARP-cli_ or set metadata to describe runs |
| **User-specific** | These parameters that will be included in the _ZARP_ report, if available |
| **User-specific** | These parameters will be included in the _ZARP_ report, if available |

A complete listing of all available CLI options can easily be printed to the
screen, together with detailed descriptions, with the following command and
Expand Down
5 changes: 3 additions & 2 deletions zarp/config/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,9 @@ def _set_run_arguments(
default=None,
type=str,
help=(
"run identifier; if not provided a random string will be"
" generated"
"whether to trigger a full ZARP-cli run, "
"a dry run (external tools are not run, for testing),"
"or prepare a ZARP run (input data creation only)"
),
)
argument_group.add_argument(
Expand Down
Loading