view redelacSticsSimulator.xml @ 6:41f652e6616f draft

"planemo upload for repository https://forgemia.inra.fr/redelac/redelac-toolbox/-/tree/f8a7aebffe0c850bef03045efa3772aca6cd51c2/tools/REDELACSticsSimulator commit f8a7aebffe0c850bef03045efa3772aca6cd51c2-dirty"
author siwaa
date Tue, 26 Sep 2023 15:21:42 +0000
parents fa8e742b197b
children 2586f7dbcde1
line wrap: on
line source

<tool id="redelacSticsSimulator" name="redelacSticsSimulator" version="1.0.3">
  <description>to run sequences paralelly [Stics-10.0.0]</description>
  <requirements>
    <container type="singularity">docker://registry.forgemia.inra.fr/redelac/redelac-toolbox/sticsrpacks:28483bbc8a70159a36bccc30e2270284ea4388e3</container>
  </requirements>
  <command detect_errors="aggressive">
    <![CDATA[ 
              bash $__tool_directory__/redelacSticsSimulator.bash ${parallel} \${GALAXY_SLOTS:-4} $__tool_directory__ ${Workspace} ${SuccessionPlan} ${SimulatedWorkspace} ${SimulationResults}
     ]]>
  </command>
  <inputs>
    <param name="Workspace" type="data" format="zip" label="Select a stics Workspace(zip file)"/>
    <param name="SuccessionPlan" type="data" format="csv" label="Select a plan of succession (csv)"/>
    <param name="Tag" type="text" value="" label="Outputs tag"/>
    <param name="parallel" type="boolean" checked="true" truevalue="parallel" falsevalue="sequential"/>
  </inputs>
  <outputs>
    <data format="zip" name="SimulatedWorkspace"
          label="SticsSimulatedWorkspace${Tag}">
    </data>
    <data format="rdata" name="SimulationResults"
          label="SticsOnResults${Tag}">
    </data>
  </outputs>
  <tests>
  </tests>
  <help>
*The usage of this tool is restricted to the user of the stics_authorized group.*

*To be granted, apply to the Project Stics Team and then request to SIWAA*

Documentation
-------------
A tool to simulate stics rotation paralelly

Credits
-------
-  Wrapped Tool Author: https://www6.paca.inrae.fr/stics_eng/About-us/Project-Stics-Team
-  Stics Site: https://www6.paca.inra.fr/stics_eng
-  Galaxy Tool Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr
-  Copyright: INRAE
  </help>
</tool>