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

Use table column names as variables in eval and add tests #25

Open
pjotrp opened this issue Oct 23, 2013 · 0 comments
Open

Use table column names as variables in eval and add tests #25

pjotrp opened this issue Oct 23, 2013 · 0 comments

Comments

@pjotrp
Copy link
Owner

pjotrp commented Oct 23, 2013

bio-table can use column names as variable in eval strings, which makes for sweet syntax using Ruby meta-programming. Example, if a column name is FDR

bio-table table1.csv --num-filter "fdr <= 0.05" 

works. What is needed is normalisation of column names, checking for duplicates and tests for all scenarios. In all an implementation is needed that needs to be more robust than the current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant