Skip to content

Commit

Permalink
Corrected to use identify_duplicates in task
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Sep 26, 2024
1 parent ad609e1 commit f5b2ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/MainVcfQc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ task IdentifyDuplicates {
echo "Processing ~{vcf} into ~{full_prefix}..."
python opt/sv-pipeline/scripts/merge_duplicates.py \
python opt/sv-pipeline/scripts/identify_duplicates.py \
--vcf ~{vcf} \
--fout ~{full_prefix}
Expand Down

0 comments on commit f5b2ed0

Please sign in to comment.