We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfe1aa commit 7978c6aCopy full SHA for 7978c6a
nextflow.config
@@ -68,8 +68,8 @@ params {
68
hisat2_build_memory = '200.GB' // Amount of memory required to build HISAT2 index with splice sites
69
stringtie_ignore_gtf = false
70
min_mapped_reads = 5
71
- extra_star_args = null
72
- extra_salmon_args = null
+ extra_star_align_args = null
+ extra_salmon_quant_args = null
73
save_merged_fastq = false
74
save_unaligned = false
75
save_align_intermeds = false
0 commit comments