This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
renluyao
/
RNAseq_Variant_Calling
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
index output fix
master
LUYAO REN
6 years ago
parent
32b38aaf59
commit
0929ebaac5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/indexBam.wdl
+ 1
- 1
tasks/indexBam.wdl
View File
@@ -18,6 +18,6 @@ task indexBam {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File sorted_bam_index = "${sample}
_Aligned.sortedByCoord.out
.bam.bai"
File sorted_bam_index = "${sample}.bam.bai"
}
}
Write
Preview
Loading…
Cancel
Save