This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
renluyao
/
IGV_get_bam
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
for loop
master
LUYAO REN
4 years ago
parent
7989abc4da
commit
0c986d2586
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/getBam.wdl
+ 1
- 1
tasks/getBam.wdl
View File
@@ -8,7 +8,7 @@ task getBam {
String disk_size
command <<<
cat ${region} | wh
l
ie read a
cat ${region} | whi
l
e read a
do
/opt/conda/bin/samtools view -b ${bam} "$a" > $a.${sample}.bam
/opt/conda/bin/samtools index $a.${sample}.bam
Write
Preview
Loading…
Cancel
Save