This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
renluyao
/
GATK_CallableLoci
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
jar location
master
LUYAO REN
6 years ago
parent
2c1f542954
commit
bcd28c9f48
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/CallableLoci.wdl
+ 1
- 1
tasks/CallableLoci.wdl
View File
@@ -13,7 +13,7 @@ task CallableLoci {
command <<<
set -o pipefail
set -e
java -jar GenomeAnalysisTK.jar \
java -jar
/usr/
GenomeAnalysisTK.jar \
-T CallableLoci \
-R ${ref_dir}/${fasta} \
-I ${bam} \
Write
Preview
Loading…
Cancel
Save