Mercurial > repos > john-mccallum > pcr_markers
diff parse_primersearch.pl @ 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/parse_primersearch.pl Thu Oct 18 19:47:07 2012 -0400 +++ b/parse_primersearch.pl Thu May 22 20:30:19 2014 -0400 @@ -1,7 +1,7 @@ #!/usr/bin/perl #parse_primersearch.pl #reformat EMBOSS primersearch output into columnar Galaxy interval format - +#usage perl parse_primersearch.pl <input primersearch file> <tabular output file> #Copyright 2012 John McCallum #New Zealand Institute for Plant and Food Research #This program is free software: you can redistribute it and/or modify @@ -20,7 +20,7 @@ open (IN, "<$ARGV[0]"); open (OUT, ">$ARGV[1]"); -#print OUT "primerset_id","\t","sequence_id","\t","hit_start","\","mismatches","\t","amplimer_size",\n"; +