Mercurial > repos > bebatut > prinseq
diff tool_dependencies.xml @ 4:acaf871de2ea draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/prinseq/ commit ade7dfd3c1f1c5369e338013c5ca2ec7115cafe6-dirty
author | bebatut |
---|---|
date | Wed, 27 Jan 2016 03:55:09 -0500 |
parents | 6912790a4287 |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Nov 17 06:02:09 2015 -0500 +++ b/tool_dependencies.xml Wed Jan 27 03:55:09 2016 -0500 @@ -3,11 +3,15 @@ <package name="prinseq" version="0.20.4"> <install version="1.0"> <actions> - <action type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action> + <action sha256sum="9b5e0dce3b7f02f09e1cc7e8a2dd77c0b133e5e35529d570ee901f53ebfeb56f" type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action> <action type="move_file"> <source>prinseq-lite.pl</source> <destination>$INSTALL_DIR</destination> </action> + <action type="move_file"> + <source>prinseq-graphs-noPCA.pl</source> + <destination>$INSTALL_DIR</destination> + </action> <action type="set_environment"> <environment_variable name="PRINSEQ_DIR" action="set_to">$INSTALL_DIR/</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>