Mercurial > repos > yhoogstrate > featurecounts
comparison tool_dependencies.xml @ 18:a8f95c306536 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/featurecounts_galaxy_wrapper commit 597fa3df643b54ea93a17448c722f657e3d68b60
| author | yhoogstrate |
|---|---|
| date | Wed, 07 Oct 2015 11:36:27 -0400 |
| parents | 9f42ad6e35e2 |
| children |
comparison
equal
deleted
inserted
replaced
| 17:9f42ad6e35e2 | 18:a8f95c306536 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="featurecounts" version="1.4.6.p1"> | 3 <package name="featurecounts" version="1.4.6.p5"> |
| 4 <repository changeset_revision="7a484ebcbf48" name="package_featurecounts_1_4_6" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="6d669e01c31b" name="package_featurecounts_1_4_6_p5" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 5 </package> | |
| 6 | |
| 7 <package name="featurecounts2bed" version="1.0.0"> | |
| 8 <install version="1.0"> | |
| 9 <actions> | |
| 10 <action type="shell_command"> | |
| 11 mkdir $INSTALL_DIR/bin && | |
| 12 cp $REPOSITORY_INSTALL_DIR/featurecounts2bed.sh $INSTALL_DIR/bin/ | |
| 13 </action> | |
| 14 <action type="chmod"> | |
| 15 <file mode="755">$INSTALL_DIR/bin/featurecounts2bed.sh</file> | |
| 16 </action> | |
| 17 <action type="set_environment"> | |
| 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 19 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | |
| 20 </action> | |
| 21 </actions> | |
| 22 </install> | |
| 23 </package> | 5 </package> |
| 24 </tool_dependency> | 6 </tool_dependency> |
