Skip to content

How to use Gramtools build based on multiple VCF files? #172

@cvn001

Description

@cvn001

Hello,

I want to build a genome graph based on VCF files of variant information for hundreds of samples.

Below I tested two samples using the following commands:

gramtools build -o ./gram --ref ref.fna --vcf A4303.vcf A4408.vcf --max_threads 64 --force

All processes run successfully, but there are the following warnings in the command line output:

2023-09-08 11:02:02,229 gramtools INFO Running vcf_record_clustering on [PosixPath('VCF/A4303.vcf'), PosixPath('VCF/A4408.vcf')].
WARNING:root:Using first sample name found "A4303". Found a different (or no) sample name "A4408", which will not be used

Does the above warning have any impact on the results?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions