Skip to content

Commit

Permalink
Added root path for python files
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Sep 26, 2024
1 parent f5b2ed0 commit 3fb16a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/identify_duplicates.py \
python /opt/sv-pipeline/scripts/identify_duplicates.py \
--vcf ~{vcf} \
--fout ~{full_prefix}
Expand Down Expand Up @@ -970,7 +970,7 @@ task MergeDuplicates {
echo "Merging all TSV files into one..."
python opt/sv-pipeline/scripts/merge_duplicates.py \
python /opt/sv-pipeline/scripts/merge_duplicates.py \
--records ~{sep=' ' tsv_records} \
--counts ~{sep=' ' tsv_counts} \
--fout "~{prefix}.agg"
Expand Down

0 comments on commit 3fb16a4

Please sign in to comment.