Mercurial > repos > iuc > colabfold_msa
view macros.xml @ 1:6fbd935575ce draft default tip
planemo upload for repository https://github.com/sokrypton/ColabFold commit b01085b7137b002268e0a8e4d75a5e03326638bb
author | iuc |
---|---|
date | Wed, 21 Aug 2024 07:40:01 +0000 |
parents | 941f89a0c552 |
children |
line wrap: on
line source
<macros> <token name="@VERSION@">1.5.5</token> <token name="@CUDA_VERSION@">12.2.2</token> <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <container type="docker">ghcr.io/sokrypton/colabfold:@VERSION@-cuda@CUDA_VERSION@</container> </requirements> </xml> <xml name="biotools"> <xrefs> <xref type="bio.tools">Colabfold</xref> </xrefs> </xml> <xml name="citations"> <citations> <citation type="doi">10.1038/s41592-022-01488-1</citation> </citations> </xml> <xml name="db_selector"> <conditional name="select_db"> <param name="use_db" type="select" label="Manually set database?"> <option value="yes">Yes</option> <option value="no">No</option> </param> <when value="no"></when> <when value="yes"> <param name="msa_mode" label="MSA mode" type="select"> <option value="mmseqs2_uniref_env">mmseqs2_uniref_env</option> <option value="mmseqs2_uniref">mmseqs2_uniref</option> <option value="single_sequence">Use single sequence input</option> <!-- <option value="custom">custom</option> --> </param> </when> </conditional> </xml> </macros>