Mercurial > repos > dereeper > sniplay3
view vcfToolsStats.sh @ 2:15319113c0a5 draft
Uploaded
author | dereeper |
---|---|
date | Thu, 12 Feb 2015 15:54:24 -0500 |
parents | b058193a71d0 |
children |
line wrap: on
line source
#!/bin/bash tool_path=$(dirname $0) filein=$1 fileout_label=$2 fileout_annot=$3 fileout_het=$4 fileout_imiss=$5 fileout_sum=$6 filelog=$7 perl $tool_path/VCFToolsStats.pl --input $filein --out $fileout_label cp $fileout_label.annotation $fileout_annot ; rm $fileout_label.annotation cp $fileout_label.het $fileout_het ; rm $fileout_label.het cp $fileout_label.imiss $fileout_imiss ; rm $fileout_label.imiss cp $fileout_label.TsTv.summary $fileout_sum ; rm $fileout_label.TsTv.summary cp vcftools.log $filelog rm vcftools.log