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

Feature request: Allow numeric sample ids in front end #1

Open
danlooo opened this issue Nov 11, 2021 · 0 comments
Open

Feature request: Allow numeric sample ids in front end #1

danlooo opened this issue Nov 11, 2021 · 0 comments

Comments

@danlooo
Copy link
Member

danlooo commented Nov 11, 2021

The front end will crash if all values in column sample_id of the sample meta data table were numeric. The back ends seems to work after 8b50a25. However, the front end uses implicit type inferring by default but the sample meta data object has a more explicit column type inferring as implemented in danielLib/R/guess_coltypes.R. This result in type compatibility errors in joining tables.

A note in params.csv of the data base was set to allow only sample ids starting with a character. Debugging is hard because shiny does not provide line numbers and file names of the errors.

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

1 participant