# HG changeset patch
# User iuc
# Date 1724226005 0
# Node ID 9d65257c56decd6395d85899ad6d6836c752b32e
# Parent 5f7a01f8ea28e620e9b440d8c52e64d1cc1876ea
planemo upload for repository https://github.com/sokrypton/ColabFold commit b01085b7137b002268e0a8e4d75a5e03326638bb
diff -r 5f7a01f8ea28 -r 9d65257c56de colabfold_alphafold.xml
--- a/colabfold_alphafold.xml Mon Mar 25 17:57:44 2024 +0000
+++ b/colabfold_alphafold.xml Wed Aug 21 07:40:05 2024 +0000
@@ -43,10 +43,11 @@
input_data
output
&& cd output
- && mv *.a3m output.a3m
+ && mkdir a3m_out
&& mkdir png_out
&& mkdir json_out
&& mkdir pdb_out
+ && mv ./*.a3m a3m_out
&& mv ./*.png png_out
&& mv ./*.json json_out
&& mv ./*.pdb pdb_out
@@ -117,7 +118,9 @@
output_options['save_single_representations'] or output_options['save_pair_representations']
-
+
+
+
diff -r 5f7a01f8ea28 -r 9d65257c56de macros.xml
--- a/macros.xml Mon Mar 25 17:57:44 2024 +0000
+++ b/macros.xml Wed Aug 21 07:40:05 2024 +0000
@@ -1,7 +1,7 @@
1.5.5
12.2.2
- 0
+ 1
ghcr.io/sokrypton/colabfold:@VERSION@-cuda@CUDA_VERSION@
@@ -34,4 +34,4 @@
-
\ No newline at end of file
+