Skip to content

GT are all ./. in SVDSS VCF #38

@yangao07

Description

@yangao07

Hi, I ran SVDSS-v2.1.0 on HiFi BAMs with the following commands, the output VCFs all look good except the GT fields are all ./., is this intended?
Thanks!

   clu_weight=2
   min_sv_len=30
   SVDSS smooth --reference $ref --threads $threads --bam $bam > $smooth_bam
   samtools index -@ $threads $smooth_bam
   SVDSS search --threads $threads --index $ref_idx --bam $smooth_bam > $out_sfs
   SVDSS call --reference $ref --bam  $smooth_bam --sfs $out_sfs \
               --min-sv-length $min_sv_len --min-cluster-weight ${clu_weight} --threads $threads > $out_vcf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions