Mercurial > repos > artbio > xpore
diff xpore_diffmod.xml @ 2:a5758bb680c8 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 59e86ba957774b2fb86b3f5dbd7be24f99dd60f7
author | artbio |
---|---|
date | Sun, 15 May 2022 15:11:49 +0000 |
parents | ff53cf0d0bbd |
children |
line wrap: on
line diff
--- a/xpore_diffmod.xml Fri May 28 23:32:25 2021 +0000 +++ b/xpore_diffmod.xml Sun May 15 15:11:49 2022 +0000 @@ -1,7 +1,7 @@ -<tool id="xpore_diffmod" name="xpore-diffmod" version="0.5.6+galaxy2"> +<tool id="xpore_diffmod" name="xpore-diffmod" version="2.1+galaxy0"> <description></description> <requirements> - <requirement type="package" version="0.5.6">xpore</requirement> + <requirement type="package" version="2.1">xpore</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Tool exception" /> @@ -30,7 +30,7 @@ printf " prefiltering:\n" >> config.yml && printf " method: t-test\n" >> config.yml && printf " threshold: 0.1\n" >> config.yml && - xpore-diffmod --config config.yml --n_processes \${GALAXY_SLOTS:-4} && + xpore diffmod --config config.yml --n_processes \${GALAXY_SLOTS:-4} && sed -i "s/,/\t/g" ./out/diffmod.table && mv ./out/diffmod.table $diffmod_table && mv ./out/diffmod.log $diffmod_log &&