I have an assembly that has a number of contigs and for another program I need the proteins in *.ptt (protein table) format. All the examples that I've seem so far contain only one chromosome so how can I make sure that two genes on two different contigs that start e.g. on position 10 and end on position 1000 are recognized as belonging to these different contigs (since they both have the same stat/stop positions)?
Do I have to add a new header for each contig? Is this at all supported by the format?
Thanks