Mercurial > repos > yhoogstrate > featurecounts_valid_gff
changeset 23:1a06d89ec1d4
Uploaded
author | yhoogstrate |
---|---|
date | Thu, 21 Nov 2013 06:02:12 -0500 |
parents | 03f1a57da297 |
children | 833116c366f5 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Nov 21 05:54:32 2013 -0500 +++ b/tool_dependencies.xml Thu Nov 21 06:02:12 2013 -0500 @@ -3,7 +3,7 @@ <package name="featurecounts_valid_gff" version="1.4.0.1"> <install version="1.0"> <actions> - <action type="shell_command">svn checkout https://featurecounts-valid-gff.googlecode.com/svn/trunk/ featurecounts_valid_gff ; cd featurecounts_valid_gff/src/ ; make -f Makefile.Linux ; cd ../../ 2> /dev/null ; pwd ; find |grep bin</action> + <action type="shell_command">svn checkout https://featurecounts-valid-gff.googlecode.com/svn/trunk/ featurecounts_valid_gff && cd featurecounts_valid_gff/src/ && make -f Makefile.Linux && cd ../../</action> <action type="move_file"> <source>bin/featureCounts</source> <destination>$INSTALL_DIR/bin</destination>