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

Validation fails with some repeated columns #172

Open
ypriverol opened this issue Aug 6, 2024 · 1 comment
Open

Validation fails with some repeated columns #172

ypriverol opened this issue Aug 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ypriverol
Copy link
Member

ypriverol commented Aug 6, 2024

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
@ypriverol ypriverol added the bug Something isn't working label Aug 6, 2024
@ypriverol ypriverol self-assigned this Aug 6, 2024
@ypriverol
Copy link
Member Author

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