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
da95416e
Commit
da95416e
authored
14 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused options.
Add options for separate DNA database (commented out).
parent
1711b215
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/id_mapping/default.conf
+32
-22
32 additions, 22 deletions
misc-scripts/id_mapping/default.conf
with
32 additions
and
22 deletions
misc-scripts/id_mapping/default.conf
+
32
−
22
View file @
da95416e
;
for
dry
runs
,
no
data
is
written
to
the
database
;
;
for
dry
runs
,
no
data
is
written
to
the
database
dry_run
=
0
;
log
level
,
useful
values
are
'INFO'
or
'DEBUG'
;
;
log
level
,
useful
values
are
'INFO'
or
'DEBUG'
loglevel
=
DEBUG
;
paths
basedir
= /
lustre
/
scratch103
/
ensembl
/
ak4
/
Stable_ID_mapping
/
v62
/
Xenopus_tropicali
s
;
;
paths
basedir
= /
lustre
/
scratch103
/
ensembl
/
ak4
/
Stable_ID_mapping
/
v62
/
Homo_sapien
s
;
URL
prefix
for
navigation
urlprefix
=
http
://
www
.
ensembl
.
org
/
Xenopus_tropicali
s
/
Gene
/
Summary
?
g
=
;
;
URL
prefix
for
navigation
urlprefix
=
http
://
www
.
ensembl
.
org
/
Homo_sapien
s
/
Gene
/
Summary
?
g
=
;
old
db
settings
;
;
old
/
source
database
settings
sourcehost
=
ens
-
livemirror
sourceport
=
3306
sourceuser
=
USER
NAME
sourcedbname
=
xenopus_tropicalis_co
re_61_
41r
sourceuser
=
READONLY_
USER
sourcedbname
=
homo_sapiens_otherfeatu
re
s
_61_
37f
;
new
db
settings
targethost
=
ens
-
research
;;
old
/
source
database
settings
(
for
separate
DNA
database
)
;
sourcehost_dna
=
ens
-
livemirror
;
sourceport_dna
=
3306
;
sourceuser_dna
=
READONLY_USER
;
sourcedbname_dna
=
homo_sapiens_core_61_37f
;;
new
/
target
database
settings
targethost
=
genebuild7
targetport
=
3306
targetuser
=
USER
NAME
targetuser
=
WRITE_
USER
targetpass
=
PASSWORD
targetdbname
=
ak4_xeno
targetdbname
=
sf7_patch_pa_62
;;
new
/
target
database
settings
(
for
separate
DNA
database
)
;
targethost_dna
=
ens
-
staging1
;
targetport_dna
=
3306
;
targetuser_dna
=
READONLY_USER
;
targetdbname_dna
=
homo_sapiens_core_62_37g
;
caching
;
;
caching
;
cache_method
=
build_cache_all
build_cache_auto_threshold
=
1
000
build_cache_auto_threshold
=
2
000
build_cache_concurrent_jobs
=
25
;
limit
;
region
=
chromosome
:
CHIMP1A
:
1
:
1
:
2000000
:
1
;
chromosomes
=
21
,
22
;;
limit
;
biotypes
=
protein_coding
,
pseudogene
,
retrotransposed
;
LSF
parameters
;
;
LSF
parameters
lsf_opt_run_small
=
"-q small"
lsf_opt_run
=
"-M15000000 -R'select[linux && lustre && mem>15000],rusage[mem=15000]'"
lsf_opt_dump_cache
=
"-M5000000 -R'select[linux && lustre && mem>5000],rusage[mem=5000]'"
;
ScoreBuilder
;
;
ScoreBuilder
min_exon_length
=
15
exonerate_path
= /
usr
/
local
/
ensembl
/
bin
/
exonerate
-
0
.
8
.
2
exonerate_bytes_per_job
=
250000
...
...
@@ -50,10 +60,10 @@ transcript_score_threshold = 0
synteny_rescore_jobs
=
20
lsf_opt_synteny_rescore
=
"-M10000000 -R'select[linux && lustre && mem>10000],rusage[mem=10000]'"
;
StableIdMapper
;
;
StableIdMapper
mapping_types
=
gene
,
transcript
,
translation
,
exon
;
upload
results
into
db
;
;
upload
results
into
db
upload_events
=
1
upload_stable_ids
=
1
upload_archive
=
1
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