Open JYLeeBioinfo opened 5 years ago
We haven’t tested it but should be okay
Good luck
Mike
On Jun 22, 2019, at 11:52 AM, hd00ljy notifications@github.com wrote:
Hi
I am trying to phase SVs using Nanopore data
I encountered the following error.
MINQ must be at least 4 So I added --ONT 1 to the following command in the src/crossstitch.sh
(original) $EXTRACTHAIRS --mbq 0 --bam $LONGREADSBAM --VCF $PHASEDSNPS.prehairs --out $OUTPREFIX.hairs
(changed) $EXTRACTHAIRS --mbq 0 --bam $LONGREADSBAM --VCF $PHASEDSNPS.prehairs --out $OUTPREFIX.hairs --ONT 1 All processes finished well after changed it.
Is it okay to add ONT option to extractHAIRs step?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thank you Mike!
It seems I have to add reference if I add --ONT 1
Hi
I am trying to phase SVs using Nanopore data
I encountered the following error.
So I added --ONT 1 to the following command in the src/crossstitch.sh
All processes finished well after changed it.
Is it okay to add ONT option to extractHAIRs step?