Skip to content

Commit

Permalink
modified: cre.sh
Browse files Browse the repository at this point in the history
	modified:   vcf.platypus.getNV.gatk3.sh
  • Loading branch information
naumenko-sa committed Dec 13, 2018
1 parent 1d7a064 commit e9f7cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ function f_make_report
bcftools view -R ${family}-ensemble.db.txt.positions $fprefix.vcf.gz | bcftools sort | vt decompose -s - | vt uniq - -o $fprefix.subset.vcf.gz
tabix $fprefix.subset.vcf.gz
f_fix_sample_names $fprefix
# for some reason there was vcf.platypus.getNV.gatk3.sh - memory bug
vcf.platypus.getNV.sh $fprefix.subset.vcf.gz $reference
fi

Expand Down
2 changes: 1 addition & 1 deletion vcf.platypus.getNV.gatk3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bname=`basename $1 .subset.vcf.gz`

if [ -e $1 ]
then
gatk3 -Xmx10G -T VariantsToTable \
gatk3 -T VariantsToTable \
-R $2 \
-V $1 \
-F CHROM -F POS -F REF -F ALT -F TC -GF NR -GF NV \
Expand Down

0 comments on commit e9f7cd5

Please sign in to comment.