Mercurial > repos > john-mccallum > ssr_marker_design
view MISA/design_MISA.sh @ 2:16b5aa275b42 default tip
Uploaded minor revision to gff converter
author | john-mccallum |
---|---|
date | Wed, 23 Nov 2011 19:15:31 -0500 |
parents | 3006582bfc76 |
children |
line wrap: on
line source
#!/bin/sh #design primer sets from MISA output using Primer 3 and MISA helper scripts #USAGE sh design_MISA.sh <misa_file> <source_fasta_file> <output_file> #get directory SCRIPT=`readlink -f $0` SCRIPTPATH=`dirname $SCRIPT` perl $SCRIPTPATH/p3_in.pl $1 $2 temp.p3in cat temp.p3in | primer3_core > temp.p3out perl $SCRIPTPATH/p3_out.pl temp.p3out $1 $3 rm -f temp.*