Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
8ef93d46
Commit
8ef93d46
authored
20 years ago
by
Graham McVicker
Browse files
Options
Downloads
Patches
Plain Diff
updated documentation
parent
3b2f7f6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc-scripts/parse_embl.pl
+11
-9
11 additions, 9 deletions
misc-scripts/parse_embl.pl
with
11 additions
and
9 deletions
misc-scripts/parse_embl.pl
+
11
−
9
View file @
8ef93d46
...
...
@@ -12,12 +12,15 @@ parse_embl.pl
=head1 DESCRIPTION
This script will peform simple loading of an annotated genome in EMBL
flat file format into an Otter database. The script is aimed at
loading bacterial and small eukaryotic genomes published by the
Pathogen Sequencing Unit at the Sanger Institue, but should be able to
load most suitable pre-processed EMBL files.
This is a script originally written by Keith James to load a pathogen
genome from an EMBL flat file into an Otter (modified ensembl) database.
It has been has been stripped down and modified to make it more general
purpose.
This script will peform simple loading of an annotated genome in EMBL
flat file format into an Ensembl database. The script loads a fairly
minimal set of gene information from an EMBL file, but could be
extended to do more.
Certain assumptions are made about the format of the EMBL file such
that it may require pre-processing before loading - these are listed
...
...
@@ -61,10 +64,7 @@ its location it is assumed the ends have not been found.
=item *
The standard Ensembl translation mechanism is not used because it is
hardwired for eukaryotes. The codon table is specified in the command
line and affects all protein coding genes. The 'translation_table' tag
of a feature is ignored, if present.
Non-standard translation tables are currently not handled.
=item *
...
...
@@ -88,6 +88,8 @@ Email kdj@sanger.ac.uk
Stephen Searle, sjms@sanger.ac.uk
Graham McVicker
=head1 METHODS
=cut
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment