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

Extendable input params #213

Open
Tracked by #291
joetsui1994 opened this issue Feb 12, 2024 · 0 comments
Open
Tracked by #291

Extendable input params #213

joetsui1994 opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request idea concept for the future

Comments

@joetsui1994
Copy link

I am currently working on the LogCombiner module (LogCombiner) which combines log or tree files from multiple independent BEAST runs. When running LogCombiner from the terminal, typically you would do ./logcombiner -log file1.log file2.log -o combined.log, where file1.log and file2.log are the files you are trying to combine. It is possible to combine more than two files by simply extending the space-delimited list. But in the current version of GRAPEVNE I don't think it is possible for the user to add more input files on the fly. What is the best strategy around this issue?

  1. Allow 10 (or other reasonable number) maximum number input files by default, user can use as many as they wish
  2. Some mechanism that allows users to extend the input parameters list (up to some maximum?)
@joetsui1994 joetsui1994 added the enhancement New feature or request label Feb 12, 2024
@jsbrittain jsbrittain transferred this issue from kraemer-lab/vneyard Mar 5, 2024
@jsbrittain jsbrittain self-assigned this Mar 13, 2024
@jsbrittain jsbrittain added the idea concept for the future label Apr 4, 2024
@jsbrittain jsbrittain mentioned this issue Jul 3, 2024
32 tasks
@jsbrittain jsbrittain removed their assignment Jul 30, 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 idea concept for the future
Projects
Status: No status
Development

No branches or pull requests

2 participants