cschlaffner / PROTzilla2

12 stars 0 forks source link

Produce warning on probably wrong metadata feature orientation #475

Closed henninggaertner closed 1 month ago

henninggaertner commented 2 months ago

Issue description

When importing metadata and choosing the wrong feature orientation, the user does not get a warning. This could lead to unexpected behavior further down the analysis pipeline. A warning should be implemented, when for example the number of columns is much larger than the number of rows of the resulting metadata dataframe. This can be checked in the method for the metadata import

Acceptance Criteria

henninggaertner commented 1 month ago

Implement on branch dev