cmkobel / CompareM2

🦠📇 Microbial genomes-to-report pipeline
https://CompareM2.readthedocs.io
GNU General Public License v3.0
52 stars 3 forks source link

Can't add more than a single string (file or glob) to the input_genomes parameter. #101

Closed cmkobel closed 4 months ago

cmkobel commented 4 months ago
Screenshot 2024-05-14 at 18 28 36

This is problematic if the user wants to cherry pick a list of files.

I think the problem lies in how ac2 reads the string. Even though it has a set of apostrophes, it still reads the individual parts instead of leaving that to the later part of the input parser.

cmkobel commented 4 months ago

Maybe an alright solution would be a fofn like what torsten and others often use.

cmkobel commented 4 months ago

Fixed with 6310eb5