This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
chenqingwang
/
bam-readcount
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'tasks/BAMReadCount.wdl'
master
chenqingwang
4 years ago
parent
cedc4e5af0
commit
35349d9f77
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/BAMReadCount.wdl
+ 1
- 1
tasks/BAMReadCount.wdl
View File
@@ -11,7 +11,7 @@ task BAMReadCount {
String disk_size
command <<<
bam-readcount -f ${
reference} -l ${bedfile} ${bamfile
} > ${sample_id}.readcount
bam-readcount -f ${
fa} -l ${bed} ${bam
} > ${sample_id}.readcount
>>>
runtime {
Write
Preview
Loading…
Cancel
Save