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
acf19c68
Commit
acf19c68
authored
21 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Added info about current developments (mapping).
parent
d5ed7810
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/das_client/guzzle.README
+42
-2
42 additions, 2 deletions
misc-scripts/das_client/guzzle.README
with
42 additions
and
2 deletions
misc-scripts/das_client/guzzle.README
+
42
−
2
View file @
acf19c68
...
...
@@ -101,8 +101,8 @@
You have the option to turn certain features on or off. These
features are the graphics, the "being nice to DAS servers" feature,
and
the stylesheet feature. Turning features off
removes dependencies
on some Perl modules.
the stylesheet
feature, and the mapping
feature. Turning features off
removes dependencies
on some Perl modules.
Turning the graphics feature off will inhibit the creation of
temporary PNG files (which otherwise would need to be cleaned out with
...
...
@@ -120,6 +120,42 @@
asking the DAS server for stylesheet information.
MAPPING
The mapping feature is a new addition. It allows you to provide a
simple <tab>-delimited file containing mapping information. Currently
mappings may be of the following types:
* simple
A simple mapping of a user-requested ID into one or
several other IDs is performed before querying the DAS
server. The IDs in the result are then mapped back into
the user-requested ID.
Format of map data file:
queryID,targetID
The "queryID" is what the user requests and need not be
unique. The file needs to be sorted.
* align (not implemented)
Like the simpe mapping, but the mapping is dependent on
alignment information. This depends on the availability
of the Bio::EnsEMBL::Mapper module which is not part of
Bioperl.
Format of map data file:
queryID,targetID,qAlignStart,tAlignStart,cigarLine
The "queryID" is what the user requests and need not be
unique. The cigar line is on the Ensembl Cigar format, see
[5] (at the end of the document). The file needs to be
sorted.
BUGS
The DAS stylesheet support is a hack. The Bio::Das modules from CPAN
...
...
@@ -148,3 +184,7 @@
[2] http://www.biojava.org/dazzle/
[3] http://www.biodas.org/servers/
[4] http://www.ensembl.org/
[5] http://www.ensembl.org/Docs/wiki/html/EnsemblDocs/CigarFormat.html
// vim: et
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