pieriandx web服务的api包装器

pyriandx的Python项目详细描述


pyriandx

pyriandx是pieriandx基因组web服务的api库。

开始

pyriandx可以用作cli工具或库。哦,太棒了!

使用cli

tl;dr

pyriandx --username oldmate@fullysickinstitutiion.com.gov.edu.au --password h4x0r --institution institution-name --json case-file.json my-cool-vcf.vcf

示例case-file.jsonpyriandx/json/create_case.json中。

PierianDX API client ::: API wrapper for PierianDx web services

Usage: 
   pyriandx [-hxv] [--username <username>] [--password <password>] [--output-dir <output-dir>] --institution <institution> --json <json-file> <target-vcf>

Options:
   -h, --help                      Prints this help and exit
   -v, --version                   Prints the version and exits
   -b, --base_url                  Base URL for PierianDX service [default: https://app.uat.pieriandx.com/cgw-api/v2.0.0].
   -u, --username=username         Username for PierianDX service, usually an email address. Overrides environment if it exists.
   -p, --password=password         Password for PierianDX service. Overrides environment if it exists.
   -j, --json                      JSON file with details for target
   -i, --institution=institution   Institution to use for API authentication
   -o, --output-dir=output-dir     Directory to place downloaded reports. [default: output]
   -x, --verbose                   Make output more verbose innit


Environment variables:
   DEBUG_HTTP         If defined, prints verbose information for all http transactions
   USERNAME           If defined, uses this as username for authenticating to PierianDX
   PASSWORD           If defined, uses this as password for authenticating to PierianDX
   BASE_URL           If defined, uses this as base URL for PierianDX service

用作模块

检查examples/文件夹以获得一些好的示例代码。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java允许具有不同父类的类扩展类,而无需多重继承   java如何创建动态化的JScrollPane w/JPanel作为客户端?   java如何组织和命名包   在Java中读取属性文件   java无法解释的Android意图行为   在Java中动态执行多个BPEL文件的部署   ssl Java 6 SNI(服务器名称指示)?   java我们可以使用Robot框架自动化web和移动应用程序来执行并行执行   java for star pettern的循环   java为什么BinaryReader在线程中,从netty读取错误的数据包?   在java中将华氏度转换为摄氏度   使用Spark和java处理空值和引号编写CSV文件   Java中已排序日期到块的列表   visual studio代码VSCode Java不是linting或自动完成局部变量,而是自动完成Java快捷方式,如“sysout”