Skip to content

Commit f094632

Browse files
committed
hi
1 parent fabc18e commit f094632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wdl/tasks/Utility/Utils.wdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,8 @@ task InferSampleName {
15651565
export GCS_OAUTH_TOKEN=$(gcloud auth application-default print-access-token)
15661566
export GCLOUD_PROJECT=`gcloud config get-value project`
15671567
1568+
samtools version
1569+
15681570
samtools view -H ~{bam} > header.txt
15691571
if ! grep -q '^@RG' header.txt; then echo "No read group line found!" && exit 1; fi
15701572

0 commit comments

Comments
 (0)