annotate tool_dependencies.xml @ 1:af3605b68204 draft default tip

Uploaded
author iuc
date Wed, 13 Apr 2016 14:16:37 -0400
parents 47c4dfd5aed5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="diamond" version="0.6.13">
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
5 <actions_group>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
6 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. -->
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
7 <actions os="linux" architecture="x86_64">
1
af3605b68204 Uploaded
iuc
parents: 0
diff changeset
8 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/diamond/0.6.13/diamond-linux64.tar.gz</action>
0
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
9 <action type="move_file">
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
10 <source>diamond</source>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
11 <destination>$INSTALL_DIR</destination>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
12 </action>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
13 </actions>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
14 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
15 <actions>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
16 <action type="shell_command">echo "ERROR: Automated installation is currently not supported."</action>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
17 <action type="shell_command">echo "Please report this via https://github.com/bgruening/galaxytools/issues - thank you!"</action>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
18 <action type="shell_command">false</action>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
19 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
20 </actions>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
21 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
22 <action type="set_environment">
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
23 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
24 <environment_variable name="DIAMOND_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
25 </action>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
26 </actions_group>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
27 </install>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
28 <readme>DIAMOND is a new high-throughput program for aligning a file of short reads against a protein reference database such as NR, at 20,000 times the speed of BLASTX, with high sensitivity</readme>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
29 </package>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
30 </tool_dependency>
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
31
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
32
47c4dfd5aed5 Imported from capsule None
iuc
parents:
diff changeset
33