Mercurial > repos > siwaa > insilicow
changeset 6:5f2656b0bb25 draft default tip
"planemo upload for repository https://forgemia.inra.fr/insilicow/insilicow-tool commit 95b5d6cc2a397fcf1be8cff787f86540d5efd360"
| author | siwaa |
|---|---|
| date | Thu, 29 Jan 2026 07:59:18 +0000 |
| parents | 7bf632fdc738 |
| children | |
| files | insilicow.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/insilicow.xml Wed Jan 28 10:19:15 2026 +0000 +++ b/insilicow.xml Thu Jan 29 07:59:18 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="inSiliCow" name="inSiliCow" version="1.0.4"> +<tool id="inSiliCow" name="inSiliCow" version="1.0.5"> <description>to run the inSiliCow simulator</description> <requirements> <container type="singularity">docker://registry.forge.inrae.fr/insilicow/insilicow-container:a773b01f824979b9f8fef89e89dbda0d7ef04ecb</container> @@ -12,7 +12,7 @@ cd insilicow-simulator/scripts && unzip -d tmp ${in} && configDir=\$(ls -1 tmp) && - find examples/* -type d | xargs rm -R && + find examples/* -type d -maxdepth 0 | xargs rm -R && mv -f tmp/* examples && pwd && ls && echo \$configDir && head -n -3 ./inSiliCow-run.sh > tmpFile &&
