Mercurial > repos > ulfschaefer > phephenix
changeset 4:e16ab38d4e67 draft
Uploaded
| author | ulfschaefer |
|---|---|
| date | Fri, 22 Apr 2016 08:28:09 -0400 |
| parents | 1368dc1867f7 |
| children | 1f1ec89759d4 |
| files | vcfs2fasta.sh |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"
