Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
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
zmap
Commits
52aca1ae
Commit
52aca1ae
authored
16 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
renamed file.
parent
b29333f9
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
web/user_doc/config_file_examples.shtml
+97
-0
97 additions, 0 deletions
web/user_doc/config_file_examples.shtml
with
97 additions
and
0 deletions
web/user_doc/config_file_examples.shtml
0 → 100755
+
97
−
0
View file @
52aca1ae
<!--#set var="banner" value="ZMap Feature Sets and Styles"-->
<!--#include virtual="/perl/header"-->
<!--#set var="author" value="edgrif@sanger.ac.uk" -->
<style>
pre{ width: 95%; background-color: #DDDDDD; border-style: solid; border-width: 1px; padding: 10px }
.example{ border-color: #000000 }
</style>
<pre class="example">
# -----------------------------------------------------------------------------
# ZMap config file format for views.
#
#
# -----------------------------------------------------------------------------
# "ZMap" stanza:
# Specifies general properties.
#
[ZMap]
# replaced by views keyword and 'mapping' in the view stanza
# default_sequence = b0250
default_printer = n318bw
# names of view stanzas.
views = b0250
# new keyword, display listed views, single means all in one window,
# multiple means all in their own windows, default is multiple.
view_windows = < single | multiple >
# -----------------------------------------------------------------------------
# "View" stanza:
# Specifies properties for fetching a feature context to display to the
# the user.
#
# Currently we support one of these but in the future there can be multiple
# views, all of which get displayed. Each view stanza must have a unique name
# and it must in turn name the source stanzas which will specify servers
# to fetch the view data.
#
[b0250]
# List of featuresets to be displayed, the order is the column order on the screen,
# reverse strand is displayed in reverse order.
featuresets_display_order = GeneFinderFeatures ; eds_column ; 3 Frame ; 3 Frame Translation ; and many more...
# features to be displayed in the navigator window.
navigator_sets = Locus ; scale ; genomic_canonical
# The _default_ mapping for the view (in the end this should specify blocks etc....)
mapping = <assembly [start [end] ] >
# list specifying all sources for this view.
sources = b0250_acedb_server
# -----------------------------------------------------------------------------
# source stanzas specify the servers that fetch the data for sequence
# display. Each stanza must have a unique name.
#
[b0250_acedb_server]
url = acedb://any:any@cbi4c:20000
# list of feature sets for this source
# (optional, default list is featuresets_display_order from parent view stanza)
featuresets = GeneFinderFeatures ; eds_column ; pseudogene ; curated
# fetch styles ? (optional, default is true)
styles = false
# mapping for this source only (optional, default taken from parent view stanza)
mapping = <sub-assembly [start [end] ] >
# fetch sequence for mapping from this source (optional, default is true)
sequence = false
</pre>
<!--#include virtual="/perl/footer"-->
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