Skip to content

Commit

Permalink
add extra options for fusioninspector
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 20, 2023
1 parent 6a18471 commit fa12804
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 @@ -102,7 +102,7 @@ process {
withName: FUSIONINSPECTOR {
ext.when = { !params.skip_vis }
ext.args = { params.fusioninspector_limitSjdbInsertNsj != 1000000 ? "--STAR_xtra_params \"--limitSjdbInsertNsj ${params.fusioninspector_limitSjdbInsertNsj}\"" : '' }
ext.args2 = '--extreme_sensitivity'
ext.args2 = '--extreme_sensitivity --annotate --examine_coding_effect --predict_cosmic_like'
}

withName: FUSIONREPORT {
Expand Down

0 comments on commit fa12804

Please sign in to comment.