glormph / kantele

Lab proteomics raw and search data management
2 stars 1 forks source link

Enforce normal characters in analysis, to avoid surprises when parsing results #30

Open glormph opened 1 year ago

glormph commented 1 year ago

When parsing results, setnames, sample names, group names can contain e.g. ( in their name from the user. Those are typically stripped in analysis pipelines for e.g. R processes which do not deal well with such characters in headers.

We'll demand any non [a-zA-Z0-9_] char to be changed to _ underscore.