Mercurial > repos > tduigou > rp2paths
comparison rp2paths.xml @ 5:bdde1d9dfaee draft
planemo upload for repository https://github.com/brsynth/rp2paths commit 46a1a47f6df15ce1873cde96c84b11d8a4544413
| author | tduigou |
|---|---|
| date | Wed, 24 Jul 2024 08:44:12 +0000 |
| parents | fb5a3bd084a8 |
| children | 6b2ae398f4b0 |
comparison
equal
deleted
inserted
replaced
| 4:850412516a46 | 5:bdde1d9dfaee |
|---|---|
| 1 <tool id="rp2paths" name="RP2paths" version="@TOOL_VERSION@" profile="21.09" license="MIT"> | 1 <tool id="rp2paths" name="RP2paths" version="@TOOL_VERSION@" profile="21.09" license="MIT"> |
| 2 <description>Enumerate and seperate the different pathways generated by RetroPath2.0</description> | 2 <description>Enumerate and seperate the different pathways generated by RetroPath2.0</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">1.5.0</token> | 4 <token name="@TOOL_VERSION@">1.5.1</token> |
| 5 </macros> | 5 </macros> |
| 6 <requirements> | 6 <requirements> |
| 7 <requirement type="package" version="@TOOL_VERSION@">rp2paths</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">rp2paths</requirement> |
| 8 </requirements> | 8 </requirements> |
| 9 <stdio> | 9 <stdio> |
| 15 mkdir out && | 15 mkdir out && |
| 16 python -m rp2paths all | 16 python -m rp2paths all |
| 17 '$rp2_pathways' | 17 '$rp2_pathways' |
| 18 --outdir out | 18 --outdir out |
| 19 --timeout '$adv.timeout' && | 19 --timeout '$adv.timeout' && |
| 20 cp out/compounds.txt '$compounds' && | 20 mv out/compounds.txt out/compounds.tsv && |
| 21 cp out/compounds.tsv '$compounds' && | |
| 21 if test -f 'out/out_paths.csv'; then | 22 if test -f 'out/out_paths.csv'; then |
| 22 cp out/out_paths.csv '$master_pathways'; | 23 cp out/out_paths.csv '$master_pathways'; |
| 23 fi | 24 fi |
| 24 ]]></command> | 25 ]]></command> |
| 25 <inputs> | 26 <inputs> |
| 43 <help><