# HG changeset patch # User ulfschaefer # Date 1461328089 14400 # Node ID e16ab38d4e671d16fa282e38290c0dcbe51c275f # Parent 1368dc1867f75364b5b049908e2e445869623374 Uploaded diff -r 1368dc1867f7 -r e16ab38d4e67 vcfs2fasta.sh --- 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"