Entering edit mode
3.8 years ago
qstefano
▴
20
Hello there,
There is a way to convert a GFF3 file to ptt format? Are there any R packages or similar?
Thanks everyone.
Hello there,
There is a way to convert a GFF3 file to ptt format? Are there any R packages or similar?
Thanks everyone.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
if you have a possibility to obtain gbk or gb (not gff3), then use the following script: https://github.com/sgivan/gb2ptt or so: perl GBKtoPTT.pl < [yourgbkfile.gbk] > [yourdesiredoutputfile.ptt]
I've read something about that. There's a way to download automatically ptt file by acession ID? Or eventually gbk?
actually i don't know, but when i had the same problem, i downloaded the genome in .gbk and converted it to .ptt using the script i mentioned.
I've noticed that using .gbff (modern version of gbk) the script works anyway.