Skip to content

Commit

Permalink
Ensure last-train is ran with --revsym and the other lastal options
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed May 28, 2024
1 parent 5090a0e commit 97dd3ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ process {
ext.args = { "--reverse -m${params.last_split_mismap}" }
}

withName: 'LAST_TRAIN' {
ext.args = { "--revsym ${params.lastal_args}" }
}

withName: 'LAST_LASTAL_M2O' {
ext.prefix = { "${meta.id}.m2o_aln" }
ext.args = { "--split-f=MAF+ ${params.lastal_args} ${params.lastal_extr_args}" }
Expand Down

0 comments on commit 97dd3ec

Please sign in to comment.