Replies: 1 comment 2 replies
|
Interesting, I definitely need to look into that. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been trying to rename sequences in a gff file with a prefix with:
The result looks like this:
Is this normal behaviour? It's not clear to me why the gene IDs have not changed, and why each feature is essentially getting its own number. Ideally I'd like to have
cpc54.1.t1cpc54.1.t2or similar for each transcript. With the current output. it's causing a lot of problems downstream with software that tries to map transcripts to genes.Cheers!
All reactions