Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
delfarahalireza opened this issue Mar 20, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@delfarahalireza
Copy link
Contributor

Regarding claman::merge_samples_tbl() that is called within claman::process_mzroll_multi() and claman::process_mzroll().

For example, if there are two filenames

X000-M002B-1_veh_1.mzML and X000-M002B-2_veh_10.mzML but only a substring of the filename is used from a metadata column to match with filenames veh_1.mzML and veh_10.mzML this would result in X000-M002B-2_veh_10.mzML filename matching with both veh_1.mzML and veh_10.mzML from metadata column.

@delfarahalireza delfarahalireza added the bug Something isn't working label Mar 20, 2024
@delfarahalireza delfarahalireza self-assigned this Mar 20, 2024
@delfarahalireza
Copy link
Contributor Author

Fix this in metadata sheet instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant