We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3e2ff commit effad5cCopy full SHA for effad5c
wdl/pipelines/TechAgnostic/TertiaryAnalysis/PfalciparumHrp2Hrp3Status.wdl
@@ -45,7 +45,7 @@ workflow PfalciparumHrp2Hrp3Status {
45
46
task IsLocusDeleted {
47
input {
48
- String bam
+ File bam
49
File bai
50
51
String chr
@@ -60,7 +60,6 @@ task IsLocusDeleted {
60
command <<<
61
set -euxo pipefail
62
63
- export GCS_OAUTH_TOKEN=$(gcloud auth application-default print-access-token)
64
samtools view -bhX ~{bam} ~{bai} ~{chr} > chr.bam
65
samtools index chr.bam
66
0 commit comments