comparison 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
comparison
equal deleted inserted replaced
3:10ac5c567b73 4:acaf871de2ea
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="prinseq" version="0.20.4"> 3 <package name="prinseq" version="0.20.4">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action> 6 <action sha256sum="9b5e0dce3b7f02f09e1cc7e8a2dd77c0b133e5e35529d570ee901f53ebfeb56f" type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action>
7 <action type="move_file"> 7 <action type="move_file">
8 <source>prinseq-lite.pl</source> 8 <source>prinseq-lite.pl</source>
9 <destination>$INSTALL_DIR</destination>
10 </action>
11 <action type="move_file">
12 <source>prinseq-graphs-noPCA.pl</source>
9 <destination>$INSTALL_DIR</destination> 13 <destination>$INSTALL_DIR</destination>
10 </action> 14 </action>
11 <action type="set_environment"> 15 <action type="set_environment">
12 <environment_variable name="PRINSEQ_DIR" action="set_to">$INSTALL_DIR/</environment_variable> 16 <environment_variable name="PRINSEQ_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>