Mercurial > repos > cpt > cpt_protein_blast_grouping
comparison protein_blast_grouping.xml @ 1:f2a7dffab581 draft
planemo upload commit 6dde4ec93f27f36a10017393063dcf0568f1d405
author | cpt |
---|---|
date | Thu, 08 Aug 2024 02:46:54 +0000 |
parents | 7abe5f471364 |
children | 8e34cd137d3e |
comparison
equal
deleted
inserted
replaced
0:7abe5f471364 | 1:f2a7dffab581 |
---|---|
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <command detect_errors="aggressive"> | 7 <command detect_errors="aggressive"> |
8 <![CDATA[ | 8 <![CDATA[ |
9 '$__tool_directory__/protein_blast_grouping.py' | 9 $__tool_directory__/protein_blast_grouping.py |
10 '${blast_in.blast}' | 10 '${blast_in.blast}' |
11 --hits '$hits' | 11 --hits '$hits' |
12 --sort '$sort.sortType' | 12 --sort '$sort.sortType' |
13 > '$grouping_output' | 13 --output '$grouping_output' |
14 ]]> | 14 ]]> |
15 </command> | 15 </command> |
16 <inputs> | 16 <inputs> |
17 <conditional name="blast_in"> | 17 <conditional name="blast_in"> |
18 <param name="blastType" type="select" label="Blastn Input Type"> | 18 <param name="blastType" type="select" label="Blastn Input Type"> |
43 </conditional> | 43 </conditional> |
44 <param name="hits" value="20"/> | 44 <param name="hits" value="20"/> |
45 <output name="grouping_output" file="outfile.txt" lines_diff="1"/> | 45 <output name="grouping_output" file="outfile.txt" lines_diff="1"/> |
46 </test> | 46 </test> |
47 </tests> | 47 </tests> |
48 <help> | 48 <help><![CDATA[ |
49 **What it does** | 49 **What it does** |
50 * Reads a tab-delimited BLAST output file. | 50 * Reads a tab-delimited BLAST output file. |
51 * Extracts organism names from the subject titles (text in square brackets). | 51 * Extracts organism names from the subject titles (text in square brackets). |
52 * Counts unique query proteins that matched each organism and unique hit proteins from each organism. | 52 * Counts unique query proteins that matched each organism and unique hit proteins from each organism. |
53 * Sorts and displays results based on either unique queries or unique hits. | 53 * Sorts and displays results based on either unique queries or unique hits. |
54 * The output is a formatted table showing the top N organisms with the most matches. | 54 * The output is a formatted table showing the top N organisms with the most matches. |
55 ]]> | |
55 </help> | 56 </help> |
56 <expand macro="citations-2020"/> | 57 <expand macro="citations-2020"/> |
57 </tool> | 58 </tool> |