Mercurial > repos > iuc > prinseq
comparison tool_dependencies.xml @ 0:ba78b984a9eb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/prinseq/ commit dd85747b08272b72c7161de9b18d19598bb49de1
author | iuc |
---|---|
date | Tue, 31 May 2016 07:43:42 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ba78b984a9eb |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="perl" version="5.18.1"> | |
4 <repository changeset_revision="35f117d7396b" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <!--<package name="perl-json" version="2.90"> | |
7 <repository name="package_perl_json_2_90" owner="iuc" prior_installation_required="True" /> | |
8 </package> | |
9 <package name="perl-cairo" version="1.106"> | |
10 <repository name="package_perl_cairo_1_106" owner="iuc" prior_installation_required="True" /> | |
11 </package>--> | |
12 <package name="prinseq" version="0.20.4"> | |
13 <install version="1.0"> | |
14 <actions> | |
15 <action sha256sum="9b5e0dce3b7f02f09e1cc7e8a2dd77c0b133e5e35529d570ee901f53ebfeb56f" type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action> | |
16 <action type="move_file"> | |
17 <source>prinseq-lite.pl</source> | |
18 <destination>$INSTALL_DIR</destination> | |
19 </action> | |
20 <action type="chmod"><file mode="755">$INSTALL_DIR/prinseq-lite.pl</file></action> | |
21 | |
22 <action type="move_file"> | |
23 <source>prinseq-graphs-noPCA.pl</source> | |
24 <destination>$INSTALL_DIR</destination> | |
25 </action> | |
26 <action type="chmod"><file mode="755">$INSTALL_DIR/prinseq-graphs-noPCA.pl</file></action> | |
27 | |
28 <action type="set_environment"> | |
29 <environment_variable action="set_to" name="PRINSEQ_DIR">$INSTALL_DIR/</environment_variable> | |
30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable> | |
31 </action> | |
32 </actions> | |
33 </install> | |
34 </package> | |
35 </tool_dependency> |