Mercurial > repos > nml > srst2
comparison tool_dependencies.xml @ 0:6f870ed59b6e draft
Uploaded
author | nml |
---|---|
date | Mon, 06 Feb 2017 12:31:04 -0500 |
parents | |
children | 599a4dc309aa |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6f870ed59b6e |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="vfdb" version="08-07-2014"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions> | |
7 <action sha256sum="eae59df6f7aad698da5e43322c58a28c25dfe91dd656cd2ee12ea330db6aa6bb" type="download_by_url">https://github.com/mariamiskander/VirulenceFactorsDB/archive/master.zip</action> | |
8 <action type="make_directory">$INSTALL_DIR/vfdb</action> | |
9 <action type="move_directory_files"> | |
10 <source_directory>vfdb</source_directory> | |
11 <destination_directory>$INSTALL_DIR/vfdb</destination_directory> | |
12 </action> | |
13 <action type="set_environment"> | |
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | |
15 <environment_variable action="set_to" name="VF_PATH">$INSTALL_DIR</environment_variable> | |
16 </action> | |
17 <action type="shell_command">ls -lrt</action> | |
18 <action type="shell_command">echo $INSTALL_DIR</action> | |
19 <action type="shell_command">echo $PATH</action> | |
20 </actions> | |
21 </actions_group> | |
22 </install> | |
23 </package> | |
24 | |
25 <package name="srst2" version="0.1.4.6"> | |
26 <repository changeset_revision="79a05e500381" name="package_srst2_0_1_4_6" owner="nml" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
27 </package> | |
28 <package name="samtools" version="0.1.18"> | |
29 <repository changeset_revision="1409782220c9" name="package_samtools_0_1_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
30 </package> | |
31 <package name="bowtie2" version="2.1.0"> | |
32 <repository changeset_revision="017a00c265f1" name="package_bowtie2_2_1_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
33 </package> | |
34 </tool_dependency> |