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
fb3686b7
Commit
fb3686b7
authored
17 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Mention that 'http_proxy' needs to be set for HTTP downloads to succeed
within the Sanger firewall.
parent
e54c1860
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/xref_mapping/xrefs_overview.txt
+20
-6
20 additions, 6 deletions
misc-scripts/xref_mapping/xrefs_overview.txt
with
20 additions
and
6 deletions
misc-scripts/xref_mapping/xrefs_overview.txt
+
20
−
6
View file @
fb3686b7
...
...
@@ -28,7 +28,7 @@ multiple strains or subspecies, for example), there can be more than one
'taxonomy_id' key. The name of the species is defined by the source
label and will be store in the Xref database.
For now, the script 'xref_config2sql.pl'
,
also found in this directory
,
For now, the script 'xref_config2sql.pl'
(
also found in this directory
)
should be used to convert the ini-file into a SQL file which you
should replace the file 'sql/populate_metadata.sql' with. When
'xref_parser.pl' is run it will load this generated SQL file into the
...
...
@@ -44,12 +44,19 @@ system, you will now also have to write the parser NewSourceParser.pm
(the parser name may be arbitrary chosen) in the XrefParser directory.
You can find lots of examples of parsers in this directory.
The parsing can create three types of Xrefs these are
Before running the Xref parser, make sure that the environment
variable 'http_proxy' is set to point to the local HTTP proxy to get
outside the firewall. For Sanger, the value of the variable should be
"http://cache.internal.sanger.ac.uk:3128", i.e. for tcsh shells you
should have
1) Primary (These have sequence and are mapped via exonerate)
2) Dependent (Have no sequence but are dependent on the Primary ones)
3) Direct (These are directly linked to the Ensembl entities, so the
mapping is already done)
setenv http_proxy http://cache.internal.sanger.ac.uk:3128
in your ~/.tcshrc file, while for bash-like shell you should have
export http_proxy=http://cache.internal.sanger.ac.uk:3128
in your ~/.profile or ~/.bashrc file.
When you run the script 'xref_parser.pl' to do the Xrefs you must pass
to it several options but for most runs all you need to specify it the
...
...
@@ -63,6 +70,13 @@ Please keep the output from this script and check it later. At the end
of the output there will be a summary of what was successful and what
failed to run. This is important.
The parsing can create three types of Xrefs these are
1) Primary (These have sequence and are mapped via exonerate)
2) Dependent (Have no sequence but are dependent on the Primary ones)
3) Direct (These are directly linked to the Ensembl entities, so the
mapping is already done)
Some sources will have more than one set of files associated with it,
in these cases they have the same source name but different source IDs.
These are known as "priority Xrefs" as the Xrefs are mapped according to
...
...
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