Skip to content

Commit

Permalink
Update conf/modules.config
Browse files Browse the repository at this point in the history
Co-authored-by: Annick Renevey <47788523+rannick@users.noreply.github.com>
  • Loading branch information
atrigila and rannick authored Dec 19, 2024
1 parent 0596694 commit 00673c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ process {
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
]
ext.args = "--max_readlength ${params.read_length}"
ext.args = "--max_readlength ${params.read_length} --human_gencode_filter"
}

withName: 'STARFUSION_DOWNLOAD' {
Expand Down

0 comments on commit 00673c6

Please sign in to comment.