You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component involves creating a command-line interface (CLI) for the program, which allows users to interact with the program via the terminal. The CLI should provide options for users to input the path of the VCF file, specify output format, and other relevant parameters. The CLI can be implemented using Rust's clap crate, which provides a powerful and flexible command-line argument parser.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered:
Description
This component involves creating a command-line interface (CLI) for the program, which allows users to interact with the program via the terminal. The CLI should provide options for users to input the path of the VCF file, specify output format, and other relevant parameters. The CLI can be implemented using Rust's
clap
crate, which provides a powerful and flexible command-line argument parser.Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: