annotate fml_gff_converter_programs/README @ 0:ed53dca1c6ff

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author vipints
date Tue, 07 Jun 2011 17:26:20 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
1 A collection of tools for converting genome annotation between GTF (Gene Transfer Format), BED (Browser Extensible Data) and GFF (Generic Feature Format)
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
2
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
3 INTRODUCTION
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
4
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
5 Several genome annotation centers provide their data in GTF, BED, GFF3 etc. I have few programs
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
6 they mainly deals with converting between GTF, BED and GFF3 formats. They are extensively tested
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
7 with files from different centers like ENSEMBL, UCSC, JGI and NCBI AceView. Please follow the
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
8 instructions below to clone these tools into your galaxy instance.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
9
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
10 CONTENTS
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
11
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
12 galaxy: Contains tool configuration files in *.xml format.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
13
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
14 Tool configuration files. Please add right path to locate the scripts.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
15
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
16 gtf_to_gff3.xml
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
17
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
18 gff3_to_gtf.xml
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
19
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
20 bed_to_gff3.xml
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
21
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
22 gff3_to_bed.xml
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
23
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
24 t: Test data set. (move to your galaxy root folder/test-data/)
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
25
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
26 You may need to move the test files into your test-data directory so galaxy can find them.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
27 If you want to run the functional tests eg as:
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
28
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
29 sh run_functional_tests.sh -id fml_gtf2gff3
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
30
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
31 scripts: Python based and Perl based scripts.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
32
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
33 gtf_to_gff3_converter.py: This tool converts data from GTF format to valid GFF3 format.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
34
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
35 gff3_to_gtf_converter.pl: This tool converts data from GFF3 format to GTF format.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
36
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
37 bed_to_gff3_converter.py: This tool converts data from a 12 column UCSC wiggle BED format to GFF3 format.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
38
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
39 gff3_to_bed_converter.py: This tool converts gene transcript annotation from GFF3 format to UCSC wiggle 12 column BED format.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
40
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
41 REQUIREMENTS
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
42
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
43 Python, Perl and if you are interested to use gff3_to_gtf_converter.pl please install Bio::Perl module.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
44
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
45 COMMENTS/QUESTIONS
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
46
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
47 I can be reached at vipin.ts@tuebingen.mpg.de
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
48
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
49 LICENSE
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
50
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
51 Copyright (C) 2010 Friedrich Miescher Laboratory of the Max Planck Society
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
52
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
53 This program is free software; you can redistribute it and/or modify
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
54 it under the terms of the GNU General Public License as published by
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
55 the Free Software Foundation; either version 3 of the License, or
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
56 (at your option) any later version.
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
57
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
58 COURTESY
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
59
ed53dca1c6ff Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
vipints
parents:
diff changeset
60 To the Galaxy Team.