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

List inequal fields of nodes with same name #25

Open
mkuhring opened this issue Oct 26, 2018 · 0 comments
Open

List inequal fields of nodes with same name #25

mkuhring opened this issue Oct 26, 2018 · 0 comments
Milestone

Comments

@mkuhring
Copy link
Contributor

When nodes from separate rows get the same unique_name, they are assumed to be part of splitting or pooling and to have the same annotation. In case of unequal annotations, an exception is thrown listing both nodes completely. Instead the message should be limited to identifying information (type, unique_name, name) and the differences in annotation, for instance:

ISAtab parsing failed: Found materials with same name but different annotation:
  material 1: type='Source Name', unique_name='S0-source-patientX', name='patientX'
  material 2: type='Source Name', unique_name='S0-source-patientX', name='patientX'
  differences: Characteristics[Gender]: "male" != "female"
@mkuhring mkuhring added this to the v0.3 milestone Jun 6, 2019
@holtgrewe holtgrewe modified the milestones: v0.3.0, v0.4.0 Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants