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
alter count
master
YaqingLiu
4 years ago
parent
e4993634dd
commit
e02e9b8f9f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/Count.wdl
+ 1
- 1
tasks/Count.wdl
View File
@@ -8,7 +8,7 @@ task Count {
String disk_size
command <<<
python count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
python
/
count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
>>>
runtime {
Write
Preview
Loading…
Cancel
Save