But the genomeTO_to_feature_data leads to the following error:
JSONRPC error:
[genome.zip](https://github.com/TheSEED/RASTtk-Distribution/files/1404989/genome.zip)
Can't use an undefined value as an ARRAY reference
JSONRPC error code: -32603
JSONRPC error data:Can't use an undefined value as an ARRAY reference at /disks/kb/deployment/lib/Bio/KBase/GenomeAnnotation/GenomeAnnotationImpl.pm line 5127.
Trace begun at /usr/share/rasttk/deployment/lib/Bio/KBase/GenomeAnnotation/Client.pm line 4237
Bio::KBase::GenomeAnnotation::Client::genomeTO_to_feature_data('Bio::KBase::GenomeAnnotation::Client=HASH(0x55ae6c3817c0)', 'HASH(0x55ae6c390980)') called at /usr/share/rasttk/deployment/plbin/genomeTO_to_feature_data.pl line 99
If I'm using out.gto instead of out.gto2, then no error occur but the file features is empty afterwards.
What's going wrong?
Hi, after creating my genome gto file (fasta) and using the rastk annotation, I would like have a look on the features:
But the
genomeTO_to_feature_data
leads to the following error:If I'm using
out.gto
instead ofout.gto2
, then no error occur but the filefeatures
is empty afterwards. What's going wrong?