Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
46de8123
Commit
46de8123
authored
Jan 23, 2006
by
Patrick Meidl
Browse files
removed ensembl-otter from @INC
parent
7aa60c64
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
misc-scripts/density_feature/glovar_snp_density.pl
misc-scripts/density_feature/glovar_snp_density.pl
+0
-1
misc-scripts/density_feature/vega_gene_density.pl
misc-scripts/density_feature/vega_gene_density.pl
+0
-1
misc-scripts/density_feature/vega_percent_gc_calc.pl
misc-scripts/density_feature/vega_percent_gc_calc.pl
+0
-1
misc-scripts/density_feature/vega_repeat_coverage_calc.pl
misc-scripts/density_feature/vega_repeat_coverage_calc.pl
+0
-1
No files found.
misc-scripts/density_feature/glovar_snp_density.pl
View file @
46de8123
...
...
@@ -79,7 +79,6 @@ use vars qw($SERVERROOT);
BEGIN
{
$SERVERROOT
=
"
$Bin
/../../..
";
unshift
(
@INC
,
"
$SERVERROOT
/ensembl-otter/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/ensembl/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/ensembl-external/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/ensembl-variation/modules
");
...
...
misc-scripts/density_feature/vega_gene_density.pl
View file @
46de8123
...
...
@@ -69,7 +69,6 @@ use vars qw($SERVERROOT);
BEGIN
{
$SERVERROOT
=
"
$Bin
/../../..
";
unshift
(
@INC
,
"
$SERVERROOT
/ensembl-otter/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/ensembl/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/bioperl-live
");
}
...
...
misc-scripts/density_feature/vega_percent_gc_calc.pl
View file @
46de8123
...
...
@@ -59,7 +59,6 @@ use vars qw($SERVERROOT);
BEGIN
{
$SERVERROOT
=
"
$Bin
/../../..
";
unshift
(
@INC
,
"
$SERVERROOT
/ensembl-otter/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/ensembl/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/bioperl-live
");
}
...
...
misc-scripts/density_feature/vega_repeat_coverage_calc.pl
View file @
46de8123
...
...
@@ -59,7 +59,6 @@ use vars qw($SERVERROOT);
BEGIN
{
$SERVERROOT
=
"
$Bin
/../../..
";
unshift
(
@INC
,
"
$SERVERROOT
/ensembl-otter/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/ensembl/modules
");
unshift
(
@INC
,
"
$SERVERROOT
/bioperl-live
");
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment