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
cd8e33d8
Commit
cd8e33d8
authored
14 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Updated.
parent
d5247ab5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc-scripts/id_mapping/default.conf
+16
-40
16 additions, 40 deletions
misc-scripts/id_mapping/default.conf
with
16 additions
and
40 deletions
misc-scripts/id_mapping/default.conf
+
16
−
40
View file @
cd8e33d8
...
...
@@ -5,38 +5,38 @@ dry_run = 0
loglevel
=
DEBUG
;
paths
basedir
= /
lustre
/
work1
/
ensembl
/
pm2
/
idmapping
/
perl
/
2008
-
04
-
28
basedir
= /
lustre
/
scratch103
/
ensembl
/
ak4
/
Stable_ID_mapping
/
v62
/
Xenopus_tropicalis
;
prepend
this
path
to
your
'log'
parameter
;
will
default
to
"$basedir/log"
if
not
set
;
logpath
= /
lustre
/
scratch1
/
ensembl
/
pm2
/
idmapping
/
log_20070823
;
URL
prefix
for
navigation
urlprefix
=
http
://
www
.
ensembl
.
org
/
Xenopus_tropicalis
/
Gene
/
Summary
?
g
=
;
old
db
settings
sourcehost
=
ens
-
research
sourcehost
=
ens
-
livemirror
sourceport
=
3306
sourceuser
=
ensro
sourcedbname
=
pm2_pan_troglodyte
s_core_
40_3c
sourceuser
=
USERNAME
sourcedbname
=
xenopus_tropicali
s_core_
61_41r
;
new
db
settings
targethost
=
ens
-
research
targetport
=
3306
targetuser
=
ensadmin
targetpass
=
PASS
targetdbname
=
pm2_pan_troglodytes_core_41_21
targetuser
=
USERNAME
targetpass
=
PASS
WORD
targetdbname
=
ak4_xeno
;
caching
;
cache_method
=
build_cache_all
build_cache_auto_threshold
=
100
build_cache_concurrent_jobs
=
2
00
build_cache_auto_threshold
=
100
0
build_cache_concurrent_jobs
=
2
5
;
limit
;
region
=
chromosome
:
CHIMP1A
:
1
:
1
:
2000000
:
1
;
chromosomes
=
21
,
22
;
biotypes
=
protein_coding
,
pseudogene
,
retrotransposed
;
LSF
parameters
lsf_opt_run
=
"-
M3500000 -R'select[type==X86_64 && mem>3500],rusage[mem=3500]'
"
;
lsf_opt_run
=
"-M
75
00000 -R'select[
type==X86_64
&& mem>
75
00],rusage[mem=
75
00]'"
;
lsf_opt_dump_cache
=
"-M
17
00000 -R'select[
type==X86_64
&& mem>
17
00],rusage[mem=
17
00]'"
lsf_opt_run
_small
=
"-
q small
"
lsf_opt_run
=
"-M
150
00000 -R'select[
linux && lustre
&& mem>
150
00],rusage[mem=
150
00]'"
lsf_opt_dump_cache
=
"-M
50
00000 -R'select[
linux && lustre
&& mem>
50
00],rusage[mem=
50
00]'"
;
ScoreBuilder
min_exon_length
=
15
...
...
@@ -48,36 +48,12 @@ exonerate_threshold = 0.5
exonerate_extra_params
=
'--bestn 100'
transcript_score_threshold
=
0
synteny_rescore_jobs
=
20
;
lsf_opt_synteny_rescore
=
;
InternalIdMapper
;
plugin_internal_id_mappers_gene
= \
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblGeneGeneric
::
init_basic
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblGeneGeneric
::
synteny
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblGeneGeneric
::
best_transcript
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblGeneGeneric
::
biotype
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblGeneGeneric
::
internal_id
;
plugin_internal_id_mappers_transcript
= \
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblTranscriptGeneric
::
init_basic
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblTranscriptGeneric
::
non_exact_translation
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblTranscriptGeneric
::
mapped_gene
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblTranscriptGeneric
::
internal_id
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblTranscriptGeneric
::
single_gene
;
plugin_internal_id_mappers_exon
= \
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblExonGeneric
::
init_basic
,\
;
Bio
::
EnsEMBL
::
IdMapping
::
InternalIdMapper
::
EnsemblExonGeneric
::
mapped_transcript
lsf_opt_synteny_rescore
=
"-M10000000 -R'select[linux && lustre && mem>10000],rusage[mem=10000]'"
;
StableIdMapper
mapping_types
=
gene
,
transcript
,
translation
,
exon
;
plugin_stable_id_generator
=
Bio
::
EnsEMBL
::
IdMapping
::
StableIdGenerator
::
EnsemblGeneric
;
upload
results
into
db
upload_events
=
1
upload_stable_ids
=
1
upload_archive
=
1
;
URL
prefix
for
navigation
urlprefix
=
http
://
jun2007
.
archive
.
ensembl
.
org
/
Pan_troglodytes
/
geneview
?
gene
=
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