Skip to content

Commit

Permalink
Enforce strictness in seqtk cutn, fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed Jan 23, 2025
1 parent 4b9f8b8 commit 10c2d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ process {
]

withName: CUTN_TARGET {
ext.args = { "-n 10" }
ext.args = { "-n 10 -p 100000" }
}

withName: CUTN_QUERY {
ext.args = { "-n 10" }
ext.args = { "-n 10 -p 100000" }
}

withName: 'ALIGNMENT_LASTDB' {
Expand Down

0 comments on commit 10c2d2a

Please sign in to comment.