From: David B. <dav...@gm...> - 2010-07-23 14:54:22
|
I am trying to set up my first genome, after successfully playing with the tutorial examples. and I run into some problems. I use a fasta and a gff file from NCBI: ftp://ftp.ncbi.nlm.nih.gov/genomes/Bacteria/Frankia_CcI3/NC_007777.fna ftp://ftp.ncbi.nlm.nih.gov/genomes/Bacteria/Frankia_CcI3/NC_007777.gff Setting up the sequence file seems to pass OK, but when I run flatfile-to-json.pl with the GFF I get an error: ../../../jbrowse/bin/flatfile-to-json.pl --gff NC_007777.gff --tracklabel test -key test working on seq gi|86738724|ref|NC_007777.1| Use of uninitialized value in string eq at ../../../jbrowse/bin/flatfile-to-json.pl line 179, <GEN2> line 24. What's wrong? Thank you, David |