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

Update starAMR DM version #6802

Merged
merged 1 commit into from
Feb 27, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<tool id="data_manager_build_staramr" name="Download and build StarAMR database" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" tool_type="manage_data" profile="@PROFILE@">
<description></description>
<macros>
<token name="@TOOL_VERSION@">0.10.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@TOOL_VERSION@">0.11.0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">22.05</token>
<xml name="element_assert" token_name="" token_text="">
<element name="@NAME@">
Expand Down Expand Up @@ -60,7 +60,7 @@ cp '$dmjson' '$out_file'
}]]></configfile>
</configfiles>
<inputs>
<param name="resfinder_database_select" type="select" label="Database version" help="Choose a database version to download">
<param name="resfinder_database_select" type="select" label="ResFinder Database version" help="Choose a ResFinder database version to download">
<option value="resfinder_2.4.0_d1e607b_2024-08-06">ResFinder tag 2.4.0 (commit d1e607b) 2024-08-06</option>
<option value="resfinder_2.3.1_c8c38c3_2024-03-22">ResFinder tag 2.3.1 (commit c8c38c3) 2024-03-22</option>
<option value="resfinder_2.3.0_16d7fd3_2023-03-08">ResFinder tag 2.3.0 (commit 16d7fd3) 2023-03-08</option>
Expand All @@ -71,7 +71,7 @@ cp '$dmjson' '$out_file'
<option value="resfinder_2.0.1_8306696_2023-01-16">ResFinder tag 2.0.1 (commit 8306696) 2023-01-16</option>
<option value="resfinder_2.0.0_585ec75_2022-10-13">ResFinder tag 2.0.0 (commit 585ec75) 2022-10-13</option>
</param>
<param name="pointfinder_database_select" type="select" label="Database version" help="Choose a database version to download">
<param name="pointfinder_database_select" type="select" label="PointFinder Database version" help="Choose a PointFinder database version to download">
<option value="pointfinder_4.1.1_694919f_2024-08-08">PointFinder tag 4.1.1 (commit 694919f) 2024-08-08</option>
<option value="pointfinder_4.1.0_9d55d02_2024-03-08">PointFinder tag 4.1.0 (commit 9d55d02) 2024-03-08</option>
<option value="pointfinder_4.0.1_b6e9e0b_2023-11-02">PointFinder tag 4.0.1 (commit b6e9e0b) 2023-11-02</option>
Expand All @@ -80,7 +80,7 @@ cp '$dmjson' '$out_file'
<option value="pointfinder_2.0.1_0b281b0_2023-01-18">PointFinder tag 2.0.1 (commit 0b281b0) 2023-01-18</option>
<option value="pointfinder_2.0.0_afbc82d_2022-10-13">PointFinder tag 2.0.0 (commit afbc82d) 2022-10-13</option>
</param>
<param name="plasmidfinder_database_select" type="select" label="Database version" help="Choose a database version to download">
<param name="plasmidfinder_database_select" type="select" label="PlasmidFinder Database version" help="Choose a PlasmidFinder database version to download">
<option value="plasmidfinder_3e77502_2024-03-07">PlasmidFinder (commit 3e77502) 2024-03-07</option>
<option value="plasmidfinder_81c11f4_2023-12-04">PlasmidFinder (commit 81c11f4) 2024-12-04</option>
<option value="plasmidfinder_314d85f_2023-03-17">PlasmidFinder (commit 314d85f) 2023-03-17</option>
Expand Down