Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

ncc-gap/nanomon-sv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanomon-sv

dependency

install library for htslib

sudo apt-get install -y zlib1g-dev libbz2-dev liblzma-dev

install library for samtools

sudo apt-get install -y libncurses5-dev
  • htslib 1.9
  • samtools 1.9
  • pysam 0.15.0
  • python >= 3.5

install

git clone this repository

run

  1. 準備
  • minimap2 によりbamをアラインメントしておく
  • 比較する場合は genomon-sv の出力結果を別途用意しておく
  1. ロングリードのbamからブレークポイントを検出する

minimap2 によりアラインメントされたbamを使用すること

python ./run-nanomon-sv.py parse -i ./examples/PromethION_RERF-LC-KJ.mini.bam -o ./output/
    1. で作成されたブレークポイントと別途用意したブレークポイントを比較する
python ./run-nanomon-sv.py fetch -i ./examples/RERF-LC-KJ.genomonSV.result.filt.txt -t ./examples/tumor.junction.sort.gz -n ./examples/normal.junction.sort.gz -o ./output/genomon.fetch2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published