Mercurial > repos > sauria > hifive
comparison readme.rst @ 0:0a9c76d80e33 draft
planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
author | sauria |
---|---|
date | Fri, 05 Jun 2015 14:09:00 -0400 |
parents | |
children | cb4f92e6fd4e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0a9c76d80e33 |
---|---|
1 ============================= | |
2 Galaxy wrapper for HiFive | |
3 ============================= | |
4 | |
5 This wrapper allows use of the hifive package, a set of tools for handling HiC | |
6 and 5C data, on Galaxy. This includes managing data from mapped reads, either | |
7 in bam, mat, or raw formats. All stages use hdf5 dictionaries for fast access | |
8 and minimal memory and storage usage. | |
9 | |
10 This toolset includes methods for normalizing data from either HiC or 5C | |
11 experiments at the fragment-end, or fragment level resolution, respectively. | |
12 Once normalized, data can be used for plotting, binning, or other statistical | |
13 tests within the package very quickly. | |
14 | |
15 Original documentation can be found `here <http://hifive.docs.taylorlab.org/en/latest/>`_. | |
16 | |
17 Automated Installation | |
18 ====================== | |
19 | |
20 Galaxy should be able to automatically install the dependencies, i.e. the | |
21 ``h5py`` and ``hifive`` tool depedency packages. | |
22 | |
23 Manual Installation | |
24 =================== | |
25 | |
26 For those not using Galaxy's automated installation from the Tool Shed, put | |
27 the XML and Python files in the ``tools/hifive/`` folder and add the | |
28 XML files to your ``tool_conf.xml`` as normal. For example, use:: | |
29 | |
30 <section name="HiFive" id="hifive_tools"> | |
31 <tool file="hifive/complete_hic_project.xml" /> | |
32 <tool file="hifive/create_hic_fendset.xml" /> | |
33 <tool file="hifive/create_hic_dataset.xml" /> | |
34 <tool file="hifive/create_hic_project.xml" /> | |
35 <tool file="hifive/learn_hic_normalization.xml" /> | |
36 <tool file="hifive/create_hic_heatmap.xml" /> | |
37 <tool file="hifive/get_interval_hic_data.xml" /> | |
38 <tool file="hifive/complete_fivec_project.xml" /> | |
39 <tool file="hifive/create_fivec_fragmentset.xml" /> | |
40 <tool file="hifive/create_fivec_dataset.xml" /> | |
41 <tool file="hifive/create_fivec_project.xml" /> | |
42 <tool file="hifive/learn_fivec_normalization.xml" /> | |
43 <tool file="hifive/create_fivec_heatmap.xml" /> | |
44 <tool file="hifive/get_interval_fivec_data.xml" /> | |
45 </section> | |
46 | |
47 | |
48 ================ | |
49 Wrapper Licence | |
50 ================ | |
51 | |
52 Permission is hereby granted, free of charge, to any person obtaining a copy | |
53 of this software and associated documentation files (the "Software"), to deal | |
54 in the Software without restriction, including without limitation the rights | |
55 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
56 copies of the Software, and to permit persons to whom the Software is | |
57 furnished to do so, subject to the following conditions: | |
58 | |
59 The above copyright notice and this permission notice shall be included in | |
60 all copies or substantial portions of the Software. | |
61 | |
62 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
63 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
64 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
65 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
66 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
67 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
68 THE SOFTWARE. |