berntpopp / variant-linker

MIT License
0 stars 0 forks source link

Enhancement: Implement additional parameters for the Variant Recoder in `variantRecoder.js`, with `vcf_string=1` as the default parameter. #13

Closed berntpopp closed 2 weeks ago

berntpopp commented 2 weeks ago

Current Behavior

Currently, the Variant Recoder function does not accept additional parameters, limiting the flexibility of the API request.

Proposed Solution

  1. Default Parameter: Set vcf_string=1 as the default parameter for the Variant Recoder API request.
  2. Additional Parameters: Allow users to specify additional parameters via command-line arguments.
  3. Merge Parameters: Merge the default and user-specified parameters for the API request.

Acceptance Criteria