-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi @jzieve,
As a fix to #78, I might need to use a different csv beadpool manifest version than the orignal manifest used to generate idat/gtc. Many of new manifests will have fewer loci than the manifest. To ensure the resulting vcf is correct, may I please confirm some assumptions of the tool:
- Assumes snps to be in the same order between beadpool manifest and gtc.
- Manifest file name encoded in gtc should match the one provided as the parameter.
- Does not need any sequence column for SNP records. No effect or consequence.
- Will skip snp records that do not have ref_strand set.
- Sequence is required for indel records. It can be bypassed with a fake sequence. It will fail on those records and then skip.
Do you see any simple change to the code that will retrieve the genotypes from gtc based on the order in manifest (e.g. by querying through names) and not assuming the same order?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels