Metadata merge function fails when there are 10 or more replicates per condition if only a substring of the mzMl file name is provided for string matching #26
Labels
bug
Something isn't working
Regarding
claman::merge_samples_tbl()
that is called withinclaman::process_mzroll_multi()
andclaman::process_mzroll()
.For example, if there are two filenames
X000-M002B-1_veh_1.mzML
andX000-M002B-2_veh_10.mzML
but only a substring of the filename is used from a metadata column to match with filenamesveh_1.mzML
andveh_10.mzML
this would result inX000-M002B-2_veh_10.mzML
filename matching with bothveh_1.mzML
andveh_10.mzML
from metadata column.The text was updated successfully, but these errors were encountered: