# HG changeset patch # User siwaa # Date 1639573841 0 # Node ID 53d753cb6b81fa7969ad60ec8f8e459c70daf88a "planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 67ecf5a057de84342a865b7346fe9d096e795298-dirty" diff -r 000000000000 -r 53d753cb6b81 tool_SUNFLO.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_SUNFLO.xml Wed Dec 15 13:10:41 2021 +0000 @@ -0,0 +1,52 @@ + + + + docker://registry.forgemia.inra.fr/record/record/azodyn_sunflo:187cf18876225903f7ab06915374a0277ad83130 + + + unzip ${input_meteo}; + /bin/bash -c "Rscript --verbose /data/RECORD/misc/docker/rAzodynSunflo.R sunflo_web.vpz sunflo ${file_input} ${file_outputs} \${GALAXY_SLOTS:-2}"; + zip temp_results.zip simresults_*.txt; + cp temp_results.zip ${simresults}; + + + + + + + + + + + + + diff -r 000000000000 -r 53d753cb6b81 tool_SUNFLO.xml.bak --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_SUNFLO.xml.bak Wed Dec 15 13:10:41 2021 +0000 @@ -0,0 +1,52 @@ + + + + docker://registry.forgemia.inra.fr/record/record/azodyn_sunflo:latest + + + unzip ${input_meteo}; + /bin/bash -c "Rscript --verbose /data/RECORD/misc/docker/rAzodynSunflo.R sunflo_web.vpz sunflo ${file_input} ${file_outputs} \${GALAXY_SLOTS:-2}"; + zip temp_results.zip simresults_*.txt; + cp temp_results.zip ${simresults}; + + + + + + + + + + + + +