comparison fastaselect.sh @ 2:13656c2d7c73 draft

Uploaded fastaselect as sh
author john-mccallum
date Wed, 26 Jun 2013 22:41:02 -0400
parents
children
comparison
equal deleted inserted replaced
1:8d31c21e4f28 2:13656c2d7c73
1 #!/bin/env sh
2 ##runs fastaselect using input cluster list and multifasta
3 fastafile=$1
4 clusterfile=$2
5 outputfile=$3
6
7 cat $clusterfile | fastaselect -c -f $fastafile > $outputfile