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
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!