Mercurial > repos > iuc > mirmachine
annotate mirmachine.xml @ 2:061b1cea3439 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mirmachine commit 4079726893896abcd8a0457563cd3c591f14638f
| author | iuc |
|---|---|
| date | Fri, 21 Nov 2025 21:32:40 +0000 |
| parents | 0ad5db33c99e |
| children |
| rev | line source |
|---|---|
|
0
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
1 <tool id="mirmachine" name="MirMachine" version="@TOOL_VERSION@+galaxy@SUFFIX_VERSION@" profile="22.05"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
2 <description>A tool to detect miRNA homologs in genome sequences</description> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
3 <macros> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
5 </macros> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
8 ln -sf '$genome' ./genome.fasta && |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
9 MirMachine.py |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
10 -n '$input_node' |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
11 -s '$input_species' |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
12 -m '$model' |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
13 $a |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
14 $o |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
15 --genome ./genome.fasta |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
16 -c \${GALAXY_SLOTS:-8} |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
17 && |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
18 mv results/predictions/filtered_gff/*.PRE.gff species_filtered.PRE.gff && |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
19 mv results/predictions/gff/*.PRE.gff species.PRE.gff && |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
20 mv results/predictions/fasta/*.PRE.fasta species.PRE.fasta |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
21 ]]></command> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
22 <inputs> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
23 <param type="data" name="genome" format="fasta" label="Genome fasta file"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
24 <param name="input_node" type="select" label="Node name" help="e.g. Caenorhabditis"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
25 <expand macro="node_options"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
26 </param> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
27 <param type="text" name="input_species" label="Scientific species name" help="Separated by underscore e.g. Caenorhabditis_elegans"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
28 <sanitizer invalid_char=""> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
29 <valid initial="string.letters"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
30 <add value="_"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
31 </valid> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
32 </sanitizer> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
33 <validator type="regex">[a-zA-Z_]+</validator> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
34 </param> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
35 <param type="select" name="model" label="Model" help="Model type: deutero, proto, combined"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
36 <expand macro="model_options"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
37 </param> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
38 <param type="boolean" optional="true" truevalue="-a" falsevalue="" argument="-a" label="Add all nodes" help="Move on the tree both ways"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
39 <param type="boolean" optional="true" truevalue="-o" falsevalue="" argument="-o" label="Single node only" help="Run only on the given node for miRNA families"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
40 </inputs> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
41 <outputs> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
42 <data name="gff_file" format="gff" from_work_dir="species.PRE.gff" label="${tool.name} on ${on_string}: GFF file"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
43 <data name="filtered_gff_file" format="gff" from_work_dir="species_filtered.PRE.gff" label="${tool.name} on ${on_string}: filtered GFF file"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
44 <data name="fasta_file" format="fasta" from_work_dir="species.PRE.fasta" label="${tool.name} on ${on_string}: fasta sequence of annotation miRNAs"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
45 </outputs> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
46 <tests> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
47 <test expect_num_outputs="3"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
48 <param name="genome" value="ref.fa"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
49 <param name="input_node" value="Caenorhabditis"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
50 <param name="input_species" value="Caenorhabditis_elegans"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
51 <output name="gff_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
52 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
53 <has_n_lines n="24" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
54 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
55 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
56 <output name="filtered_gff_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
57 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
58 <has_n_lines n="15" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
59 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
60 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
61 <output name="fasta_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
62 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
63 <has_n_lines n="24" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
64 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
65 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
66 </test> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
67 <test expect_num_outputs="3"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
68 <param name="genome" value="ref.fa"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
69 <param name="input_node" value="Caenorhabditis"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
70 <param name="input_species" value="Caenorhabditis_elegans"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
71 <param name="a" value="true"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
72 <output name="gff_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
73 <assert_contents> |
|
2
061b1cea3439
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mirmachine commit 4079726893896abcd8a0457563cd3c591f14638f
iuc
parents:
1
diff
changeset
|
74 <has_n_lines n="24" delta="0"/> |
|
0
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
75 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
76 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
77 <output name="filtered_gff_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
78 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
79 <has_n_lines n="15" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
80 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
81 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
82 <output name="fasta_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
83 <assert_contents> |
|
2
061b1cea3439
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mirmachine commit 4079726893896abcd8a0457563cd3c591f14638f
iuc
parents:
1
diff
changeset
|
84 <has_n_lines n="24" delta="0"/> |
|
0
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
85 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
86 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
87 </test> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
88 <test expect_num_outputs="3"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
89 <param name="genome" value="ref.fa"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
90 <param name="input_node" value="Caenorhabditis"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
91 <param name="input_species" value="Caenorhabditis_elegans"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
92 <param name="o" value="true"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
93 <output name="gff_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
94 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
95 <has_n_lines n="20" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
96 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
97 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
98 <output name="filtered_gff_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
99 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
100 <has_n_lines n="12" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
101 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
102 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
103 <output name="fasta_file"> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
104 <assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
105 <has_n_lines n="16" delta="0"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
106 </assert_contents> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
107 </output> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
108 </test> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
109 </tests> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
110 <help><![CDATA[ |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
111 |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
112 Accurate microRNA annotation of animal genomes using trained covariance models of curated microRNA complements. MirMachine facilitates automated genome annotation pipelines and deeper studies into the evolution of genome regulation, even in extinct organisms. |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
113 |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
114 The MirMachine main executable will generate GFF annotations (filtered and unfiltered) and some other files |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
115 |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
116 `gff` All predicted miRNA families |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
117 `filtered_gff` High confidence miRNA family predictions after bitscore filtering. (This file is what you need in most cases) |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
118 `fasta` Both high and low confidence predictions in FASTA format |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
119 |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
120 miRNA prediction score is given in the header of the output filtered gff file |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
121 ]]></help> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
122 <expand macro="citations"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
123 <expand macro="creator"/> |
|
6001cd3141a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mirmachine commit ff0a9b6e75c9e73b3011fa9f60a3fd4ff291c017
iuc
parents:
diff
changeset
|
124 </tool> |
