Skip to content

Commit

Permalink
Augustus: text is txt (#6629)
Browse files Browse the repository at this point in the history
* fix datatype

* bump
  • Loading branch information
bernt-matthias authored Dec 15, 2024
1 parent 52637bc commit 69d5428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/augustus/augustus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<param name="custom_model" argument="--species" type="data" format="augustus" label="Augustus model" help="Archive created with the 'Train Augustus' tool"/>
</when>
<when value="builtin">
<param name="organism" argument="--species" label="Model Organism" type="select" multiple="false" format="text" help="Choose a specialised trainingset.">
<param name="organism" argument="--species" label="Model Organism" type="select" multiple="false" format="txt" help="Choose a specialised trainingset.">
<!-- If you update this list, please also update it in maker and busco tools (../maker/maker.xml and ../busco/busco.xml) -->
<option value="human">Homo sapiens</option>
<option value="fly">Drosophila melanogaster</option>
Expand Down
2 changes: 1 addition & 1 deletion tools/augustus/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</xml>

<token name="@TOOL_VERSION@">3.4.0</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@VERSION_SUFFIX@">3</token>
<token name="@PROFILE@">23.1</token>


Expand Down

0 comments on commit 69d5428

Please sign in to comment.