Mercurial > repos > iuc > evidencemodeler
annotate evidencemodeler.xml @ 0:92d95470befc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
| author | iuc |
|---|---|
| date | Sun, 15 Sep 2024 10:12:13 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
1 <tool id="evidencemodeler" name="EVidenceModeler" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
2 <description>combines ab intio gene predictions, protein and transcript alignments into gene structures</description> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
3 <macros> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
5 </macros> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
6 <xrefs> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
7 <xref type="bio.tools">EvidenceModeler</xref> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
8 </xrefs> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
9 <expand macro="requirements"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
10 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
12 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
13 ln -s '$input_genome' ./input_genome.fasta && |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
14 ln -s '$input_predictions' ./input_predictions.gff && |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
15 ln -s '$input_weights' ./input_weights.txt && |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
16 ln -s '$input_proteins' ./input_proteins.gff && |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
17 ln -s '$input_transcript' ./input_transcript.gff && |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
18 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
19 EVidenceModeler |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
20 --sample_id galaxy |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
21 --genome './input_genome.fasta' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
22 --gene_predictions './input_predictions.gff' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
23 --weights './input_weights.txt' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
24 --protein_alignments './input_proteins.gff' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
25 --segmentSize $segmentsize |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
26 --overlapSize $overlapsize |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
27 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
28 #if $input_transcript: |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
29 --transcript_alignments './input_transcript.gff' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
30 #end if |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
31 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
32 #if $opt.input_repeat: |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
33 --repeats '$opt.input_repeat' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
34 #end if |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
35 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
36 #if $opt.input_terminalexon: |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
37 --terminalExons '$opt.input_terminalexon' |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
38 #end if |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
39 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
40 --stop_codons $opt.stop_codon |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
41 --min_intron_length $opt.min_intron_length |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
42 --search_long_introns $opt.search_long_introns |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
43 --re_search_intergenic $opt.re_search_intergenic |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
44 --terminal_intergenic_re_search $opt.terminal_intergenic_re_search |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
45 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
46 ]]></command> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
47 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
48 <inputs> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
49 <param name="input_genome" type="data" format="fasta" label="Genome input"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
50 <param name="input_predictions" type="data" format="gff3" label="Gene predictions input"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
51 <param name="input_weights" type="data" format="gff3" label="Weights for evidence types file" help="See documentation for formatting: 'Weights' section"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
52 <param name="input_proteins" type="data" format="gff3" label="Protein alignments input" help="Optional but recommended"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
53 <param name="input_transcript" type="data" optional="true" format="gff3" label="Transcript alignments input" help="Optional but recommended"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
54 <param argument="--segmentSize" name="segmentsize" value="100000" type="integer" label="Length of a single sequence" help="This value must be less than 1 MB" /> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
55 <param argument="--overlapSize" name="overlapsize" value="10000" type="integer" label="Length of sequence overlap between segmented sequences" help="The length must be at least equivalent to one or two expected gene lengths" /> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
56 <section name="opt" title="Advanced option" expanded="false"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
57 <param name="input_repeat" type="data" optional="true" format="gff3" label="Masked genome repeats"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
58 <param name="input_terminalexon" type="data" optional="true" format="gff3" label="Additional file of terminal exons to be taken into account" help="From long-orfs PASA"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
59 <param name="stop_codon" argument="--stop_codons" type="select" multiple="true" optional="true" label="List of stop codon" help="For Tetrahymena, set TGA"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
60 <option value="TAA,TGA,TAG" selected="true">TAA,TGA,TAG</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
61 <option value="TAA">TAA</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
62 <option value="TGA">TGA</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
63 <option value="TAG">TAG</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
64 </param> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
65 <param argument="--min_intron_length" type="integer" value="20" label="Minimum length for an intron" help="Default 20 bp" /> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
66 <param argument="--search_long_introns" type="select" label="Reexamine long introns" help="Can find nested genes, but also can result in false positives"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
67 <option value="0" selected="true">Off</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
68 <option value="1">On</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
69 </param> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
70 <param argument="--re_search_intergenic" type="select" label="Reexamines intergenic regions of minimum length"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
71 <option value="0" selected="true">Off</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
72 <option value="1">On</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
73 </param> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
74 <param argument="--terminal_intergenic_re_search" type="select" label="Reexamines intergenic regions of minimum length"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
75 <option value="0" selected="true">Off</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
76 <option value="1">On</option> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
77 </param> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
78 </section> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
79 </inputs> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
80 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
81 <outputs> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
82 <data name='evm_gff' format='gff' label="${tool.name} on ${on_string}: GFF3" from_work_dir="galaxy.EVM.gff3"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
83 <data name='evm_pep' format='fasta' label="${tool.name} on ${on_string}: PEP" from_work_dir="galaxy.EVM.pep"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
84 </outputs> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
85 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
86 <tests> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
87 <test expect_num_outputs="2"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
88 <param name="input_genome" value="genome.fasta"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
89 <param name="input_predictions" value="gene_predictions.gff3"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
90 <param name="input_weights" value="weights.txt"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
91 <param name="input_proteins" value="protein_alignments.gff3"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
92 <param name="input_transcript" value="transcript_alignments.gff3"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
93 <param name="segmentsize" value="100000"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
94 <param name="overlapsize" value="10000"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
95 <conditional name="opt"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
96 <param name="adv" value="true"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
97 <param name="min_intron_length" value="20"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
98 <param name="search_long_introns" value="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
99 <param name="re_search_intergenic" value="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
100 <param name="terminal_intergenic_re_search" value="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
101 </conditional> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
102 <output name="evm_pep" ftype="fasta"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
103 <assert_contents> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
104 <has_text text="evm.model.Contig1.3 evm.TU.Contig1.3 EVM prediction Contig1.3 Contig1:7611-9749(-)"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
105 <has_text text="evm.model.Contig1.10 evm.TU.Contig1.10 EVM prediction Contig1.10 Contig1:57371-59941(+)"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
106 <has_n_lines n="108" delta="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
107 <has_n_columns n="1" delta="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
108 </assert_contents> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
109 </output> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
110 <output name="evm_gff" ftype="gff"> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
111 <assert_contents> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
112 <has_text text="ID=evm.TU.Contig1.1;Name=EVM%20prediction%20Contig1.1"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
113 <has_text text="ID=evm.TU.Contig1.4;Name=EVM%20prediction%20Contig1.4"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
114 <has_n_lines n="191" delta="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
115 <has_n_columns n="9" delta="0"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
116 <!-- the sep=";" is used to count the gff properties --> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
117 <has_n_columns n="2" delta="0" sep=";"/> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
118 </assert_contents> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
119 </output> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
120 </test> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
121 </tests> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
122 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
123 <help><![CDATA[ |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
124 EvidenceModeler_: EVidenceModeler (aka EVM) is a software package that combines ab intio |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
125 gene predictions and protein and transcript alignments into weighted consensus gene structures. |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
126 EVM provides a flexible and intuitive framework for combining various types of evidence into a |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
127 single automated gene structure annotation system. |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
128 |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
129 .. _EvidenceModeler: https://github.com/EVidenceModeler/EVidenceModeler.github.io |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
130 ]]></help> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
131 <expand macro="citation"></expand> |
|
92d95470befc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/evidencemodeler commit 982fe890ba21272719fe6f5cb04707c4c91fca0d
iuc
parents:
diff
changeset
|
132 </tool> |
