Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augustus: text is txt #6629

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading