comparison BlastParser_and_hits.xml @ 2:bb0d4cd765c5 draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/ commit 6dee2ab33610e7724e9423cc09818bcbbf11ea82
author drosofff
date Tue, 29 Sep 2015 06:32:31 -0400
parents 1964514aabde
children 8f5d48294f70
comparison
equal deleted inserted replaced
1:1964514aabde 2:bb0d4cd765c5
1 <tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.3.0"> 1 <tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.3.1">
2 <description>for virus discovery</description> 2 <description>for virus discovery</description>
3 <requirements></requirements> 3 <requirements></requirements>
4 <command interpreter="python"> 4 <command interpreter="python">
5 BlastParser_and_hits.py 5 BlastParser_and_hits.py
6 --sequences $sequences 6 --sequences $sequences
64 64
65 <help> 65 <help>
66 66
67 **What it does** 67 **What it does**
68 68
69 Parse blast outputs for viruses genome assembly. Outputs analysis and hit sequences for further assembly. Output also the contig sequences which have or not been blast aligned with the indicated cut-off 69 Parse blast outputs for viruses genome assembly. Outputs analysis and hit sequences for further assembly. Outputs also the contig sequences which have or not been blast aligned taking into account all indicated cut-offs
70 70
71 </help> 71 </help>
72 </tool> 72 </tool>