Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jan 10, 2024
1 parent 4e3af02 commit 7758d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 187 deletions.
7 changes: 6 additions & 1 deletion tools/mitos/mitos.xml
Original file line number Diff line number Diff line change
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
186 changes: 0 additions & 186 deletions tools/mitos/test-data/NC_012920_trnA.svg

This file was deleted.

0 comments on commit 7758d22

Please sign in to comment.