This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
biochenglinliu
/
gatk4
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'tasks/gatk.wdl'
master
biochenglinliu
9 months ago
parent
213ab7b1a0
commit
a86cf97d0f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/gatk.wdl
+ 1
- 0
tasks/gatk.wdl
View File
@@ -12,6 +12,7 @@ task gatk {
set -o pipefail
set -e
echo "gatk start!"
cp -r ${gatk4_database} ./gatk4_database
cp ${normal_bam} ./${sample_id}.bam
cp ${normal_bai} ./${sample_id}.bam.bai
Write
Preview
Loading…
Cancel
Save