Skip to content

Commit

Permalink
cleaning up VerifyNA12878 outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
meganshand committed Jul 18, 2024
1 parent 577516c commit 1f38183
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions verification/VerifyNA12878.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ task RunValidation {

output {
Array[File] concordance_tables = glob("./*.summary.tsv")
Array[File] tpfn = glob("./*.tpfn.vcf.gz")
Array[File] tpfn_index = glob("./*.tpfn.vcf.gz.tbi")
Array[File] tpfp = glob("./*.tpfp.vcf.gz")
Array[File] tpfp_index = glob("./*.tpfp.vcf.gz.tbi")
Array[File] tpfn = glob("./*.tpfn.vcf.gz*")
Array[File] tpfp = glob("./*.tpfp.vcf.gz*")
}

runtime {
Expand Down

0 comments on commit 1f38183

Please sign in to comment.