Mercurial > repos > yating-l > package_ucsc_rename_bigwig_340
comparison tool_dependencies.xml @ 0:39d26518c84b draft default tip
planemo upload commit d630dda5f5480884c7b4f349704e8f68a6f726aa
author | yating-l |
---|---|
date | Mon, 25 Jun 2018 14:54:19 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:39d26518c84b |
---|---|
1 <?xml version="1.0" ?> | |
2 <tool_dependency> | |
3 <package name="ucsc_rename_bigwig" version="340"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions os="darwin" architecture="x86_64"> | |
7 <action type="download_by_url" | |
8 sha256sum="f7d88e5a4d4a99f1489ae64ea35031593f10b80d58efbac7f29e372dbc827f45"> | |
9 http://old-gep.wustl.edu/~galaxy/packages/ucsc_rename_bigwig_340_macOS_x86_64.tar.gz | |
10 </action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>bin</source_directory> | |
13 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
14 </action> | |
15 </actions> | |
16 | |
17 <actions os="linux" architecture="x86_64"> | |
18 <action type="download_by_url" | |
19 sha256sum="cadb724cbfebda2ec3a43519f7cb5eec97842ba6f271f6ad78af580bc3f9cd9a"> | |
20 http://old-gep.wustl.edu/~galaxy/packages/ucsc_rename_bigwig_340_linux_x86_64.tar.gz | |
21 </action> | |
22 <action type="move_directory_files"> | |
23 <source_directory>bin</source_directory> | |
24 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
25 </action> | |
26 </actions> | |
27 | |
28 <!-- Display error message for unsupported OS and CPU architecture --> | |
29 <actions> | |
30 <action type="shell_command"> | |
31 echo "ERROR: This package only supports 64-bit systems running macOS or Linux" | |
32 </action> | |
33 <action type="shell_command">false</action> | |
34 </actions> | |
35 | |
36 <!-- update $PATH environment variable --> | |
37 <action type="set_environment"> | |
38 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
39 </action> | |
40 </actions_group> | |
41 </install> | |
42 <readme> | |
43 <![CDATA[ | |
44 This package contains the utilities for renaming bigWig files | |
45 `bigWig files <https://genome.ucsc.edu/goldenpath/help/bigWig.html>`_. | |
46 The utilities were created by the | |
47 `Genome Bioinformatics Group <https://genome.ucsc.edu/staff.html>`_ | |
48 at the UCSC Genomics Institute. | |
49 | |
50 The bigWig file format is designed to store dense continuous datasets | |
51 and it is compatible with many genome browsers (e.g., UCSC Genome Browser, | |
52 JBrowse, IGV). | |
53 ]]> | |
54 </readme> | |
55 </package> | |
56 </tool_dependency> |