gamcil / clinker

Gene cluster comparison figure generator
MIT License
507 stars 66 forks source link

Fix `format_links` writing query instead of target name in target column #42

Closed althonos closed 3 years ago

althonos commented 3 years ago

Hi Cameron,

while checking the output of clinker I noticed that some protein names where present several times in the output table. At first I feared about duplication in my protein ID, but turns out it was just an issue with the linker formatter writing the query ID instead of the target ID!

gamcil commented 3 years ago

Ooh thanks! Will merge now