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
ef3ad2d42d
commit
aa5a4cb599
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
@@ -12,7 +12,7 @@ task BAMReadCount {
String disk_size
command <<<
bam-readcount -w 0 -q1 -f ${fa} -l ${bed} ${bam} > ${sample_id}.readcount
bam-readcount -w 0 -q1 -f ${
ref_dir}/${
fa} -l ${bed} ${bam} > ${sample_id}.readcount
>>>
runtime {
Write
Preview
Loading…
Cancel
Save