annotate tool_dependencies.xml @ 1:f03dc0347e70 draft default tip

planemo upload commit d476446dd23645b740023fe2abacabeefca4c5a1
author yating-l
date Wed, 31 May 2017 11:40:50 -0400
parents b977527e6e14
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
1 <?xml version="1.0" ?>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
2 <tool_dependency>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
3 <package name="ucsc_twobit" version="340">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
4 <install version="1.0">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
5 <actions_group>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
6 <actions os="darwin" architecture="x86_64">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
7 <action type="download_by_url"
1
f03dc0347e70 planemo upload commit d476446dd23645b740023fe2abacabeefca4c5a1
yating-l
parents: 0
diff changeset
8 sha256sum="802a44835422045178bf6257254a822639fb6eb6947e9afc8de9aad0a8a62d0e">
f03dc0347e70 planemo upload commit d476446dd23645b740023fe2abacabeefca4c5a1
yating-l
parents: 0
diff changeset
9 http://old-gep.wustl.edu/~galaxy/packages/ucsc_twobit_340_macOS_x86_64.tar.gz
0
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
10 </action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
11 <action type="move_directory_files">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
12 <source_directory>bin</source_directory>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
13 <destination_directory>$INSTALL_DIR/bin</destination_directory>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
14 </action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
15 </actions>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
16
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
17 <actions os="linux" architecture="x86_64">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
18 <action type="download_by_url"
1
f03dc0347e70 planemo upload commit d476446dd23645b740023fe2abacabeefca4c5a1
yating-l
parents: 0
diff changeset
19 sha256sum="cd923a2993eebba7cbaa01a7283c60b4839f5edee232227645fb7d47b1380b0a">
f03dc0347e70 planemo upload commit d476446dd23645b740023fe2abacabeefca4c5a1
yating-l
parents: 0
diff changeset
20 http://old-gep.wustl.edu/~galaxy/packages/ucsc_twobit_340_linux_x86_64.tar.gz
0
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
21 </action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
22 <action type="move_directory_files">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
23 <source_directory>bin</source_directory>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
24 <destination_directory>$INSTALL_DIR/bin</destination_directory>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
25 </action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
26 </actions>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
27
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
28 <!-- Display error message for unsupported OS and CPU architecture -->
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
29 <actions>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
30 <action type="shell_command">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
31 echo "ERROR: This package only supports 64-bit systems running macOS or Linux"
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
32 </action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
33 <action type="shell_command">false</action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
34 </actions>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
35
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
36 <!-- update $PATH environment variable -->
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
37 <action type="set_environment">
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
38 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
39 </action>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
40 </actions_group>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
41 </install>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
42 <readme>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
43 <![CDATA[
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
44 This package contains the utilities for constructing and manipulating
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
45 `twoBit files <https://genome.ucsc.edu/goldenpath/help/twoBit.html>`_.
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
46 The utilities were created by the
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
47 `Genome Bioinformatics Group <https://genome.ucsc.edu/staff.html>`_
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
48 at the UCSC Genomics Institute.
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
49
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
50 The twoBit file format is designed to store genomic sequences and the
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
51 associated repeat masking information. The twoBit file is used by the
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
52 UCSC Genome Browser and by tools such as
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
53 `BLAT <https://genome.ucsc.edu/goldenpath/help/blatSpec.html>`_.
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
54 ]]>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
55 </readme>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
56 </package>
b977527e6e14 planemo upload
yating-l
parents:
diff changeset
57 </tool_dependency>