Skip to content

Commit

Permalink
profile, wording macros
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 10, 2024
1 parent 7d56175 commit 7bbe64d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
9 changes: 0 additions & 9 deletions tools/uniprotxml_downloader/macros.xml

This file was deleted.

14 changes: 10 additions & 4 deletions tools/uniprotxml_downloader/uniprotxml_downloader.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<tool id="uniprotxml_downloader" name="UniProt" version="2.4.0" profile="21.01">
<tool id="uniprotxml_downloader" name="UniProt" version="2.4.0" profile="23.1">
<description>download proteome as XML or fasta</description>
<macros>
<import>macros.xml</import>
<xml name="query_field">
<param name="field" type="select" label="Field">
<option value="taxonomy_name">Taxonomy Name</option>
<option value="taxonomy_id">Taxonomy ID</option>
<option value="accession">Accession</option>
</param>
</xml>
</macros>
<requirements>
<requirement type="package" version="2.25.1">requests</requirement>
Expand Down Expand Up @@ -36,8 +42,8 @@ python '$__tool_directory__/uniprotxml_downloader.py'
<conditional name="input_method">
<param name="input_choice" type="select" label="Select">
<option value="common">A Common Organism</option>
<option value="enter_ids">A manually entered list of Uniprot IDs</option>
<option value="history">A history dataset with a column containing Uniprot IDs</option>
<option value="enter_ids">A manually entered list of IDs</option>
<option value="history">A history dataset with a column containing IDs</option>
</param>
<when value="common">
<param name="organism" type="select" label="Common Organisms"
Expand Down

0 comments on commit 7bbe64d

Please sign in to comment.