Skip to content

Commit 47b292c

Browse files
committed
Restore input comments
1 parent cbd5201 commit 47b292c

File tree

1 file changed

+9
-9
lines changed
  • subworkflows/local/prepare_genome

1 file changed

+9
-9
lines changed

subworkflows/local/prepare_genome/main.nf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ workflow PREPARE_GENOME {
5454
hisat2_index // directory: /path/to/hisat2/index/
5555
bbsplit_index // directory: /path/to/bbsplit/index/
5656
sortmerna_index // directory: /path/to/sortmerna/index/
57-
gencode // boolean
58-
featurecounts_group_type // string
59-
aligner // string: 'star_salmon', 'star_rsem', 'hisat2'
60-
pseudo_aligner // string (e.g. 'salmon')
61-
skip_gtf_filter // boolean
62-
skip_bbsplit // boolean
63-
skip_sortmerna // boolean
64-
skip_alignment // boolean
65-
skip_pseudo_alignment // boolean
57+
gencode // boolean: whether the genome is from GENCODE
58+
featurecounts_group_type // string: The attribute type used to group feature types in the GTF file when generating the biotype plot with featureCounts
59+
aligner // string: Specifies the alignment algorithm to use - available options are 'star_salmon', 'star_rsem' and 'hisat2'
60+
pseudo_aligner // string: Specifies the pseudo aligner to use - available options are 'salmon'. Runs in addition to '--aligner'
61+
skip_gtf_filter // boolean: Skip filtering of GTF for valid scaffolds and/ or transcript IDs
62+
skip_bbsplit // boolean: Skip BBSplit for removal of non-reference genome reads
63+
skip_sortmerna // boolean: Skip sortmerna for removal of reads mapping to sequences in sortmerna_fasta_list
64+
skip_alignment // boolean: Skip all of the alignment-based processes within the pipeline
65+
skip_pseudo_alignment // boolean: Skip all of the pseudoalignment-based processes within the pipeline
6666

6767
main:
6868
// Versions collector

0 commit comments

Comments
 (0)