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

Bugfix/characteristic column may contain space in sdrf file #65

Merged

Conversation

lingyun1010
Copy link
Contributor

We have un-normalised sdrf column titles for factor and characteristics

@lingyun1010 lingyun1010 self-assigned this May 31, 2023
@lingyun1010 lingyun1010 added the bug Something isn't working label May 31, 2023
Comment on lines 19 to 20
FactorArray=( FactorValue "Factor Value" "Factor Value " "FactorValue ")
CharacteristicsArray=( Characteristics "Characteristics " )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not the designated reviewer, but I think pattern matching is a more robust solution.

@alfonsomunozpomer
Copy link
Member

Sorry I neglected this one for a while. Could you please add tests with their respective SDRF files in the tests directory?

Copy link
Member

@alfonsomunozpomer alfonsomunozpomer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, just missing tests to ensure SDRF files will be properly processed.

Copy link
Contributor

@ke4 ke4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTA 👍

@ke4 ke4 merged commit 699b74e into develop Aug 22, 2023
1 check passed
@ke4 ke4 deleted the bugfix/characteristic-column-may-contain-space-in-sdrf-file branch August 22, 2023 10:22
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

Successfully merging this pull request may close these issues.

3 participants