Previous changeset 4:bc99b0a951ec (2022-03-10) Next changeset 6:04e95886cf24 (2022-04-04) |
Commit message:
"planemo upload for repository https://github.com/usegalaxy-au/galaxy-local-tools commit c7fcba69096f16e6a5cfc03d363d4db28b16807f" |
modified:
alphafold.xml |
b |
diff -r bc99b0a951ec -r 138feebde7d3 alphafold.xml --- a/alphafold.xml Thu Mar 10 00:26:56 2022 +0000 +++ b/alphafold.xml Thu Mar 10 21:53:42 2022 +0000 |
[ |
@@ -1,8 +1,8 @@ -<tool id="alphafold" name="alphafold" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> - <description>Alphafold v2.0: AI-guided 3D structure prediction of proteins</description> +<tool id="alphafold" name="Alphafold 2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> + <description> - AI-guided 3D structural prediction of proteins</description> <macros> - <token name="@TOOL_VERSION@">2.0.0</token> - <token name="@VERSION_SUFFIX@">2</token> + <token name="@TOOL_VERSION@">2.1.2</token> + <token name="@VERSION_SUFFIX@">0</token> </macros> <edam_topics> <edam_topic>topic_0082</edam_topic> @@ -14,7 +14,7 @@ <xref type="bio.tools">alphafold_2.0</xref> </xrefs> <requirements> - <container type="docker">neoformit/alphafold:latest</container> + <container type="docker">neoformit/alphafold:v2.1.2_0</container> </requirements> <command detect_errors="exit_code"><![CDATA[ |