Mercurial > repos > yhoogstrate > featurecounts
diff tool_dependencies.xml @ 15:b486372c8948 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/featurecounts_galaxy_wrapper commit 632991bfb9084ec1c9565bcd610f4cce563fe3a3
| author | yhoogstrate |
|---|---|
| date | Thu, 10 Sep 2015 04:49:08 -0400 |
| parents | b2c1799ed8d1 |
| children | 0a7893453b61 |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jun 01 07:13:59 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 10 04:49:08 2015 -0400 @@ -1,21 +1,24 @@ <?xml version="1.0"?> <tool_dependency> - <package name="featurecounts" version="1.4.6.p1"> - <repository changeset_revision="4274314879c8" name="package_featurecounts_1_4_6" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu" /> - </package> - - <package name="featurecounts2bed" version="1.0.0"> - <install version="1.0"> - <actions> - <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/featurecounts2bed.sh $INSTALL_DIR/bin/</action> - <action type="chmod"> - <file mode="755">$INSTALL_DIR/bin/featurecounts2bed.sh</file> - </action> - <action type="set_environment"> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> - <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> - </action> - </actions> - </install> - </package> + <package name="featurecounts" version="1.4.6.p1"> + <repository changeset_revision="4274314879c8" name="package_featurecounts_1_4_6" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + + <package name="featurecounts2bed" version="1.0.0"> + <install version="1.0"> + <actions> + <action type="shell_command"> + mkdir $INSTALL_DIR/bin && + cp $REPOSITORY_INSTALL_DIR/featurecounts2bed.sh $INSTALL_DIR/bin/ + </action> + <action type="chmod"> + <file mode="755">$INSTALL_DIR/bin/featurecounts2bed.sh</file> + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + </package> </tool_dependency>
