I used the following commands to get genotypes,
./cnvnator -root sample.root -genome hg19 -chrom chr1 -unique -tree chr1.bam ./cnvnator -root sample.root -genome hg19 -chrom chr1 -d ./b37 -his 100 ./cnvnator -root sample.root -chrom chr1 -stat 100 ./cnvnator -root sample.root -chrom chr1 -partition 100 ./cnvnator -root sample.root -d ./b37 -genotype 100
For the step5, when appeared ">", I typed "chr1:1-1000", then the output is Can't find directory 'bin_1000'. Can't find directory 'bin_1000'. Genotype chr1:1-1000 sample.root -1 -1
Why the copy number of my data is "-1" ? I tried lots of data, all outputs are the same. I can use the sample.root to call CNV sucessfully.
Thanks.