Skip to content

Commit

Permalink
adding parameters for samtools depth
Browse files Browse the repository at this point in the history
  • Loading branch information
jbv2 committed Jan 26, 2024
1 parent 1c2cb37 commit b805c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ process {
withName: SAMTOOLS_DEPTH {
tag = { "${meta1.reference}|${meta1.sample_id}_${meta1.library_id}" }
ext.prefix = { "${meta1.sample_id}_${meta1.library_id}_samtoolsdepth" }
ext.args = '-aa -q30 -Q30'
publishDir = [
enabled: false
]
Expand Down

0 comments on commit b805c83

Please sign in to comment.