Skip to main content

Command line interface client for VarFish Server.

Project description

VarFish CLI

Installation

$ git clone git@github.com:bihealth/varfish-cli.git
$ cd varfish-cli
$ conda create -n varfish-cli python=3.7
$ conda activate varfish-cli
$ pip install -e .
$ cat >~/.varfishrc.toml <<EOF
[global]

# URL to VarFish server.
varfish_server_url = "https://varfish.example.com/"
# API token to use for VarFish API.
varfish_api_token = "XXX"
EOF

History

v0.2.3

  • Added state field to VariantSetImportInfo class.

  • Added endpoint for updating variant set import info.

v0.2.2

  • More MANIFEST.in fixes.

v0.2.1

  • Fixing package (MANIFEST.in).

v0.2.0

  • Adjusted to upstream REST API changes.

  • Cases with all files can now be uploaded.

v0.1.0

  • everything is new

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

varfish_cli-0.2.3.tar.gz (37.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page