Skip to content
Snippets Groups Projects
Commit 26be537b authored by humpub's avatar humpub
Browse files

added mouse disk to ensConf

parent 3ecd6a47
No related branches found
No related tags found
No related merge requests found
...@@ -61,9 +61,12 @@ use vars qw( %ensConf ); ...@@ -61,9 +61,12 @@ use vars qw( %ensConf );
my $sanger_path="/nfs/disk100/humpub1a/unfinished_ana"; my $sanger_path="/nfs/disk100/humpub1a/unfinished_ana";
my $ext_path="/nfs/disk100/humpub2a/unfinished_ana"; my $ext_path="/nfs/disk100/humpub2a/unfinished_ana";
my $mus_path="/nfs/disk100/humpub3a/unfinished_ana";
my %cgp_path=map {$_,"$sanger_path/$_"} qw ( SU SF ); my %cgp_path=map {$_,"$sanger_path/$_"} qw ( SU SF );
$cgp_path{'EU'}="$ext_path/EU"; $cgp_path{'EU'}="$ext_path/EU";
$cgp_path{'EF'}="$ext_path/EF"; $cgp_path{'EF'}="$ext_path/EF";
$cgp_path{'MEU'}="$mus_path/MEU";
$cgp_path{'MEF'}="$mus_path/MEF";
# Hash containing config info # Hash containing config info
%ensConf = ( %ensConf = (
......
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