Mercurial > repos > drosofff > msp_blastparser_and_hits
diff BlastParser_and_hits.xml @ 15:1991c830504a draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_blastparser_and_hits commit b6de14061c479f0418cd89e26d6f5ac26e565a07
author | drosofff |
---|---|
date | Wed, 09 Nov 2016 11:32:32 -0500 |
parents | 6dfa79a6908a |
children | 0e51eef139ab |
line wrap: on
line diff
--- a/BlastParser_and_hits.xml Tue Apr 05 05:19:08 2016 -0400 +++ b/BlastParser_and_hits.xml Wed Nov 09 11:32:32 2016 -0500 @@ -1,12 +1,12 @@ <tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.4.3"> <description>for virus discovery</description> <requirements></requirements> -<command interpreter="python"> -BlastParser_and_hits.py - --sequences $sequences - --blast $blast - --tabularOutput $tabularOutput - --fastaOutput $fastaOutput +<command><![CDATA[ + python '$__tool_directory__'/BlastParser_and_hits.py + --sequences '$sequences' + --blast '$blast' + --tabularOutput '$tabularOutput' + --fastaOutput '$fastaOutput' --flanking $flanking --mode $mode ## Additional parameters. @@ -17,17 +17,17 @@ --filter_term_in "$additional_filters.filter_term_in" --filter_term_out "$additional_filters.filter_term_out" #end if - --al_sequences $al_sequences - --un_sequences $un_sequences + --al_sequences '$al_sequences' + --un_sequences '$un_sequences' --dataset_name "$blast.element_identifier" -</command> + ]]></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="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" default="true">extensive</option> + <option value="verbose" selected="true">extensive</option> <option value="short">compact</option> </param> <conditional name="additional_filters">