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

Roll config file into command line parameters? #77

Open
oneillkza opened this issue May 8, 2021 · 1 comment
Open

Roll config file into command line parameters? #77

oneillkza opened this issue May 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@oneillkza
Copy link

Right now half of the parameters to Talon are passed directly (e.g. --db, --build), but the other half (sample info, sam file) are passed via a separate comma-separated file. This is a little fiddly for running Talon in a broader workflow, and also seems unnecessary.

Would it be possible to make the four fields in the csv be their own named parameters?

e.g. something like:

--f SAM_FILE
--dataset 
--sample_descr
--platform
@fairliereese fairliereese added the enhancement New feature or request label May 12, 2021
@fairliereese
Copy link
Member

fairliereese commented May 12, 2021

Same with this one, I agree that this would be nice and I will try to roll this into the next big update!

Edit: For the record, it works this way to support easily running TALON on multiple input SAM files at a time!

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

2 participants