NGSEP / NGSEPcore

NGSEP is an integrated framework for analysis of high throughput sequencing (HTS) reads. The main functionality of NGSEP is the variants detector, which allows to make integrated discovery and genotyping of Single Nucleotide Variants (SNVs), insertions, deletions, and genomic regions with copy number variation (CNVs).
GNU General Public License v3.0
45 stars 17 forks source link

why my NGSEP vcf output do not have any CNV information ? #16

Closed QinZhen1995 closed 4 years ago

QinZhen1995 commented 4 years ago

Here is my commend line nohup java -jar NGSEPcore_3.3.2.jar MultisampleVariantsDetector -r genome.fa -ploidy 6 -o compare.vcf ./sample.bam 2>log & I could get many SNP position just like GATK UG caller output But the "type=***" in my vcf output file with only indel ,and how should i get my "sample.bam" CNV position in the aliment file between my genome file ?