Skip to content

Commit

Permalink
Merge branch 'fix-combine-genotype-summaries' into 'dev'
Browse files Browse the repository at this point in the history
fix vcf input to combineGenotypeSummaries

See merge request epi2melabs/workflow-containers/wf-artic!35
  • Loading branch information
Thomas Rich committed Jun 4, 2021
2 parents f178247 + 2b7f475 commit ffcfb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ process combineGenotypeSummaries {
label "artic"
cpus 1
input:
file "*.csv"
file "summary_*.csv"
output:
file "genotype_summary.csv"
"""
Expand Down

0 comments on commit ffcfb5e

Please sign in to comment.