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

Rewrite column name handling to use constants #44

Open
frewmack opened this issue Jan 12, 2024 · 0 comments
Open

Rewrite column name handling to use constants #44

frewmack opened this issue Jan 12, 2024 · 0 comments

Comments

@frewmack
Copy link
Collaborator

Currently, we keep track of the name of each column that the user specifies in their uploaded GWAS data, and use that string to get the respective column in the GWAS dataframe. This is unnecessary, since we can instead identify each column based on what the user entered in the form (eg. BP column is called "BP_hg38" by user, etc.), and then rename the column label in the dataframe to use a reusable constant.

@frewmack frewmack added low priority Nice-to-have request that is neither necessary nor urgent and removed low priority Nice-to-have request that is neither necessary nor urgent labels Jan 12, 2024
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