Mercurial > repos > iuc > colabfold_msa
changeset 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 | |
files | colabfold_msa.xml macros.xml |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/colabfold_msa.xml Sun Mar 24 22:10:38 2024 +0000 +++ b/colabfold_msa.xml Wed Aug 21 07:40:01 2024 +0000 @@ -34,6 +34,7 @@ --custom-template-path template_dir #end if --jobname-prefix 'galaxy' + \${COLABFOLD_EXTRA_OPTIONS:-} '$input_file' output.colab && tar -cf output.colab.tar output.colab
--- a/macros.xml Sun Mar 24 22:10:38 2024 +0000 +++ b/macros.xml Wed Aug 21 07:40:01 2024 +0000 @@ -1,7 +1,7 @@ <macros> <token name="@VERSION@">1.5.5</token> <token name="@CUDA_VERSION@">12.2.2</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="requirements"> <requirements> <container type="docker">ghcr.io/sokrypton/colabfold:@VERSION@-cuda@CUDA_VERSION@</container> @@ -34,4 +34,4 @@ </when> </conditional> </xml> -</macros> \ No newline at end of file +</macros>