Mercurial > repos > iuc > metaeuk_easy_predict
annotate metaeuk_easy_predict.xml @ 3:860f8836c936 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
author | iuc |
---|---|
date | Fri, 04 Oct 2024 08:57:34 +0000 |
parents | be6bbdeafcb8 |
children |
rev | line source |
---|---|
3
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
1 <tool id="metaeuk_easy_predict" name="MetaEuk Easy Predict" version="@TOOL_VERSION@+galaxy1" profile="23.0"> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
2 <description>High-throughput gene discovery and annotation for large-scale eukaryotic metagenomics</description> |
3
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
3 <macros> |
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
4 <token name="@TOOL_VERSION@">7.bba0d80</token> |
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
5 </macros> |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
6 <xrefs> |
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
7 <xref type="bio.tools">MetaEuk</xref> |
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
8 </xrefs> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
9 <requirements> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="@TOOL_VERSION@">metaeuk</requirement> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
11 </requirements> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
12 <command detect_errors="aggressive"><![CDATA[ |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
13 mkdir -p ./tmp && |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
14 metaeuk easy-predict |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
15 '$contigs' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
16 '$query' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
17 output.fasta |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
18 "./tmp/metaeuk_working" |
3
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
19 --threads "\${GALAXY_SLOTS:-1}" |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
20 --min-length '${min_length}' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
21 -e '${segment_eval}' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
22 --metaeuk-eval '${metaeuk_eval}' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
23 --metaeuk-tcov '${metaeuk_tcov}' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
24 #if $adv.adv_options == "yes" |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
25 --max-intron '${adv.max_intron}' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
26 --min-intron '${adv.min_intron}' |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
27 #end if |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
28 --write-frag-coords $write_frag_coords |
1
f91548912113
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 36466f52394655b92d07a3a26ec3259bd30b89a2"
iuc
parents:
0
diff
changeset
|
29 && mv output.fasta.codon.fas '$output' |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
30 && mv output.fasta.gff '$gff_output' |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
31 ]]></command> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
32 <inputs> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
33 <param name="contigs" type="data" format="fasta" label="Contigs to search again" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
34 <param name="query" type="data" format="fasta" label="Proteins to search against contigs" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
35 <param argument="-e" name="segment_eval" type="float" value="100" label="Maximum e-value of individual match segment" /> |
3
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
36 <param argument="--min-length" type="integer" value="15" label="Minimum number of codons in predicted open reading frame" /> |
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
37 <param argument="--metaeuk-eval" type="float" value="0.001" label="Maximum e-value of combined exon set" /> |
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
38 <param argument="--metaeuk-tcov" type="float" value="0.5" label="Minimum length ratio of combined exon set to target" /> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
39 <conditional name="adv"> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
40 <param type="select" name="adv_options" label="Show advanced options"> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
41 <option value="yes">Yes</option> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
42 <option value="no" selected="true">No</option> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
43 </param> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
44 <when value="yes"> |
3
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
45 <param argument="--max-intron" value="10000" type="integer" label="Maximum intron size" /> |
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
46 <param argument="--min-intron" value="15" type="integer" label="Minimum intron size" /> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
47 </when> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
48 <when value="no"> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
49 </when> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
50 </conditional> |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
51 <param name="write_frag_coords" type="select" value="0" label="Write the contig coords of the stop-to-stop fragment in which putative exon lies" help="The fragment coordinates in square brackets refer to the original fragment in which the exon was found." > |
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
52 <option value="0">Yes</option> |
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
53 <option value="1">No</option> |
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
54 </param> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
55 </inputs> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
56 <outputs> |
3
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
57 <data name="output" format="fasta" label="${tool.name} on ${on_string}: FASTA" /> |
860f8836c936
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 412a084cda6aeca8dfe0b0dbfff9c3426aec7707
iuc
parents:
2
diff
changeset
|
58 <data name="gff_output" format="gff" label="${tool.name} on ${on_string}: GFF" /> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
59 </outputs> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
60 |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
61 <tests> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
62 <test> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
63 <param name="contigs" ftype="fasta" value="contigs.fna" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
64 <param name="query" ftype="fasta" value="proteins.faa" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
65 <output name="output" ftype="fasta" value="output.fasta" /> |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
66 <output name="gff_output" ftype="gff" value="output.gff" /> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
67 </test> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
68 <test> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
69 <param name="contigs" ftype="fasta" value="contigs.fna" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
70 <param name="query" ftype="fasta" value="proteins.faa" /> |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
71 <param name="write_frag_coords" value="1" /> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
72 <conditional name="adv"> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
73 <param name="adv_options" value="yes" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
74 <param name="max_intron" value="1000" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
75 </conditional> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
76 <assert_command> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
77 <has_text text="--max-intron '1000'" /> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
78 </assert_command> |
2
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
79 <output name="output" ftype="fasta" value="output_w_frag_coords.fasta" /> |
be6bbdeafcb8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit 3309bdde7b03c5c250a020b0aee221133d9ea79b"
iuc
parents:
1
diff
changeset
|
80 <output name="gff_output" ftype="gff" value="output.gff" /> |
0
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
81 </test> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
82 </tests> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
83 <help><![CDATA[ |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
84 |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
85 MetaEuk_ is a modular toolkit designed for large-scale gene discovery and |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
86 annotation in eukaryotic metagenomic contigs. Metaeuk combines the fast and |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
87 sensitive homology search capabilities of MMseqs2_ with a dynamic programming |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
88 procedure to recover optimal exons sets. It reduces redundancies in multiple |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
89 discoveries of the same gene and resolves conflicting gene predictions on |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
90 the same strand. |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
91 |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
92 This tool implements the easy-predict command from metaeuk, which combines |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
93 metaeuk modules into a pipeline for protein alignment prediction. Input is |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
94 the contigs you want to search for protein hits and the proteins you want |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
95 to search against those contigs. Output is FASTA format predicted ORFs, with |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
96 exons annotated in the header according to the metaeuk header format_. |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
97 |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
98 .. _MetaEuk: https://github.com/soedinglab/metaeuk |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
99 .. _MMseqs2: https://github.com/soedinglab/MMseqs2 |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
100 .. _format: https://github.com/soedinglab/metaeuk#the-metaeuk-header |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
101 ]]></help> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
102 <citations> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
103 <citation type="doi">10.1186/s40168-020-00808-x</citation> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
104 </citations> |
5f6ebc3103ee
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaeuk commit a1b87b5a34d0f3971f0110a89f5e87a5937dc8d2"
iuc
parents:
diff
changeset
|
105 </tool> |