Skip to content

Unable to run ntroot on my own VCF file #40

@dfermin

Description

@dfermin

Hello

I just created a fresh conda environment with the latest version of ntroot.
I'm trying to use it to predict the genetic ancestry of the human samples I have in my vcf file mydata.MAF005.vcf.gz

Here is the command I am running:

REF=./ntroot.data/GRCh38.fa.gz
L_VCF=./ntroot.data/1000GP_integrated_snv_v2a_27022019.GRCh38.phased_gt1.vcf.gz
THREADS=24
SRC_VCF=../mydata.MAF005.vcf.gz

ntroot -k 55 --reference $REF --genome $SRC_VCF -t $THREADS -l $L_VCF -v

The snakemake code failed to run.
I've confirmed that the chromosome names match between my $SRC_VCF file and both $REF and $L_VCF
My $SRC_VCF is sorted and indexed.
I've attached the log file here in case it helps.

Any suggestions for how to run it would be greatly appreciated.

Thanks!

2026-04-09T164607.222937.snakemake.log

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