This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
huangyechao
/
qualimap
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改tar
master
huangyechao
6 years ago
parent
f78faef5af
commit
70ea68833d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/qualimap.wdl
+ 1
- 1
tasks/qualimap.wdl
View File
@@ -10,7 +10,7 @@ task qualimap {
set -e
nt=$(nproc)
/opt/qualimap/qualimap bamqc -bam ${bam} -gff ${bed} -nt $nt -outdir ./ --java-mem-size=16G
zip -r
qualimap.zip ./
tar -zcvf
qualimap.zip ./
>>>
runtime {
Write
Preview
Loading…
Cancel
Save