Closed j2moreno closed 4 years ago
We will be taking the first snp in the chr:position mapping and keeping that value to update plink files. These snps will no longer be deleted.
A separate file will be produced to document chr:positions with mutiple snpid mappings.
Possibly add a mutually exclusive feature to snptk snpid-from-coord
that implements this logic above. In that case, we can tell snptk when we want this logic to occur based off different project needs.
When using
snptk snpid-from-coord
we do not handle the case when more than one chr:position maps to multiple snps. Instead we delete these snps causing a large amount of snps to be deleted.is this behavior wanted? Or do we print both snps and remove from deleted_snps.txt snptk output?