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
Command output:
/usr/local/lib/python3.12/site-packages/sdrf_pipelines/sdrf/sdrf_schema.py:355: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
validation_results = panda_sdrf.applymap(validate_string)
/usr/local/lib/python3.12/site-packages/sdrf_pipelines/sdrf/sdrf_schema.py:355: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
validation_results = panda_sdrf.applymap(validate_string)
Multiple columns found for factor 'spiked compound': ['characteristics[spiked compound]', 'characteristics[spiked compound 2]', 'characteristics[spiked compound 3]', 'characteristics[spiked compound 4]'] -- ERROR
Make sure your SDRF have a sample characteristics or data comment 'spiked compound.1' for your factor value column 'factor value[spiked compound].1' -- ERROR
Make sure your SDRF have a sample characteristics or data comment 'spiked compound.2' for your factor value column 'factor value[spiked compound].2' -- ERROR
Make sure your SDRF have a sample characteristics or data comment 'spiked compound.3' for your factor value column 'factor value[spiked compound].3' -- ERROR
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: