Skip to content

Commit

Permalink
modified: cre.R
Browse files Browse the repository at this point in the history
	modified:   cre.annotate_str.sh
	modified:   cre.phenomecentral.upload_vcf_attachment.prototype.py
	modified:   vcf.gatk.get_depth.sh
  • Loading branch information
naumenko-sa committed Nov 3, 2017
1 parent a71af1f commit 5e771b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cre.R
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ args = commandArgs(trailingOnly = T)
family = args[1]

# DEBUG
setwd("~/cluster/validation/nist_ashkenazim_trio/")
family="Ashkenazim"
# setwd("~/cluster/validation/nist_ashkenazim_trio/")
# family="Ashkenazim"

setwd(family)

Expand Down
2 changes: 1 addition & 1 deletion cre.annotate_str.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#use cre.annotate_str.sh vcf_from_lobstr.vcf

bname=`echo $1 | sed s/.vcf//`
bname=`basename $1 .vcf`

cat $1 | grep "^#" > $bname.sorted.vcf
#sometimes lobSTR gives you unsorted vcf for some reason
Expand Down
Empty file modified cre.phenomecentral.upload_vcf_attachment.prototype.py
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion vcf.gatk.get_depth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
bname=`echo $1 | sed s/.vcf.gz//`

gatk -R ~/work/tools/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa -T VariantsToTable -V $1 \
-F CHROM -F POS -F REF -F ALT -F DP -GF DP -GF AD -GF GT -o $bname.table --allowMissingData
-F CHROM -F POS -F REF -F ALT -F DP -GF DP -GF AD -GF GT -o $bname.table
#--allowMissingData -not used since gatk3.8

0 comments on commit 5e771b4

Please sign in to comment.