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 egapx #42

Merged
merged 14 commits into from
Nov 16, 2024
4 changes: 2 additions & 2 deletions tools/ncbi_egapx/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<container type="docker">quay.io/galaxy/egapx:@TOOL_VERSION@</container>
</requirements>
</xml>
<token name="@TOOL_VERSION@">0.3.0-alpha</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">0.2-alpha</token>
<token name="@VERSION_SUFFIX@">2</token>
richard-burhans marked this conversation as resolved.
Show resolved Hide resolved
<token name="@PROFILE@">22.05</token>
<xml name="edam_ontology">
<edam_operations>
Expand Down
1 change: 1 addition & 0 deletions tools/ncbi_egapx/ncbi_egapx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ $row
</when>
</conditional>
<param name="taxid" type="integer" min="0" value="0" label="NCBI Taxon ID" help="Used to identify the HMM model files needed"/>

richard-burhans marked this conversation as resolved.
Show resolved Hide resolved
<conditional name="condrnaseq">
<param name="rna_type_select" type="select" label="RNA sequence data source"
help="Select RNAseq input data from history or input a list of SRA identifiers or remote URI">
Expand Down