Skip to content
Snippets Groups Projects
Commit c1ddd0f7 authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

emptied the conf file

parent bb354969
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,10 @@ package main;
#The mapping to known genes is assymetrical. This is due to the fact that's our gene prediction is quite fragmented compared to the manually curated genes
#'query_idt' => 40,
'query_idt' => 40,
'query_idt' => ,
#'target_idt => 10,
'target_idt' => 40,
'target_idt' => ,
#For the mapping to predicted gene, the mapping is better to be more or less symetrical (the values given are indication on what should be used)
......@@ -57,7 +57,7 @@ package main;
#Location of the query peptide file (eg: Ensembl predicted protein)
#'query' => '/work1/mongin/mapping/primary/ensembl110.pep',
'query' => '/acari/work4/mongin/final_build/release_mapping/Primary/final.fa',
'query' => '',
#Location of the sptr file, this file will be used as an input to grep the specific sp entries to the organism using grep_sp_entries.pl. This file is supposed to be in SP format
#'total_sptr' => '/work1/mongin/mapping/primary/sptr.txl',
......@@ -65,23 +65,23 @@ package main;
#Location of the sptr file in fasta format containing the entries specific to the organism
#'sptr_fa' => '/work1/mongin/mapping/primary/HS.f',
'sptr_fa' => '/acari/work4/mongin/final_build/release_mapping/Primary/sptr_ano_gambiae_19_11_02_formated.fa',
'sptr_fa' => '',
#Location of the sptr file in Swiss-Prot format containing the entries specific to the organism
#'sptr_swiss' => '/work1/mongin/mapping/primary/HS.SPTR',
'sptr_swiss' => '/acari/work4/mongin/final_build/release_mapping/Primary/sptr_ano_gambiae_19_11_02.swiss',
'sptr_swiss' => '',
#Location of the file containing all refseq and all SP in fasta format (This file will be produced by runni ng prepare_proteome.pl)
#'human_fa' => '/work1/mongin/mapping/kate/refseq_p.fa',
'pmatch_input_fa' => '/acari/work4/mongin/final_build/release_mapping/Primary/sptr_ano_gambiae_19_11_02_formated.fa',
'pmatch_input_fa' => '',
#Output file containing the mapping of SP and refseq sequences to external databases
#'x_map' => '/work1/mongin/mapping/outputs/xmap_out1.txt',
'x_map_out' => '/acari/work4/mongin/final_build/release_mapping/Output/x_map.out',
'x_map_out' => '',
#Output file from pmatch.pl and input file for maps2db.pl
#'human_map' => '/work1/mongin/mapping/outputs/pmatch_human1.txt',
'pmatch_out' => '/acari/work4/mongin/final_build/release_mapping/Output/scanwise.out',
'pmatch_out' => '',
#Location of the Refseq (proteins) file in fasta format
......@@ -138,17 +138,17 @@ package main;
#DB name
#'db' => 'proteintest',
'db' => 'anopheles_arne_core_9_2',
'db' => '',
#Host name
#'host' => 'ecs1d',
'host' => 'ecs1b',
'host' => '',
#User
'dbuser' => 'ensadmin',
'dbuser' => '',
#Password
'password' => 'ensembl',
'password' => '',
#####################
#Executable location#
......@@ -158,6 +158,8 @@ package main;
#'pmatch' => '/nfs/disk65/ms2/bin/pmatch'
'pmatch' => '/nfs/disk65/ms2/bin/pmatch',
#Location for scanwisepep binaries
'scanwisepep' => '/nfs/acari/birney/prog/wise2/src/models/scanwisep',
##############################
......
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