Closed ZHONGHONGXIN closed 2 years ago
Hi HongXin,
Can you clarify if you ran into a runtime error or if you are reporting that your sample did not show any SV arcs in the visualization? If the later, do they show up in the .png? What aligner did you use to generate the bam file?
Jens
Hi HongXin,
Can you clarify if you ran into a runtime error or if you are reporting that your sample did not show any SV arcs in the visualization? If the later, do they show up in the .png? What aligner did you use to generate the bam file?
Jens
Hi Jens,
My situation is the latter, and the .png also doesn’t exist in any SV arcs. l choose BWA-MEM2 to generate the bam file. My aligner command is below:
and my PDF file as shown:
HongXin
Hi HongXin,
The BWA MEM -M
flag will mark split alignments as duplicates, and they will be ignored by AA. Please remove that flag and re-align. The samtools view -f 2
flag is also problematic since it may filter anything that is not a proper pair (SVs are not properly paired reads). The samtools view -F 1804
flag may also cause issues since (among other things) it filters alignments which are not the primary alignment.
Jens
Hi HongXin,
The BWA MEM
-M
flag will mark split alignments as duplicates, and they will be ignored by AA. Please remove that flag and re-align. The samtools view-f 2
flag is also problematic since it may filter anything that is not a proper pair (SVs are not properly paired reads). The samtools view-F 1804
flag may also cause issues since (among other things) it filters alignments which are not the primary alignment.Jens
Hi Jens, Thanks for your reply so fast, l accept your advice and try again.
HongXin
Dear AmpliconArchitect Team, l running AA to create a PDF file that displays the underlying sequence signatures of the amplicon, but my PDF file does not contain different arcs, and my command is as follows: /software/AmpliconArchitect/src/AmpliconArchitect.py --bed seed_50kb.bed \ --bam ncih520_pe_q0_redup.bam \ --sensitivems False \ --out ncih520 --ref GRCh38
l don't know how to adjust the parameter, to display different arcs, could you please help me realize it?
Best, HongXin