AstrobioMike / bit

Bioinformatics Tools
GNU General Public License v3.0
81 stars 11 forks source link

bit-summarize-assembly when same assembly name but different path #21

Closed AstrobioMike closed 3 months ago

AstrobioMike commented 4 months ago

currently if bit-summarize-assembly is giving a bunch of inputs that have the same base filename (but different paths, of course), it will overwrite the same info for all of them

I need to add something else to the names in this case so that they remain unique, keeping full paths is an option, but messy, and not worth it since this probably does not come up that frequently

maybe do a check if they are all the same at the start of the loop, and just add a number, then print out a map linking those new IDs to the full input paths

AstrobioMike commented 3 months ago

dealt with here: https://github.com/AstrobioMike/bit/commit/82a59e5ef08dc21caa56a0ea10e00876977d2d54