-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi everyone!
I’m using the arrow command arrow annotations load_gff3 to load a full GFF3 into an annotation track, but nothing's happening.
The version of my plugin:
apollo 4.2.13
Command:
arrow annotations load_gff3 [OPTIONS] ORGANISM GFF3
My command:
arrow annotations load_gff3 Leishmania /home/renanigor/Downloads/TriTrypDB-67_LdonovaniBPK282A1.gff
OBS: I’m using the docker to run the Apollo
My organism:
arrow organisms show_organism Leishmania
{
"commonName": "Leishmania",
"blatdb": "/data/temporary/apollo_data/34-Leishmania/seq/Leishmania.fa.2bit",
"metadata": "{"creator":"32"}",
"annotationCount": 2,
"currentOrganism": true,
"obsolete": false,
"sequences": 36,
"directory": "/data/temporary/apollo_data/34-Leishmania",
"publicMode": false,
"valid": true,
"genomeFastaIndex": "seq/Leishmania.fa.fai",
"genus": null,
"species": "donovani",
"id": 34,
"nonDefaultTranslationTable": null,
"genomeFasta": "seq/Leishmania.fa"
}
I really don’t know what the actual problem is because there are no error log messages.
When I run the command, the output is just empty braces.
(apollo_env) renanigor@pop-os:~/VirtualEnvs$ arrow annotations load_gff3 Leishmania /home/renanigor/Downloads/TriTrypDB-67_LdonovaniBPK282A1.gff
{}
Does anyone know how I can fix this?