This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
samtools-index
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Test
master
YaqingLiu
4 years ago
parent
85ada40442
commit
f82d50ed1a
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tasks/index.wdl
+ 3
- 1
tasks/index.wdl
View File
@@ -7,7 +7,9 @@ task index {
String clean_bam_name = basename(bam)
command <<<
samtools index ${bam}
samtools index --help
print ${clean_bam_name}
samtools index ${bam} ${clean_bam_name}.bai
>>>
runtime {
Write
Preview
Loading…
Cancel
Save