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
set_name likely not working as intended. I think it sets the name for the first signature (e.g. k=21) but not for any subsequent (e.g. k=31,51).
} else if !set_name {
sig.set_name(name);
// sourmash sets filename to last filename if merging fastas
sig.set_filename(last_filename.as_str());
set_name = true;
The text was updated successfully, but these errors were encountered:
naming bug likely introduced in #184
set_name
likely not working as intended. I think it sets the name for the first signature (e.g. k=21) but not for any subsequent (e.g. k=31,51).The text was updated successfully, but these errors were encountered: