Skip to content

Commit

Permalink
moved macros tags to the very top
Browse files Browse the repository at this point in the history
  • Loading branch information
kbessonov1984 committed Dec 19, 2024
1 parent 1f9d941 commit 7591b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/ectyper/ectyper.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<tool id="ectyper" name="ectyper" version="@VERSION@+galaxy0">
<macros>
<token name="@VERSION@">2.0.0</token>
</macros>
<description>ectyper is a standalone serotyping module for Escherichia coli. It supports fasta and fastq file formats.</description>
<xrefs>
<xref type="bio.tools">ectyper</xref>
</xrefs>
<macros>
<token name="@VERSION@">2.0.0</token>
</macros>
<requirements>
<requirement type="package" version="@VERSION@">ectyper</requirement>
</requirements>
Expand Down

0 comments on commit 7591b17

Please sign in to comment.