-
Notifications
You must be signed in to change notification settings - Fork 14
recetox-aplcms v0.10.1
#317
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
Conversation
There should be an exception raised in the wrapper when loading the data. |
This should be read from the file using the |
After some research, it appears that the actual sample names are stored in UPD: see 28d28db. |
Bioconda package for |
…ytools into 308-aplcms-v0.10.0
…nto 308-aplcms-v0.10.0
Preparation of wrappers for the new version
v0.10.1
ofrecetox-aplcms
.Details on introduced and changed wrapper are available in #308.
We have introduced an approach in the wrappers that stores the attribute
sample_name
in the.parquet
files. This way, we don't have to rely on filenames but use sample names to actually sort and keep the feature tables in the correct order. This is example code how it can be done (but is already implemented in the wrappers):TODO 8000 list:
recetox-aplcms
function call, and outputs.sample_name
from inputmzml
files (this concernsremove_noise
andrecover_weaker
wrappers) - do we want to use filename? Are these values present inside the files? (see 28d28db)select_table_with_sample_name
(inutils.R
) function - make sure it works (see recetox-aplcmsv0.10.1
#317 (comment))sample_name
in the.parquet
, this needs to be handled properly in the case it is missing (raise a proper error?)compute_clusters
should have a switch to enter the input tolerances as numbers or use an input parquet fileClose #308, closes #184