Mercurial > repos > nml > srst2
annotate tool_dependencies.xml @ 2:e59fdf6145db draft default tip
planemo upload commit 158a919b3605123af3b7c8d720a776fa62b9cba6
author | nml |
---|---|
date | Wed, 25 Oct 2017 12:03:56 -0400 |
parents | 599a4dc309aa |
children |
rev | line source |
---|---|
0 | 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> | |
1
599a4dc309aa
planemo upload commit 1ea98fb88a93a571beda5bbd56449c946860a258
nml
parents:
0
diff
changeset
|
7 <action type="download_by_url" sha256sum="eae59df6f7aad698da5e43322c58a28c25dfe91dd656cd2ee12ea330db6aa6bb">https://github.com/mariamiskander/VirulenceFactorsDB/archive/master.zip</action> |
0 | 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"> | |
1
599a4dc309aa
planemo upload commit 1ea98fb88a93a571beda5bbd56449c946860a258
nml
parents:
0
diff
changeset
|
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> |
599a4dc309aa
planemo upload commit 1ea98fb88a93a571beda5bbd56449c946860a258
nml
parents:
0
diff
changeset
|
15 <environment_variable name="VF_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
0 | 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 </tool_dependency> |