-
Notifications
You must be signed in to change notification settings - Fork 198
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
Error in flatfile-to-json.pl #109
Comments
I have tested again and maybe the error could be the file size. It fails with 20000 lines but not with a piece of 1000 lines |
Have you tried it again with recent releases of |
Hi, Yes, I have tried with 1.5.0. The error occurs with a GFF3 file with 2012/8/25 Robert Buels notifications@github.com
|
What version of Bio::GFF3::LowLevel::Parser do you have? To check, you can write this at the command line:
|
If it's older than 1.3, you could try upgrading Bio::GFF3::LowLevel::Parser and running it again. An easy way to do this would be to run
in your jbrowse directory. |
And if an old version of Bio::GFF3::LowLevel isn't the problem, could you provide a link where I can download the file that is giving you this error? |
The Bio::GFF3::LowLevel::Parser version is 1.3 Trying to upgrading it with command bin/cpanm -l extlib The link to the file is: 2012/8/28 Robert Buels notifications@github.com
|
this was a bug in Bio::GFF3::LowLevel::Parser. Fixed in solgenomics/bio-gff3@b1fefd8 and pushed version 1.4 to CPAN. Please upgrade to Bio::GFF3::LowLevel::Parser version 1.4 once it becomes available on the CPAN mirrors, which might take a few hours. |
After upgrading to 1.4 version of Bio::GFF3::LowLevel::Parser I have Thanks, 2012/8/28 Robert Buels notifications@github.com
|
Running flatfile-to-json with options:
--out
--gff
--trackLabel genes
--key genes
--getSubs
--type gene
--cssclass feature5
--compress
--autocomplete all
--urlTemplate "http://localhost/gene?id={id}&name={name}&strand={strand}&start={start}&end={end}&seq_id={seq_id}"
I get the following error:
Not an ARRAY reference at /home/victor/work_bio/scripts/jbrowse/bin/../lib/../extlib/lib/perl5/Bio/GFF3/LowLevel/Parser/1_0_backcompat.pm line 53.
I will send the gff3 file that causes the error. ¿How?
The text was updated successfully, but these errors were encountered: