Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 417 Bytes

AutoCNV: an Automatic Copy Number Variant Interpretation Tool

Installation

Pre-requirements

  • pysam: install pysam via conda:

    conda config --add channels r
    conda config --add channels bioconda
    conda install pysam

For detail install instruction of pysam, please refer to the official document.