merenlab / anvio

An analysis and visualization platform for 'omics data
http://merenlab.org/software/anvio
GNU General Public License v3.0
432 stars 145 forks source link

add GenBank file check for identical locus names #2276

Closed treitlis closed 4 months ago

treitlis commented 4 months ago

Adds a check and throws an error if the GenBank file used as input for anvi-script-process-genbank contains sequences with the same locus name, as this will cause the sequences to be overwritten in the output fasta.

meren commented 4 months ago

Thank you very much for this change, @treitlis. It makes a lot of sense!