File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
subworkflows/local/prepare_genome Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments