Mercurial > repos > drosofff > msp_blastparser_and_hits
diff BlastParser_and_hits.xml @ 2:e0985bad7b92 draft
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | drosofff |
---|---|
date | Fri, 19 Jun 2015 12:53:52 -0400 |
parents | 3959a271cf3f |
children | 22641bb68b91 |
line wrap: on
line diff
--- a/BlastParser_and_hits.xml Tue Jun 09 04:32:44 2015 -0400 +++ b/BlastParser_and_hits.xml Fri Jun 19 12:53:52 2015 -0400 @@ -1,4 +1,4 @@ -<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.0.0"> +<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.1.0"> <description>for virus discovery</description> <requirements></requirements> <command interpreter="python"> @@ -8,11 +8,16 @@ --tabularOutput $tabularOutput --fastaOutput $fastaOutput --flanking $flanking + --mode $mode </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="flanking" type="text" size="5" value= "5" label="Number of flanking nucleotides to add to hits for CAP3 assembly"/> + <param name="mode" type="select" label="Verbose or short reporting mode" help="display or not the oases contigs"> + <option value="verbose" default="true">verbose</option> + <option value="short">do not report oases contigs</option> + </param> </inputs> <outputs> <data name="tabularOutput" format="tabular" label="blast analysis, by subjects"/> @@ -24,6 +29,7 @@ <param ftype="fasta" name="sequences" value="input.fa" /> <param ftype="tabular" name="blast" value="blast.tab" /> <param name="flanking" value="5" /> + <param name="mode" value="verbose" /> <output name="tabularOutput" ftype="tabular" file="output.tab" /> <output name="fastaOutput" ftype="fasta" file="output.fa" /> </test> @@ -36,7 +42,4 @@ Parse blast outputs for viruses genome assembly. Outputs analysis and hit sequences for further assembly </help> -<test> -</test> - </tool>