garrettjstevens on v1.1.0
garrettjstevens on master
Update changelog Push git tags in postversion, n… v1.1.0 (compare)
garrettjstevens on bundling
garrettjstevens on master
Don't depend on code being webp… Remove corejs from babel rumtim… Yarn upgrade to fix security al… and 3 more (compare)
Hello,
I am using maker2jbrowse
with this GFF:
This is an excerpt of the settings I'm using in the script:
my %commands = (
#MAKER anotations
gene => [ '--key' => "Gene spans",
'--className' => 'feature',
'--type' => 'gene:maker',
'--noSubfeatures'
],
maker => [ '--key' => "Transcripts",
'--className' => 'transcript',
'--subfeatureClasses' => '{"exon": "exon", "CDS": "CDS", "five_prime_UTR": "five_prime_UTR", "three_prime_UTR": "three_prime_UTR"}',
'--type' => 'mRNA:maker',
'--nameAttributes' => 'name,alias,id,note,dbxref,ontology_term'
],
The building process works fine, but when I open the genome browser the "Gene spans" track is not loaded (see attached figure)
am I missing anything from the configuration?
Thank you,
Domenico
ah right. i guess technically the gene spans maybe used to be just a single box covering the gene region but maybe it automatically loads individual transcripts now
@cmdcolin I think you're right. So far, in my case showing only the transcripts is ok. However, if this could be fixed it would be great :)