# HG changeset patch # User artbio # Date 1622244709 0 # Node ID 3560b687b06b7a2de5ad004b4be42eff8caca7ba # Parent 03240dde2903192023fec11c05d67ca1c46d1ffc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4" diff -r 03240dde2903 -r 3560b687b06b xpore_dataprep.xml --- a/xpore_dataprep.xml Wed May 26 23:13:26 2021 +0000 +++ b/xpore_dataprep.xml Fri May 28 23:31:49 2021 +0000 @@ -1,8 +1,7 @@ - + xpore - pyensembl @@ -13,7 +12,14 @@ --summary '$eventalign_summary' --out_dir out --n_processes \${GALAXY_SLOTS:-4} && - ls -la out + mv ./out/data.index $data_index && + mv ./out/eventalign.hdf5 $eventalign_hdf5 && + mv ./out/data.log $data_log && + mv ./out/eventalign.log $eventalign_log && + mv ./out/data.readcount $data_readcount && + mv ./out/data.json $data_json + + ]]> - - - - - - + + + + + + diff -r 03240dde2903 -r 3560b687b06b xpore_diffmod.xml --- a/xpore_diffmod.xml Wed May 26 23:13:26 2021 +0000 +++ b/xpore_diffmod.xml Fri May 28 23:31:49 2021 +0000 @@ -1,8 +1,7 @@ - + xpore - pyensembl @@ -31,9 +30,11 @@ 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} && - sed -i "s/,/\t/g" ./out/diffmod.table + sed -i "s/,/\t/g" ./out/diffmod.table && + mv ./out/diffmod.table $diffmod_table && + mv ./out/diffmod.log $diffmod_log && + mv ./config.yml $config ]]> @@ -64,9 +65,9 @@ - - - + + +