lindenb / jvarkit

Java utilities for Bioinformatics
https://jvarkit.readthedocs.io/
Other
482 stars 133 forks source link

Genotyping of all positions #30

Closed Coryza closed 6 years ago

Coryza commented 9 years ago

Hi Pierre,

Thanks for this! Would it be possible to output EVERY position on the reference as VCF format? (no coverage = ./., and if same as reference = 0/0)? Otherwise I can't merge VCF files of different samples together....

Coryza commented 9 years ago

Besides this: Is it possible to treat ONE 'clustalo' file as 1 sample? So lets say a MSA of 5 sequences gives only 1 genotype per position.

lindenb commented 9 years ago

I've added an option '-a' to print all sites : https://github.com/lindenb/jvarkit/commit/23fba7842bcbe1b02bcb58ebfe8f9210faaa1d73 . Tell me if it works please.

Not sure I understand your second comment; why don't you just concatenate all your fasta files ?

P.