changeset 17:5b85006245f3 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2e1eba8094c506a99a844546e8343849d3cef694
author galaxy-australia
date Wed, 31 May 2023 01:30:22 +0000
parents f9eb041c518c
children e4a053d67e24
files alphafold.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/alphafold.xml	Mon Apr 03 01:00:42 2023 +0000
+++ b/alphafold.xml	Wed May 31 01:30:22 2023 +0000
@@ -3,7 +3,7 @@
     <macros>
       <token name="@TOOL_VERSION@">2.3.1</token>
       <token name="@TOOL_MINOR_VERSION@">2.3</token>
-      <token name="@VERSION_SUFFIX@">2</token>
+      <token name="@VERSION_SUFFIX@">3</token>
       <import>macro_output.xml</import>
       <import>macro_test_output.xml</import>
     </macros>
@@ -19,6 +19,11 @@
     <requirements>
         <container type="docker">neoformit/alphafold:v2.3.1_2</container>
     </requirements>
+    <required_files>
+        <include path="scripts/outputs.py" />
+        <include path="scripts/validate_fasta.py" />
+        <include path="alphafold.html" />
+    </required_files>
     <command detect_errors="exit_code"><![CDATA[
 
 ## Developers: to test with mock alphafold run, set `export PLANEMO_TESTING=1`