Mercurial > repos > galaxy-australia > alphafold2
comparison alphafold.xml @ 5:138feebde7d3 draft
"planemo upload for repository https://github.com/usegalaxy-au/galaxy-local-tools commit c7fcba69096f16e6a5cfc03d363d4db28b16807f"
author | galaxy-australia |
---|---|
date | Thu, 10 Mar 2022 21:53:42 +0000 |
parents | bc99b0a951ec |
children | 04e95886cf24 |
comparison
equal
deleted
inserted
replaced
4:bc99b0a951ec | 5:138feebde7d3 |
---|---|
1 <tool id="alphafold" name="alphafold" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> | 1 <tool id="alphafold" name="Alphafold 2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
2 <description>Alphafold v2.0: AI-guided 3D structure prediction of proteins</description> | 2 <description> - AI-guided 3D structural prediction of proteins</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">2.0.0</token> | 4 <token name="@TOOL_VERSION@">2.1.2</token> |
5 <token name="@VERSION_SUFFIX@">2</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
6 </macros> | 6 </macros> |
7 <edam_topics> | 7 <edam_topics> |
8 <edam_topic>topic_0082</edam_topic> | 8 <edam_topic>topic_0082</edam_topic> |
9 </edam_topics> | 9 </edam_topics> |
10 <edam_operations> | 10 <edam_operations> |
12 </edam_operations> | 12 </edam_operations> |
13 <xrefs> | 13 <xrefs> |
14 <xref type="bio.tools">alphafold_2.0</xref> | 14 <xref type="bio.tools">alphafold_2.0</xref> |
15 </xrefs> | 15 </xrefs> |
16 <requirements> | 16 <requirements> |
17 <container type="docker">neoformit/alphafold:latest</container> | 17 <container type="docker">neoformit/alphafold:v2.1.2_0</container> |
18 </requirements> | 18 </requirements> |
19 <command detect_errors="exit_code"><![CDATA[ | 19 <command detect_errors="exit_code"><![CDATA[ |
20 | 20 |
21 ## $ALPHAFOLD_DB variable should point to the location of the AlphaFold | 21 ## $ALPHAFOLD_DB variable should point to the location of the AlphaFold |
22 ## databases - defaults to /data | 22 ## databases - defaults to /data |