Skip to content
Snippets Groups Projects
Commit d437054f authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-1521]. Specifying the most appropriate for the extra_data attribute.

parent 7ee48bbd
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ use Bio::EnsEMBL::Utils::Exception qw(throw deprecate warning);
Arg [HSPECIES] : string - The species the hit sequence is from (optional)
Arg [COVERAGE] : string - The % of the query that this feature pair covers
Arg [HCOVERAGE] : string - The % of the target this this feature pair covers
Arg [EXTRA_DATA]: HashRef - Additional data, specified as name, value attribute pairs (optional)
Arg [...] : Named superclass constructor args (Bio::EnsEMBL::Feature)
Example : $feat = Bio::EnsEMBL::FeaturePair->new(-start => 132_231,
-end => 132_321,
......
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