You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to detect SNVs from reads obtained after Oxford nanopore run.
After basecalling, minimap2 alignment, I am trying to run the resulting bam files for variant calling through:
Hi there,
I am trying to detect SNVs from reads obtained after Oxford nanopore run.
After basecalling, minimap2 alignment, I am trying to run the resulting bam files for variant calling through:
ngs@ngs-ThinkCentre-M93p:
/Desktop/longshot$ export PATH=$PATH:/home/$USER/.cargo/bin/Desktop/longshot$ longshot -P 0.01 --bam trial2/A1.bam --ref trial2/JEV-Nakayama-NCBIreference.fasta --out A1.vcfngs@ngs-ThinkCentre-M93p:
i have few variants but i am unable to interpret the ALT allele frequency for the respective variants.
is there any specified flag or option i need to mention for getting the allele frequency in the VCF file??
Thanks
The text was updated successfully, but these errors were encountered: