Skip to content

Commit

Permalink
Updates for #56
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Aug 8, 2024
1 parent aeb7097 commit 7405a9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ process {
ext.version = "draft_assemblies"
}

withName: FILTER_FASTA {
ext.args = "--low_pass --remove_original_fasta"
ext.cutoff = 1900000000
}

withName: SEQKIT_SLIDING {
ext.args = {"-s ${meta.sliding} -W ${meta.window} "}
}
Expand Down

0 comments on commit 7405a9b

Please sign in to comment.