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
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
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.
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).
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Can you provide some sample output?