Skip to content

Commit

Permalink
bug fix in selecting ids for md5 summary
Browse files Browse the repository at this point in the history
  • Loading branch information
smgogarten committed Sep 10, 2024
1 parent 0553314 commit 89b205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_gregor_model.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ task select_md5_files {
'called_variants_dna_short_read'='called_variants_dna_short_read_id', \
'aligned_rna_short_read'='aligned_rna_short_read_id', \
'aligned_nanopore'='aligned_nanopore_id', \
'called_variants_nanopore'='called_variants_dna_short_read_id', \
'called_variants_nanopore'='called_variants_nanopore_id', \
'aligned_pac_bio'='aligned_pac_bio_id', \
'called_variants_pac_bio'='called_variants_pac_bio_id', \
'aligned_atac_short_read'='aligned_atac_short_read_id', \
Expand Down

0 comments on commit 89b205c

Please sign in to comment.