This is a test version of Biostars. For the public version, visit https://www.biostars.org.
antiSMASH output

Hello. Can someone help me to interpret the antiSMASH output and the count number of BGCs by using command line. It would be great to receive your help.

Thank you

results antismash

Can you provide some sample output?

2 answers

Hi Nitin,

Thank you for your kind response.

I have sent you the screenshot of one of the output data. If you could kindly tell me how to proceed further then it would be great. Thank you.

enter image description here

Each gbk file with the 'region' suffix is basically a BGC (although check the antiSMASH docs for the specific differences between regions, protoclusters etc). In python you can just use os to get filenames with the region suffix then count them, if you just want the number of regions - more detailed parsing would need you to start parsing each region gbk or, for maximal information, the json file (which has all the clusterblast data etc).

Log in to answer this question.