Skip to content

Commit

Permalink
Removed /src/ from script path
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Dec 3, 2024
1 parent 16c6641 commit 0327cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdl/CombineVcfsForMakeGq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ task StandardizeVcf {

command <<<
set -eu -o pipefail

svtk standardize \
--sample-names ~{sample_id} \
--contigs ~{contigs_fai} \
Expand Down Expand Up @@ -124,7 +124,7 @@ task FormatVcfForGatk {
command <<<
set -eu -o pipefail

python /opt/src/sv-pipeline/scripts/format_svtk_vcf_for_gatk.py \
python /opt/sv-pipeline/scripts/format_svtk_vcf_for_gatk.py \
--vcf ~{vcf_path} \
--out ~{sample_id}.formatted.vcf.gz \
--ploidy-table ~{ploidy_table} \
Expand Down

0 comments on commit 0327cc8

Please sign in to comment.