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
018250d3
Commit
018250d3
authored
Oct 20, 2009
by
Andreas Kusalananda Kähäri
Browse files
Formatting.
parent
03d5544c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
misc-scripts/constitutive_exon.pl
misc-scripts/constitutive_exon.pl
+4
-4
No files found.
misc-scripts/constitutive_exon.pl
View file @
018250d3
...
...
@@ -119,12 +119,12 @@ foreach my $dbname (@dbnames) {
$update_1
,
$update_0
);
}
}
## end foreach my $exon_dbID ( keys...
}
## end foreach my $exon_dbID ( keys...
)
++
$gene_counter
;
}
## end while ( my $gene = shift(...
}
## end while ( my @gene_list = @...
}
## end while ( my $gene = shift(...
))
}
## end while ( my @gene_list = @...
)
print
(
'
-
'
x
4
,
'
{
',
$dbname
,
'
}
',
'
-
'
x
(
80
-
(
length
(
$dbname
)
+
4
)
),
"
\n
"
);
...
...
@@ -133,6 +133,6 @@ foreach my $dbname (@dbnames) {
$exon_counter
,
$gene_counter
);
printf
(
"
\t
Updated %d exons to constitutive
\n
",
$update_1
);
printf
(
"
\t
Updated %d exons to non-constitutive
\n
",
$update_0
);
print
('
-
'
x
80
,
"
\n
");
print
(
'
-
'
x
80
,
"
\n
"
);
print
("
\n
");
}
## end foreach my $dbname (@dbnames)
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