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
This should really be based on a program that can read a GTF, maybe look if we can adopt the container we were working to sort out, it has lots of functions to parse gff and gtf files that might simplify this, otherwise you are correct we need to discover the position
jetstream_resources/shared_resource_creation_scripts/create_gene_model.sh
Lines 247 to 258 in 6ffe268
We grab the value in column 10, e.g. $10, but this value is not always the gene_id value. For example we have the following for canfam3.1 ensemble 98:
Instead we might be able to grab the column for gene_id and add 1. For example:
The text was updated successfully, but these errors were encountered: