This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
samtools-depth
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update depth: test
master
YaqingLiu
4 years ago
parent
2455fbf5e9
commit
3b30f15192
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/depth.wdl
+ 1
- 1
tasks/depth.wdl
View File
@@ -8,7 +8,7 @@ task depth {
String disk_size
command <<<
/opt/conda/bin/samtools depth -
aa -
b ${bed} ${bam} > ${sample_id}.depth
/opt/conda/bin/samtools depth -b ${bed} ${bam} > ${sample_id}.depth
>>>
runtime {
Write
Preview
Loading…
Cancel
Save