AlexanderLabWHOI / EUKulele

Automatic eukaryotic taxonomic classification
MIT License
28 stars 7 forks source link

Using multiple databases in the same run #53

Open susheelbhanu opened 1 year ago

susheelbhanu commented 1 year ago

Hi,

Is it possible to use multiple databases in the same run, i.e. something like the below?

EUKulele --sample_dir $(dirname {input}) -o {output[0]} -m mets --database phylodb, mmetsp

Or should it be run as follows:

EUKulele --sample_dir $(dirname {input}) -o {output[0]} -m mets --database phylodb --database mmetsp

Thank you, Susheel

akrinos commented 1 year ago

Hi @susheelbhanu ! Using multiple databases in this way is not currently supported, but it's certainly something we could consider adding in the future. For this particular example, mmetsp is contained within phylodb, so it will work to use phylodb alone!

susheelbhanu commented 1 year ago

Awesome, thank you @akrinos!