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

Create separate parameter for passing comma-separated list of columns/loci to keep #7

Open
apetkau opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@apetkau
Copy link
Member

apetkau commented May 27, 2024

Context

Right now, there is one parameter --columns, which can be used to either pass a reference to a file containing a list of columns/loci to use for distance calculations, or which can be a comma-separated string of columns/loci:

--columns COLUMNS Single column file with one column name per line or list of columns comma separate (default: None)

Requested change

This change would be to separate out these two scenarios into two parameters. For example:

  • --columns: Used to pass a file containing columns/loci to keep.
  • --columns_string: Used to pass a string of columns to keep.
@apetkau apetkau added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant