# HG changeset patch # User john-mccallum # Date 1372300862 14400 # Node ID 13656c2d7c7321fa276425fbd161832a958e1f75 # Parent 8d31c21e4f28d8a3d2352f040fa43c45e4462625 Uploaded fastaselect as sh diff -r 8d31c21e4f28 -r 13656c2d7c73 fastaselect.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastaselect.sh Wed Jun 26 22:41:02 2013 -0400 @@ -0,0 +1,7 @@ +#!/bin/env sh +##runs fastaselect using input cluster list and multifasta +fastafile=$1 +clusterfile=$2 +outputfile=$3 + +cat $clusterfile | fastaselect -c -f $fastafile > $outputfile \ No newline at end of file