~ubuntu-branches/ubuntu/trusty/bioperl/trusty-proposed

« back to all changes in this revision

Viewing changes to scripts/Bio-DB-GFF/README

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2009-03-10 07:19:11 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090310071911-fukqzw54pyb1f0bd
Tags: 1.6.0-2
* Removed patch system (not used):
  - removed instuctions in debian/rules;
  - removed quilt from Build-Depends in debian/control.
* Re-enabled tests:
  - uncommented test command in debian/rules;
  - uncommented previously missing build-dependencies in debian/control.
  - Re-enabled tests and uncommented build-dependencies accordingly.
* Removed libmodule-build-perl and libtest-harness-perl from
  Build-Depends-Indep (provided by perl-modules).
* Better cleaning of empty directories using find -type d -empty -delete
  instead of rmdir in debian/rules (LP: #324001).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
These are utilities that go with the Bio::DB::GFF module.
2
 
 
3
 
examples/Bio-DB-GFF/load_gff.PLS:
4
 
 
5
 
Slow but foolproof GFF table to database loader.
6
 
 
7
 
examples/Bio-DB-GFF/bulk_load_gff.PLS:      
8
 
 
9
 
Fast loader, but wipes database clean each time.
10
 
 
11
 
examples/Bio-DB-GFF/fast_load_gff.PLS:
12
 
 
13
 
EXPERIMENTAL incremental loader that is as fast as bulk loader, but only works on Unix platforms.
14
 
 
15
 
scripts/Bio-DB-GFF/generate_histogram.PLS: 
16
 
 
17
 
Generate histogram of sequence features, for use with generic genome browser.
18
 
 
19
 
scripts/Bio-DB-GFF/process_gadfly.PLS:     
20
 
 
21
 
Tweak GadFly GFF files for loading (drosophila).
22
 
 
23
 
scripts/Bio-DB-GFF/process_wormbase.PLS:   
24
 
 
25
 
Tweak WormBase GFF files for loading (elegans).
26
 
 
27
 
scripts/Bio-DB-GFF/process_sgd.PLS:        
28
 
 
29
 
Turn SGD feature dumps into GFF files for loading (saccharomyces).
30
 
 
31
 
scripts/Bio-DB-GFF/process_ncbi_human.PLS: 
32
 
 
33
 
Turn NCBI feature dumps into GFF files for loading (human).
34
 
 
 
1
These are scripts that go with the Bio::DB::GFF module, a basic
 
2
seqfeature database.  Install these scripts if you wish to use the
 
3
LDAS distributed annotation server or the Generic Genome Browser.
35
4