Mercurial > repos > dereeper > subseq_protein
diff extract_proteic_seq_using_coordinates.sh @ 0:60507a6de56c draft
Uploaded
| author | dereeper |
|---|---|
| date | Sun, 16 Sep 2012 09:26:09 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extract_proteic_seq_using_coordinates.sh Sun Sep 16 09:26:09 2012 -0400 @@ -0,0 +1,5 @@ +#!/bin/bash +input=$1 +output=$2 +coordinates=$3 +$HOME/galaxy_dist/tools/extract/extract_proteic_seq_using_coordinates.pl -i $input -o $output -c $coordinates;
