nf-core / deepmodeloptim

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
https://nf-co.re/deepmodeloptim
MIT License
23 stars 9 forks source link

Improve parsing of initial CSV file and impose data types as defined in meta #99

Closed luisas closed 7 months ago

luisas commented 7 months ago

Currently, the user can specify colnames with the corresponding meta

e.g. hello:input:float

with PR #96 it converts it to the most common datatypes.

Make it into a proper function and add check for custom data types (DNA,proteins etc)