diff gsmapper2gff.sh @ 5:b321e0517be3 draft

Uploaded
author ben-warren
date Thu, 22 May 2014 20:30:19 -0400
parents 21053f7f9ed1
children
line wrap: on
line diff
--- a/gsmapper2gff.sh	Thu Oct 18 19:47:07 2012 -0400
+++ b/gsmapper2gff.sh	Thu May 22 20:30:19 2014 -0400
@@ -15,6 +15,8 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+##usage gsmapper2gff.sh <input 454HCDiffs.txt or 454AllDiffs.txt file>  <output gff3 file>
+
 
 infile=$1
 outfile=$2