# HG changeset patch # User siwaa # Date 1767877030 0 # Node ID c11ba04f1b8f3f7810ba63f627f1cbc721930b25 "planemo upload for repository https://forge.inrae.fr/dairyfit/lot2/dairyfit-toolbox commit 7923fbe1a0cf1f15c3a39d3f73ba87618376d57b" diff -r 000000000000 -r c11ba04f1b8f README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Thu Jan 08 12:57:10 2026 +0000 @@ -0,0 +1,3 @@ +Welcome oe the folder hosting the flatAr galaxy tool. + +This tool simply convert a collection o dataset in the sence of Galaxy into a tgz archive. diff -r 000000000000 -r c11ba04f1b8f flatar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flatar.xml Thu Jan 08 12:57:10 2026 +0000 @@ -0,0 +1,32 @@ + + + To build a simple archive of files only + + + mkdir toArchive; + #for $input in $inputData + cp '$input' toArchive/'$input.name'; + #end for + cd toArchive; + tar -cvzf ${output} * + + + + + + + + + + +Documentation +------------- +A tool to convert a collection of NetCdf files into a tgz archive + +Credits +------- +- Galaxy Tool Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr +- Tool Site: https://forge.inrae.fr/dairyfit/lot2/dairyfit-toolbox +- Copyright: INRAE + +