Mercurial > repos > siwaa > carboseq_s
comparison carboseqSplit.xml @ 5:3e7978af2ba2 draft
"planemo upload for repository https://forgemia.inra.fr/carboseq/record-projet-carboseq/-/tree/5f761ea7dab0a6f8c978cbbe4946e16edc6d032e/toos/CarboSeqSimulator commit 5f761ea7dab0a6f8c978cbbe4946e16edc6d032e-dirty"
| author | siwaa |
|---|---|
| date | Wed, 28 Aug 2024 14:53:30 +0000 |
| parents | |
| children | 20886bc40659 |
comparison
equal
deleted
inserted
replaced
| 4:a069fc43b0b1 | 5:3e7978af2ba2 |
|---|---|
| 1 <tool id="CarboSeqSplit" name="CarboSeqSplit" version="1.0.1"> | |
| 2 <description>To split input data of CarboSeq</description> | |
| 3 <requirements> | |
| 4 <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq:latest</container> | |
| 5 </requirements> | |
| 6 <command detect_errors="exit_code"><![CDATA[ | |
| 7 python $__tool_directory__/csopraSplitInput.py ${inputFile} ${chunkSize} | |
| 8 ]]> | |
| 9 </command> | |
| 10 <inputs> | |
| 11 <param name="inputFile" type="data" format="zip" label="CarboSeq input (zip)"/> | |
| 12 <param name="chunkSize" type="integer" value="1" min= "1" max= "20000" format="csv" label="chunck size" help="chunck size" /> | |
| 13 </inputs> | |
| 14 <outputs> | |
| 15 <collection name="splited" type="list" label="A list of CarboSeq input (zip)"> | |
| 16 <discover_datasets pattern="__name_and_ext__" directory="outputs"/> | |
| 17 </collection> | |
| 18 </outputs> | |
| 19 <tests> | |
| 20 </tests> | |
| 21 <help> | |
| 22 the CarboSeq CarboseqSimulator tool | |
| 23 =================================== | |
| 24 | |
| 25 credits | |
| 26 ------- | |
| 27 - Wrapper Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr | |
| 28 - Tool Site: https://forgemia.inra.fr/carboseq/record-projet-carboseq | |
| 29 - Copyright: INRAE | |
| 30 </help> | |
| 31 </tool> |
