You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I know the tool is for ensemble GTF and I am using it on mouse gencode GTF... It fails on line 141-143 of gtf2featureAnnotation.R when asking to flag Mitochondrial features.
I think a neater solution will be to parameterise the type field with 'gene_biotype' as the default. Would you be able to raise a PR to that effect at the above? Otherwise I'll get to it when I can.
Hi,
I know the tool is for ensemble GTF and I am using it on mouse gencode GTF... It fails on line 141-143 of
gtf2featureAnnotation.R
when asking to flag Mitochondrial features.this is because the script assumes
gene_biotype
is in theanno
while other GTF may usegene_type
or won't even provide this attribute.You could make the script more universal with this replacement:
I just did it on my galaxy and it works nicely.
Cheers
The text was updated successfully, but these errors were encountered: