Skip to content

Commit

Permalink
Remove json from output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 1, 2024
1 parent df20c39 commit a073457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/local/quality_control/quality_control_vcf.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import groovy.json.JsonOutput

process QUALITY_CONTROL_VCF {

//TODO remove for cloudgene
publishDir params.output, mode: 'copy', pattern: "*.json"
//publishDir params.output, mode: 'copy', pattern: "*.json"
publishDir params.output, mode: 'copy', pattern: "${statisticsDir}/*.txt"

input:
Expand Down

0 comments on commit a073457

Please sign in to comment.