Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   cre.vcf.has2dp.sh
  • Loading branch information
naumenko-sa committed Oct 25, 2018
1 parent 19cc1d9 commit 354f5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ vcf.platypus.getNV.sh ${family}-platypus-annotated-decomposed.vcf.gz
* cre.gemini_load.sh loads vep-annotated vcf to gemini db.
* cre.package.sh
* cre.sh
* cre.vcf.has2dp.sh fixes input vcf file from HAS pipeline (Illumina, TCAG) filling DP field
* gemini.gemini2txt.sh
* gemini.refseq.sh
* gemini.variant_impacts.sh
Expand Down
1 change: 1 addition & 0 deletions cre.vcf.has2dp.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

# if input vcf is from TCAG (HAS) it does not have DP INFO field, we need to fake it from FORMAT DP for SNVs and from DPI for indels:
# don't forget to change sample name if necessary with bcftools reheader

bname=`basename $1 .vcf.gz`

Expand Down

0 comments on commit 354f5da

Please sign in to comment.