Previous changeset 16:f9eb041c518c (2023-04-03) Next changeset 18:e4a053d67e24 (2023-09-01) |
Commit message:
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2e1eba8094c506a99a844546e8343849d3cef694 |
modified:
alphafold.xml |
b |
diff -r f9eb041c518c -r 5b85006245f3 alphafold.xml --- 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` |