This is a test version of Biostars. For the public version, visit https://www.biostars.org.
BLAST Tools: asn2gb????

Hi guys

Does anyone have any experience in running BLAST Tools asn2gb which converts .asn files to genbank?

I am struggling to get mine running and would love to see an example of a script or any such thing please?!

Thanks!

asn2gb blast-tools

"I am struggling to get mine running ". okay, so, what's the problem?

1 answer

I used asn2gb to convert sqn to gb file... First I downloaded linux64.asn2gb.gz from: https://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/converters/by_program/asn2gb And then uncompressed. chmod +x linux64.asn2gb Convert command: ./linux64.asn2gb -i annotation.sqn -o annotation.gb

References: https://www.ncbi.nlm.nih.gov/Structure/asn1.html https://manpages.org/asn2gb/1

Log in to answer this question.