Skip to content

Commit

Permalink
Merge pull request #5689 from bernt-matthias/bump/mitos2
Browse files Browse the repository at this point in the history
Bump MITOS and MITOS2
  • Loading branch information
bgruening authored Jan 19, 2024
2 parents ab36a3c + 7758d22 commit 2d87b0b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 196 deletions.
2 changes: 1 addition & 1 deletion tools/mitos/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- A fasta formatted sequence
- @MITOS_NAME@ processes only FASTA files containing a single sequence. If you have a FASTA file with multiple sequences you may use the tool *Split Fasta files into a collection". The resulting collection can then used as input to @MITOS_NAME@.
- @MITOS_NAME@ processes only FASTA files containing a single sequence. If you have a FASTA file with multiple sequences you may use the tool *Split Fasta files into a collection*. The resulting collection can then used as input to @MITOS_NAME@.
- The correct genetic code needs to be selected
Expand Down
15 changes: 10 additions & 5 deletions tools/mitos/mitos.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<tool id="mitos" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
<description>de-novo annotation of metazoan mitochondrial genomes</description>
<xrefs>
<xref type='bio.tools'>mitos</xref>
</xrefs>
<macros>
<import>macros.xml</import>
<token name="@MITOS_NAME@">MITOS</token>
<token name="@TOOL_VERSION@">1.1.1</token>
<token name="@TOOL_VERSION@">1.1.4</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<xrefs>
<xref type='bio.tools'>mitos</xref>
</xrefs>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">mitos</requirement>
</requirements>
Expand Down Expand Up @@ -166,7 +166,12 @@ runmitos.py
<output name="protein_plot_out" file="NC_012920_prot.pdf" ftype="pdf" compare="sim_size"/>
<output name="ncRNA_plot_out" file="NC_012920_ncrna.pdf" ftype="pdf" compare="sim_size"/>
<output_collection name="ncRNA_structure_plot_svg_out" type="list" count="24">
<element name="trnA-5586-5654" file="NC_012920_trnA.svg" ftype="svg" />
<element name="trnA-5586-5654" ftype="svg">
<assert_contents>
<has_text text="&lt;svg"/>
<has_size min="100"/>
</assert_contents>
</element>
</output_collection>
<assert_command>
<has_text text="--code 2"/>
Expand Down
8 changes: 4 additions & 4 deletions tools/mitos/mitos2.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<tool id="mitos2" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
<description>de-novo annotation of metazoan mitochondrial genomes</description>
<xrefs>
<xref type='bio.tools'>mitos</xref>
</xrefs>
<macros>
<import>macros.xml</import>
<token name="@MITOS_NAME@">MITOS2</token>
<token name="@TOOL_VERSION@">2.1.3</token>
<token name="@TOOL_VERSION@">2.1.6</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<xrefs>
<xref type="bio.tools">mitos</xref>
</xrefs>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">mitos</requirement>
</requirements>
Expand Down
186 changes: 0 additions & 186 deletions tools/mitos/test-data/NC_012920_trnA.svg

This file was deleted.

0 comments on commit 2d87b0b

Please sign in to comment.