DOKK / manpages / debian 12 / pigx-rnaseq / pigx-rnaseq.1.en
PIGX(1) User Commands PIGX(1)

PiGx - manual page for PiGx RNAseq Pipeline.

usage: pigx-rnaseq [-h] [-v]

(--init [{settings,sample-sheet,both}] | -s SETTINGS) [-c CONFIGFILE] [--target TARGET] [-n] [--graph GRAPH] [--force] [--reason] [--unlock] [sample_sheet]

PiGx RNAseq Pipeline.

PiGx RNAseq is a data processing pipeline for RNAseq read data.

The sample sheet containing sample data in CSV format.

show this help message and exit
show program's version number and exit
Generate a template SETTINGS file, a SAMPLE-SHEET. Leave empty for both.
A YAML file for settings that deviate from the defaults.
The config file used for calling the underlying snakemake process. By default the file 'config.json' is dynamically created from the sample sheet and the settings file.
Stop when the named target is completed instead of running the whole pipeline. The default target is "final-report". Pass "--target=help" to describe all available targets.
Only show what work would be performed. Do not actually run the pipeline.
Output a graph in Graphviz dot format showing the relations between rules of this pipeline. You must specify a graph file name such as "graph.pdf".
Force the execution of rules, even though the outputs are considered fresh.
Print the reason why a rule is executed.
Recover after a snakemake crash.

This pipeline was developed by the Akalin group at MDC in Berlin in 2017-2018.

Version: 0.0.9

Copyright ?? 2017, 2018 Bora Uyar, Jona Ronen, Ricardo Wurmus. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

The full documentation for PiGx

September 2020 PiGx RNAseq Pipeline.