comparison BlastParser_and_hits.xml @ 13:b055eb08ad89 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_blastparser_and_hits commit 030207144f0811822dbdda9a10e036ff8e794d7c
author drosofff
date Tue, 05 Apr 2016 05:16:58 -0400
parents 80e4273db58d
children 6dfa79a6908a
comparison
equal deleted inserted replaced
12:80e4273db58d 13:b055eb08ad89
69 69
70 <help> 70 <help>
71 71
72 **What it does** 72 **What it does**
73 73
74 Parse blast output for viruses genome assembly. 74 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
75
76 Takes as inputs
77
78 - 1. the fasta sequences that have been submitted to blast
79 - 2. a blast alignment in a tabular format. **Importantly** this tabular output must contains the 12 standard columns (see blast documentation), **plus a column 13** that will report the length of the subject sequence (slen). When you use blast tools prior using this tool, remember to **check the appropriate box** to get the 13th column in the blast tabular output.
80 - 3. the numbers of flanking nucleotides to be recovered at the ends of blast hit sequences
81
82 The tool returns 4 datasets
83
84 - 1. the fasta input sequences that produced significant blast hits
85 - 2. the fasta sequences that did not produced significant blast hits
86 - 3. the sequences of the blast hits, plus the flanking sequences (as specified in the tool form). This dataset may be further used in metavisitor workflows to produce contigs of hits.
87 - 4. and the parsing of the blast alignments which summarizes the blast results by "subject" sequences (blast analysis, by subjects)
88
89 This latter parsing dataset may be customized by tuning the reporting mode and/or using filters
90 75
91 </help> 76 </help>
92 </tool> 77 </tool>