Skip to content
Snippets Groups Projects
Commit 93ce6af7 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

added mapping_types and plugin_stable_id_gererator

parent 1a090ead
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ build_cache_concurrent_jobs = 200
;chromosomes = 21,22
; LSF parameters
lsf_opt_run = "-M7500000 -R'select[type==X86_64 && mem>7500],rusage[mem=7500]'"
lsf_opt_run = "-M3500000 -R'select[type==X86_64 && mem>3500],rusage[mem=3500]'"
;lsf_opt_run = "-M7500000 -R'select[type==X86_64 && mem>7500],rusage[mem=7500]'"
;lsf_opt_dump_cache = "-M1700000 -R'select[type==X86_64 && mem>1700],rusage[mem=1700]'"
; ScoreBuilder
......@@ -49,6 +50,10 @@ transcript_score_threshold = 0
synteny_rescore_jobs = 20
;lsf_opt_synteny_rescore =
; 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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment