Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Jun 28, 2022
1 parent a88f917 commit 65c578b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 9 additions & 10 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
```{console}
usage: peppro.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--logdev] [-C CONFIG_FILE] -O PARENT_OUTPUT_FOLDER
[-M MEMORY_LIMIT] [-P NUMBER_OF_CORES]
[--pipeline-name PIPELINE_NAME] -S SAMPLE_NAME -I INPUT_FILES
[INPUT_FILES ...] [-I2 [INPUT_FILES2 [INPUT_FILES2 ...]]] -G
GENOME_ASSEMBLY [-Q SINGLE_OR_PAIRED]
[-M MEMORY_LIMIT] [-P NUMBER_OF_CORES] -S SAMPLE_NAME -I
INPUT_FILES [INPUT_FILES ...]
[-I2 [INPUT_FILES2 [INPUT_FILES2 ...]]] -G GENOME_ASSEMBLY
[-Q SINGLE_OR_PAIRED]
[--protocol {PRO,pro,PRO-SEQ,PRO-seq,proseq,PROSEQ,GRO,gro,groseq,GROSEQ,GRO-SEQ,GRO-seq}]
[--adapter-tool {cutadapt,fastp}]
[--dedup-tool {seqkit,fqdedup}]
Expand All @@ -24,10 +24,10 @@ usage: peppro.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--pi-body ENSEMBL_GENE_BODY] [--pre-name PRE_NAME]
[--anno-name ANNO_NAME] [--exon-name EXON_NAME]
[--intron-name INTRON_NAME] [--search-file SEARCH_FILE]
[--coverage] [--keep] [--noFIFO] [--no-complexity]
[--prioritize] [-V]
[--coverage] [--keep] [--keep-mito] [--noFIFO]
[--no-complexity] [--prioritize] [-V]
PEPPRO version 0.10.0
PEPPRO version 0.10.1
optional arguments:
-h, --help show this help message and exit
Expand All @@ -48,8 +48,6 @@ optional arguments:
[K|M|G|T].
-P NUMBER_OF_CORES, --cores NUMBER_OF_CORES
Number of cores for parallelized processes
--pipeline-name PIPELINE_NAME
Name of the pipeline
-I2 [INPUT_FILES2 [INPUT_FILES2 ...]], --input2 [INPUT_FILES2 [INPUT_FILES2 ...]]
Secondary input files, such as read2
-Q SINGLE_OR_PAIRED, --single-or-paired SINGLE_OR_PAIRED
Expand Down Expand Up @@ -102,7 +100,8 @@ optional arguments:
the input.
--coverage Report library complexity using coverage: reads /
(bases in genome / read length)
--keep Keep prealignment BAM files
--keep Keep prealignment BAM files.
--keep-mito Keep mitochondrial aligning reads.
--noFIFO Do NOT use named pipes during prealignments.
--no-complexity Disable library complexity calculation (faster).
--prioritize Plot cFRiF/FRiF using mutually exclusive priority
Expand Down
19 changes: 9 additions & 10 deletions usage.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
usage: peppro.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--logdev] [-C CONFIG_FILE] -O PARENT_OUTPUT_FOLDER
[-M MEMORY_LIMIT] [-P NUMBER_OF_CORES]
[--pipeline-name PIPELINE_NAME] -S SAMPLE_NAME -I INPUT_FILES
[INPUT_FILES ...] [-I2 [INPUT_FILES2 [INPUT_FILES2 ...]]] -G
GENOME_ASSEMBLY [-Q SINGLE_OR_PAIRED]
[-M MEMORY_LIMIT] [-P NUMBER_OF_CORES] -S SAMPLE_NAME -I
INPUT_FILES [INPUT_FILES ...]
[-I2 [INPUT_FILES2 [INPUT_FILES2 ...]]] -G GENOME_ASSEMBLY
[-Q SINGLE_OR_PAIRED]
[--protocol {PRO,pro,PRO-SEQ,PRO-seq,proseq,PROSEQ,GRO,gro,groseq,GROSEQ,GRO-SEQ,GRO-seq}]
[--adapter-tool {cutadapt,fastp}]
[--dedup-tool {seqkit,fqdedup}]
Expand All @@ -16,10 +16,10 @@ usage: peppro.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--pi-body ENSEMBL_GENE_BODY] [--pre-name PRE_NAME]
[--anno-name ANNO_NAME] [--exon-name EXON_NAME]
[--intron-name INTRON_NAME] [--search-file SEARCH_FILE]
[--coverage] [--keep] [--noFIFO] [--no-complexity]
[--prioritize] [-V]
[--coverage] [--keep] [--keep-mito] [--noFIFO]
[--no-complexity] [--prioritize] [-V]

PEPPRO version 0.10.0
PEPPRO version 0.10.1

optional arguments:
-h, --help show this help message and exit
Expand All @@ -40,8 +40,6 @@ optional arguments:
[K|M|G|T].
-P NUMBER_OF_CORES, --cores NUMBER_OF_CORES
Number of cores for parallelized processes
--pipeline-name PIPELINE_NAME
Name of the pipeline
-I2 [INPUT_FILES2 [INPUT_FILES2 ...]], --input2 [INPUT_FILES2 [INPUT_FILES2 ...]]
Secondary input files, such as read2
-Q SINGLE_OR_PAIRED, --single-or-paired SINGLE_OR_PAIRED
Expand Down Expand Up @@ -94,7 +92,8 @@ optional arguments:
the input.
--coverage Report library complexity using coverage: reads /
(bases in genome / read length)
--keep Keep prealignment BAM files
--keep Keep prealignment BAM files.
--keep-mito Keep mitochondrial aligning reads.
--noFIFO Do NOT use named pipes during prealignments.
--no-complexity Disable library complexity calculation (faster).
--prioritize Plot cFRiF/FRiF using mutually exclusive priority
Expand Down

0 comments on commit 65c578b

Please sign in to comment.