Mercurial > repos > vipints > fml_gff3togtf
comparison GFFtools-GX/README @ 3:ff2c2e6f4ab3
Uploaded version 2.0.0 of gfftools ready to import to local instance
author | vipints |
---|---|
date | Wed, 11 Jun 2014 16:29:25 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:db3c67b03d55 | 3:ff2c2e6f4ab3 |
---|---|
1 A collection of tools for converting genome annotation between GTF (Gene Transfer Format), | |
2 BED (Browser Extensible Data) and GFF (Generic Feature Format). | |
3 | |
4 INTRODUCTION | |
5 | |
6 Several genome annotation centers provide their data in GTF, BED, GFF3 etc. I have few programs | |
7 they mainly deals with converting between GTF, BED and GFF3 formats. They are extensively tested | |
8 with files from different centers like ENSEMBL, UCSC, JGI and NCBI AceView. Please follow the | |
9 instructions below to clone these tools into your galaxy instance. | |
10 | |
11 CONTENTS | |
12 | |
13 Tool configuration files in *.xml format. | |
14 | |
15 gtf_to_gff.xml | |
16 gff_to_gtf.xml | |
17 bed_to_gff.xml | |
18 gff_to_bed.xml | |
19 gbk_to_gff.xml | |
20 | |
21 Python based scripts. | |
22 | |
23 gtf_to_gff.py: convert data from GTF to valid GFF3. | |
24 gff_to_gtf.py: convert data from GFF3 to GTF. | |
25 bed_to_gff.py: convert data from a 12 column UCSC wiggle BED format to GFF3. | |
26 gff_to_bed.py: convert gene transcript annotation from GFF3 to UCSC wiggle 12 column BED format. | |
27 gbk_to_gff.py: convert data from genbank format to GFF. | |
28 GFFParser.py: Parse GFF/GTF files. | |
29 helper.py: Utility functions. | |
30 | |
31 test-data: Test data set. (move to your galaxy_root_folder/test-data/) | |
32 | |
33 You may need to move the test files into your test-data directory so galaxy can find them. | |
34 If you want to run the functional tests eg as: | |
35 | |
36 exmaple: | |
37 sh run_functional_tests.sh -id fml_gtf2gff | |
38 | |
39 REQUIREMENTS | |
40 | |
41 python | |
42 | |
43 COMMENTS/QUESTIONS | |
44 | |
45 I can be reached at vipin [at] cbio.mskcc.org | |
46 | |
47 LICENSE | |
48 | |
49 Copyright (C) 2009-2012 Friedrich Miescher Laboratory of the Max Planck Society | |
50 2013-2014 Memorial Sloan Kettering Cancer Center | |
51 | |
52 This program is free software; you can redistribute it and/or modify | |
53 it under the terms of the GNU General Public License as published by | |
54 the Free Software Foundation; either version 3 of the License, or | |
55 (at your option) any later version. | |
56 | |
57 COURTESY | |
58 | |
59 To the Galaxy Team. |