Skip to content
Snippets Groups Projects
Commit 290d27f8 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

Merge pull request #36 from dbolser-ebi/patch-4

Update example to functional code, changed indents
parents ed4661ad 92f67f10
No related branches found
No related tags found
No related merge requests found
......@@ -57,11 +57,12 @@ use Bio::EnsEMBL::Utils::Exception qw(deprecate);
Arg [3] : (optional) string $chromosome_name
Arg [4] : (optional) string $position
Arg [5] : (optional) float $lod_score
Example : $map_location = Bio::EnsEMBL::Map::MapLocation('DS1234',
'genethon',
'X',
'12.39',
50.12);
Example : $map_location = Bio::EnsEMBL::Map::MapLocation->
new('DS1234',
'genethon',
'X',
'12.39',
50.12);
Description: Creates a new MapLocation
Returntype : Bio::EnsEMBL::Map::MapLocation
Exceptions : none
......
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