Closed MimoriK closed 4 years ago
I've updated the previous issue (#50) as you've commented on that.
$l_c
and $l_p
are last chromosome, and last position, this is used to prevent SNPs that are very close together being generated. The code enforces a minimum distance of 1kb between output..
I used the method on the wiki to generate the file : SnpPositions_GRCh37_1000g.tsv (https://github.com/cancerit/ascatNgs/wiki/Human-reference-files-from-1000-genomes-VCFs). I have downloaded the file : 1000GENOMES-phase_3.vcf.gz (ftp://ftp.ensembl.org/pub/grch37/release-83/variation/vcf/homo_sapiens/1000GENOMES-phase_3.vcf.gz) and tried these two codes, but no matter which one it is, an empty output file is generated.
I don't know where the problem is. When the code has not run to this line:
, what are
$l_c
and$l_p
? The issue that was closed before answered incorrectly (https://github.com/cancerit/ascatNgs/issues/50).