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
41d65f6b
Commit
41d65f6b
authored
Mar 19, 2019
by
Marek Szuba
Browse files
RNAProductAdaptor: reduce indentation of new_fast() call
parent
5941e41e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
+12
-12
No files found.
modules/Bio/EnsEMBL/DBSQL/RNAProductAdaptor.pm
View file @
41d65f6b
...
...
@@ -530,18 +530,18 @@ sub _obj_from_sth {
my
$class_name
=
Bio::EnsEMBL::Utils::RNAProductTypeMapper::
mapper
()
->
type_code_to_class
(
$type_code
);
my
$rnaproduct
=
$class_name
->
new_fast
(
{
'
dbID
'
=>
$rnaproduct_id
,
'
type_code
'
=>
$type_code
,
'
adaptor
'
=>
$self
,
'
start
'
=>
$seq_start
,
'
end
'
=>
$seq_end
,
'
start_exon
'
=>
$start_exon
,
'
end_exon
'
=>
$end_exon
,
'
stable_id
'
=>
$stable_id
,
'
version
'
=>
$version
,
'
created_date
'
=>
$created_date
||
undef
,
'
modified_date
'
=>
$modified_date
||
undef
,
}
);
'
dbID
'
=>
$rnaproduct_id
,
'
type_code
'
=>
$type_code
,
'
adaptor
'
=>
$self
,
'
start
'
=>
$seq_start
,
'
end
'
=>
$seq_end
,
'
start_exon
'
=>
$start_exon
,
'
end_exon
'
=>
$end_exon
,
'
stable_id
'
=>
$stable_id
,
'
version
'
=>
$version
,
'
created_date
'
=>
$created_date
||
undef
,
'
modified_date
'
=>
$modified_date
||
undef
,
}
);
my
$transcript
=
$transcript_adaptor
->
fetch_by_dbID
(
$transcript_id
);
$rnaproduct
->
transcript
(
$transcript
);
...
...
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