annotate tool_dependencies.xml @ 0:a44fc617c657 draft

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