fgsv icon indicating copy to clipboard operation
fgsv copied to clipboard

Document running the tools and any bwa mem options

Open nh13 opened this issue 2 years ago • 0 comments

Requirements:

  • run bwa mem:
    • without the -M option (-M marks shorter split hits as secondary).
    • use the -Y option (use soft clipping for supplementary alignments).

Run:

  • fgsv SvPileup -i <input.bam> -o <out-pre>.raw
  • fgsv AggregateSvPileup -i <out-pre>.raw.txt -o <out_pre>.final.txt

nh13 avatar Apr 06 '22 18:04 nh13