You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to using EMIRGE, and not sure if this is still supported, but running emirge_makedb.py I ran into the issue that it was by default expecting the SILVA file to be ...SSURef_Nr99_tax..., whereas in the current version it is ...SSURef_NR99_tax....
I modified the code to simply search for NR, and it appears to have run as expected, but perhaps it could be good to add a regex in there to search for either NR or Nr.
Cheers,
Mike.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm new to using EMIRGE, and not sure if this is still supported, but running
emirge_makedb.py
I ran into the issue that it was by default expecting the SILVA file to be...SSURef_Nr99_tax...
, whereas in the current version it is...SSURef_NR99_tax...
.I modified the code to simply search for
NR
, and it appears to have run as expected, but perhaps it could be good to add a regex in there to search for eitherNR
orNr
.Cheers,
Mike.
The text was updated successfully, but these errors were encountered: