annotate tool_dependencies.xml @ 0:60da990356c3 draft

planemo upload
author yating-l
date Tue, 16 May 2017 15:38:45 -0400
parents
children dd6a70b36193
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
60da990356c3 planemo upload
yating-l
parents:
diff changeset
1 <?xml version="1.0" ?>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
2 <tool_dependency>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
3 <package name="ucsc_gcpercent" version="340">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
4 <install version="1.0">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
5 <actions_group>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
6 <actions os="darwin" architecture="x86_64">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
7 <action type="download_by_url"
60da990356c3 planemo upload
yating-l
parents:
diff changeset
8 sha256sum="e74387b8ca9d9acac30b2fac278d7bebd38b568575ed4413f491002cd0747cae">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
9 http://old-gep.wustl.edu/~wilson/packages/ucsc_gcpercent/ucsc_gcpercent_340_macOS_x86_64.tar.gz
60da990356c3 planemo upload
yating-l
parents:
diff changeset
10 </action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
11 <action type="move_directory_files">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
12 <source_directory>bin</source_directory>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
13 <destination_directory>$INSTALL_DIR/bin</destination_directory>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
14 </action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
15 </actions>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
16
60da990356c3 planemo upload
yating-l
parents:
diff changeset
17 <actions os="linux" architecture="x86_64">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
18 <action type="download_by_url"
60da990356c3 planemo upload
yating-l
parents:
diff changeset
19 sha256sum="e44479e413082b940e6cd2b89fbe5e461a4a422ded4c75bdc3afe938dd952acc">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
20 http://old-gep.wustl.edu/~wilson/packages/ucsc_gcpercent/ucsc_gcpercent_340_linux_x86_64.tar.gz
60da990356c3 planemo upload
yating-l
parents:
diff changeset
21 </action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
22 <action type="move_directory_files">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
23 <source_directory>bin</source_directory>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
24 <destination_directory>$INSTALL_DIR/bin</destination_directory>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
25 </action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
26 </actions>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
27
60da990356c3 planemo upload
yating-l
parents:
diff changeset
28 <!-- Display error message for unsupported OS and CPU architecture -->
60da990356c3 planemo upload
yating-l
parents:
diff changeset
29 <actions>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
30 <action type="shell_command">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
31 echo "ERROR: This package only supports 64-bit systems running macOS or Linux"
60da990356c3 planemo upload
yating-l
parents:
diff changeset
32 </action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
33 <action type="shell_command">false</action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
34 </actions>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
35
60da990356c3 planemo upload
yating-l
parents:
diff changeset
36 <!-- update $PATH environment variable -->
60da990356c3 planemo upload
yating-l
parents:
diff changeset
37 <action type="set_environment">
60da990356c3 planemo upload
yating-l
parents:
diff changeset
38 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
39 </action>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
40 </actions_group>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
41 </install>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
42 <readme>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
43 <![CDATA[
60da990356c3 planemo upload
yating-l
parents:
diff changeset
44 This package contains the hgGcPercent tool for constructing the
60da990356c3 planemo upload
yating-l
parents:
diff changeset
45 `GC percent <http://genomewiki.ucsc.edu/index.php/Browser_Track_Construction#GC_Percent>`_
60da990356c3 planemo upload
yating-l
parents:
diff changeset
46 evidence track. This tool was created by the
60da990356c3 planemo upload
yating-l
parents:
diff changeset
47 `Genome Bioinformatics Group <https://genome.ucsc.edu/staff.html>`_
60da990356c3 planemo upload
yating-l
parents:
diff changeset
48 at the UCSC Genomics Institute.
60da990356c3 planemo upload
yating-l
parents:
diff changeset
49 ]]>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
50 </readme>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
51 </package>
60da990356c3 planemo upload
yating-l
parents:
diff changeset
52 </tool_dependency>