-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bio::FeatureIO::bed, feature->name doesn't populate correctly #6
Comments
Eric, I see you entered this is as a bug, thank you for doing that. We will take a look …. Brian O.
|
Eric, For the moment you can get that detail using display_name(). The problem, I guess, is that the specifications out there in the Web don’t talk about “display name” in field 4, they talk about “name”. Brian O.
|
Brian, I tested $feature->display_name() and it gave me the same behaviour as $feature->name(), meaning I also got uninitialized value. Note I am using Perl v5.20.1 and the lastest version of Bio::FeatureIO Eric |
Eric, display_name() seems to be working in the latest code from github (https://github.com/bioperl/Bio-FeatureIO https://github.com/bioperl/Bio-FeatureIO). What code are you using? Brian O.
|
Brian, 1.6.905, I installed from cpan. Eric |
$feature->name is not initialised when reading a bed file.
Below is an example describing the issue.
With the following bed file called example.bed
And the following perl script called test1.pl
On execution I get the following output.
With the following perl script called test2.pl
On execution I get the following output.
The text was updated successfully, but these errors were encountered: