import_vcf
Import VCF or VCF.GZ files into a Gigwa database, creating or appending a project and run, to enable genotyping data analysis and management.
Instructions
Import a VCF file (.vcf or .vcf.gz) into Gigwa.
Uploads the VCF to create/append a database (module), project and
run. technology is optional free-text (e.g. 'WGS', 'GBS'). Use
clear_project_data=True to replace existing project data and wait=False
to return a progress token instead of blocking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | Target run name within the project. | |
| wait | No | Block until the job finishes (True, default) or return immediately once it's kicked off (False) -- an import returns a progress token to poll with get_import_progress, an export returns a download URL to poll with get_export_progress and retrieve with fetch_export_file. | |
| module | Yes | Target Gigwa database (module) name. | |
| ploidy | No | Sample ploidy (default 2). | |
| project | Yes | Target project name within the database. | |
| vcf_path | Yes | Path to the VCF file (.vcf or .vcf.gz) to import. | |
| technology | No | Free-text genotyping technology label (e.g. 'DArTseq', 'WGS', 'GBS'). | |
| skip_monomorphic | No | Drop non-variant (monomorphic) markers during import. | |
| clear_project_data | No | Replace any existing data in the project before importing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |