Repository 'msp_blastparser_and_hits'
hg clone https://toolshed.g2.bx.psu.edu/repos/drosofff/msp_blastparser_and_hits

Changeset 16:0e51eef139ab (2017-10-11)
Previous changeset 15:1991c830504a (2016-11-09)
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_blastparser_and_hits commit c81a2a37d69ad570068741411bae12dd8289d60c-dirty
modified:
BlastParser_and_hits.xml
b
diff -r 1991c830504a -r 0e51eef139ab BlastParser_and_hits.xml
--- a/BlastParser_and_hits.xml Wed Nov 09 11:32:32 2016 -0500
+++ b/BlastParser_and_hits.xml Wed Oct 11 12:43:04 2017 -0400
[
@@ -1,4 +1,4 @@
-<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.4.3">
+<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.4.4">
 <description>for virus discovery</description>
 <requirements></requirements>
 <command><![CDATA[
@@ -24,7 +24,9 @@
     ]]></command>
 <inputs>
  <param name="sequences" type="data" format="fasta"  label="fasta sequences that have been blasted" />
- <param name="blast" type="data" format="tabular" label="The blast output you wish to parse" />
+ <param name="blast" type="data" format="tabular" label="The blast output you wish to parse">
+            <validator type="expression" message="Blast file must have 13 columns">value.metadata.columns == 13</validator>
+        </param>
  <param name="flanking" type="integer" value= "5" label="Number of flanking nucleotides to add to hits for CAP3 assembly"/>
  <param name="mode" type="select" label="Extensive or compact  reporting mode" help="display (extensive)  or not (compact) the oases contigs">
      <option value="verbose" selected="true">extensive</option>