This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
VEP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixbug: can't find bcftools
master
YaqingLiu
3 years ago
parent
63da359fd2
commit
4723fd6102
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/VEP.wdl
+ 2
- 0
tasks/VEP.wdl
View File
@@ -22,6 +22,8 @@ task VEP {
set -e
nt=$(nproc)
source /etc/profile
awk -F'\t' '{if(($1~"^#")||($1!~"^#" && $7=="PASS")){print $0}}' ${vcf} > ${sample_id}.vcf
# Judge the SAMPLE info of vcf file
Write
Preview
Loading…
Cancel
Save