Skip to content

Commit

Permalink
fix capturing intersect counts
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Feb 29, 2024
1 parent acd124f commit c3b58ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/ancestry/intersect_variants.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process INTERSECT_VARIANTS {

output:
tuple val(id), path("${output}.txt.gz"), emit: intersection
path "intersect_counts_*.txt", emit: intersect_count
path "intersect_counts_${meta.chrom}.txt", emit: intersect_count
path "versions.yml", emit: versions

script:
Expand Down

0 comments on commit c3b58ba

Please sign in to comment.