Mercurial > repos > pjbriggs > trimmomatic
annotate tool_dependencies.xml @ 5:f80107cdc406 draft
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
author | pjbriggs |
---|---|
date | Fri, 16 Dec 2016 11:31:55 -0500 |
parents | 14d05f2d511d |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
4 | 3 <package name="trimmomatic" version="0.36"> |
0 | 4 <install version="1.0"> |
5 <actions> | |
4 | 6 <action type="download_by_url">http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.36.zip</action> |
5
f80107cdc406
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
pjbriggs
parents:
4
diff
changeset
|
7 <action type="move_file" rename_to="trimmomatic.jar"> |
4 | 8 <source>trimmomatic-0.36.jar</source> |
0 | 9 <destination>$INSTALL_DIR</destination> |
10 </action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>adapters</source_directory> | |
13 <destination_directory>$INSTALL_DIR/adapters</destination_directory> | |
14 </action> | |
15 <action type="set_environment"> | |
5
f80107cdc406
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
pjbriggs
parents:
4
diff
changeset
|
16 <environment_variable name="TRIMMOMATIC_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
0 | 17 </action> |
18 <action type="set_environment"> | |
5
f80107cdc406
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
pjbriggs
parents:
4
diff
changeset
|
19 <environment_variable name="TRIMMOMATIC_ADAPTERS_PATH" action="set_to">$INSTALL_DIR/adapters</environment_variable> |
0 | 20 </action> |
21 </actions> | |
22 </install> | |
23 <readme>Trimmomatic requires the Java Runtime Environment | |
24 </readme> | |
25 </package> | |
26 </tool_dependency> | |
27 |