comparison README.md @ 10:c42c69aa81f8

fixed manually the upload of version 2.1.0 - deleted accidentally added files to the repo
author vipints <vipin@cbio.mskcc.org>
date Thu, 23 Apr 2015 18:01:45 -0400
parents
children
comparison
equal deleted inserted replaced
9:7d67331368f3 10:c42c69aa81f8
1 GFFtools-GX
2 ===========
3
4 A collection of tools for converting genome annotation between [GTF](https://genome.ucsc.edu/FAQ/FAQformat.html#format4), [BED](https://genome.ucsc.edu/FAQ/FAQformat.html#format1), [GenBank](http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html) and [GFF](https://genome.ucsc.edu/FAQ/FAQformat.html#format3).
5
6 ##### INTRODUCTION
7
8 Several genome annotation centers provide their data in GTF, BED, GFF and GenBank format. I have few programs, they mainly deals with converting between GTF, BED GenBank and GFF formats. They are extensively tested with files from different centers like [ENSEMBL](http://www.ensembl.org), [UCSC](https://genome.ucsc.edu/), [JGI](http://genome.jgi.doe.gov/) and [NCBI AceView](http://www.ncbi.nlm.nih.gov/IEB/Research/Acembly/HelpJan.html). These programs can be easily integrated into your galaxy instance.
9
10 ##### CONTENTS
11
12 Included utilities are:
13
14 BED-to-GFF: convert data from a 12 column UCSC wiggle BED format to GFF
15 GBK-to-GFF: convert data from genbank format to GFF
16 GFF-to-BED: convert data from GFF to 12 column BED format
17 GFF-to-GTF: convert data from GFF to GTF
18 GTF-to-GFF: convert data from GTF to valid GFF
19
20 test-data: Test data set. (move to your galaxy-root-folder/test-data/)
21
22 You may need to move the test files into your test-data directory so galaxy can find them.
23 If you want to run the functional tests eg as:
24
25 exmaple:
26 sh run_functional_tests.sh -id fml_gtf2gff
27
28 ##### REQUIREMENTS
29
30 python2.6 or 2.7 and biopython
31
32 Galaxy should be able to automatically install biopython via Galaxy toolshed.
33
34 ##### COMMENTS/QUESTIONS
35
36 I can be reached at vipin [at] cbio.mskcc.org
37
38 ##### LICENSE
39
40 Copyright (c) 2009-2012, Friedrich Miescher Laboratory of the Max Planck Society
41
42 2013-2015, Memorial Sloan Kettering Cancer Center
43 Vipin T Sreedharan <vipin@cbio.mskcc.org>
44 All rights reserved.
45
46 Licensed under the BSD 2-Clause License: <http://opensource.org/licenses/BSD-2-Clause>
47
48 Redistribution and use in source and binary forms, with or without
49 modification, are permitted provided that the following conditions are met:
50
51 * Redistributions of source code must retain the above copyright notice,
52 this list of conditions and the following disclaimer.
53
54 * Redistributions in binary form must reproduce the above copyright notice,
55 this list of conditions and the following disclaimer in the documentation
56 and/or other materials provided with the distribution.
57
58 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
59 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
60 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
61 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
62 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
64 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
65 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
66 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
67 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
68
69 ##### COURTESY
70
71 To the Galaxy Team.