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
5835de02
Commit
5835de02
authored
Mar 19, 2019
by
Marek Szuba
Browse files
RNAProductAdaptor::fetch_all_by_external_name(): add some spaces, for readability
parent
375e2eec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
View file @
5835de02
...
...
@@ -146,9 +146,9 @@ sub fetch_all_by_external_name {
foreach
my
$id
(
@ids
)
{
my
$transcript
=
$transcript_adaptor
->
fetch_by_rnaproduct_id
(
$id
);
if
(
defined
(
$transcript
))
{
if
(
defined
(
$transcript
)
)
{
my
$rnaproduct
=
$self
->
fetch_by_dbID
(
$id
);
if
(
$transcript
->
slice
()
->
is_reference
())
{
if
(
$transcript
->
slice
()
->
is_reference
()
)
{
push
(
@reference
,
$rnaproduct
);
}
else
{
...
...
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