Skip to content

Commit 60b2417

Browse files
committed
Fix failure due to SORTMERNA module update
1 parent 77bae50 commit 60b2417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ if (!params.skip_bbsplit) {
269269
if (params.remove_ribo_rna) {
270270
process {
271271
withName: 'SORTMERNA' {
272-
ext.args = '--num_alignments 1 --fastx -v'
272+
ext.args = '--num_alignments 1 -v'
273273
publishDir = [
274274
[
275275
path: { "${params.outdir}/sortmerna" },

0 commit comments

Comments
 (0)