diff vcfs2fasta.sh @ 4:e16ab38d4e67 draft

Uploaded
author ulfschaefer
date Fri, 22 Apr 2016 08:28:09 -0400
parents 45ff0fc972e8
children
line wrap: on
line diff
--- a/vcfs2fasta.sh	Fri Apr 22 05:05:33 2016 -0400
+++ b/vcfs2fasta.sh	Fri Apr 22 08:28:09 2016 -0400
@@ -18,7 +18,7 @@
 shift
 INPUT=$@
 
-CMD="phenix.py vcfs2fasta --out $OUTPUT --input $INPUT"
+CMD="phenix.py vcf2fasta --out $OUTPUT --input $INPUT"
 
 if [ $WITHMIXTURES != "NOTTHERE" ]; then
     CMD="$CMD --with-mixtures $WITHMIXTURES"