Mercurial > repos > yhoogstrate > featurecounts
comparison tool_dependencies.xml @ 3:e04fbcc4e91a 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:38:41 -0400 |
parents | b5c93611d2c5 |
children |
comparison
equal
deleted
inserted
replaced
2:b5c93611d2c5 | 3:e04fbcc4e91a |
---|---|
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="42796f06052f" name="package_featurecounts_1_4_6" owner="yhoogstrate" toolshed="https://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="600e51134f8d" name="package_featurecounts_1_4_6_p5" owner="yhoogstrate" toolshed="https://toolshed.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> |