Mercurial > repos > yhoogstrate > featurecounts_valid_gff
changeset 12:18a9ad2795ec
Uploaded
author | yhoogstrate |
---|---|
date | Tue, 19 Nov 2013 09:18:33 -0500 |
parents | faefb18af496 |
children | 10b2aa6b5ec5 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Nov 19 09:07:18 2013 -0500 +++ b/tool_dependencies.xml Tue Nov 19 09:18:33 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 && cp ../bin/featureCounts ../../ ; cd ../bin ; ls ; cd .. ; ls</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 && cp ../bin/featureCounts ../../ 2> /dev/null ; cd ../bin ; ls ; cd .. ; echo "" ; echo "-----" ; echo "" ; ls -als</action> <action type="move_file"> <source>featurecounts-valid-gff/bin/featureCounts</source> <destination>$INSTALL_DIR/bin/</destination>