Skip to content

Commit 7978c6a

Browse files
committed
Extra fix for #907
1 parent adfe1aa commit 7978c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ params {
6868
hisat2_build_memory = '200.GB' // Amount of memory required to build HISAT2 index with splice sites
6969
stringtie_ignore_gtf = false
7070
min_mapped_reads = 5
71-
extra_star_args = null
72-
extra_salmon_args = null
71+
extra_star_align_args = null
72+
extra_salmon_quant_args = null
7373
save_merged_fastq = false
7474
save_unaligned = false
7575
save_align_intermeds = false

0 commit comments

Comments
 (0)