Mercurial > repos > siwaa > tos3
comparison toS3.xml @ 0:c1bdbc4234d1 draft default tip
"planemo upload for repository https://forge.inrae.fr/dairyfit/lot2/dairyfit-toolbox commit 61853eb25d47c0fb4d716af16d3382fb24e7b927"
| author | siwaa |
|---|---|
| date | Fri, 03 Jul 2026 16:21:27 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c1bdbc4234d1 |
|---|---|
| 1 <tool id="toS3" name="toS3" version="1.0.1"> | |
| 2 <description> | |
| 3 To send to a S3 storage | |
| 4 </description> | |
| 5 <command detect_errors="exit_code"> | |
| 6 unzip ${inputData}; | |
| 7 ls; | |
| 8 aws s3 cp analyse_simulations_STICS s3://${Bucket}/${objectPath} --recursive --endpoint-url \${S3_ENDPOINT}; | |
| 9 echo "bla" > ${output}; | |
| 10 </command> | |
| 11 <inputs> | |
| 12 <param name="inputData" type="data" format="zip" label="zip data file"/> | |
| 13 <param name="objectPath" type="text" value= "RM/ICHEC-EC-EARTH" label="a path to the object"/> | |
| 14 <param name="Bucket" type="text" value="dairyfit-simulations" label="the bucket where to store"/> | |
| 15 </inputs> | |
| 16 <outputs> | |
| 17 <data format="text" name="output" label="dummy"/> | |
| 18 </outputs> | |
| 19 <tests> | |
| 20 </tests> | |
| 21 <help> | |
| 22 Documentation | |
| 23 ------------- | |
| 24 A tool to unzip and send a folder to S3 | |
| 25 | |
| 26 Credits | |
| 27 ------- | |
| 28 - Galaxy Tool Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr | |
| 29 - Tool Site: https://forge.inrae.fr/dairyfit/lot2/dairyfit-toolbox | |
| 30 - Copyright: INRAE | |
| 31 </help> | |
| 32 </tool> |
