hsinnan75 / MapCaller

MapCaller – An efficient and versatile approach for short-read alignment and variant detection in high-throughput sequenced genomes
MIT License
29 stars 5 forks source link

Need -label for sample ID in VCF output #69

Closed tseemann closed 3 years ago

tseemann commented 3 years ago

AL    FILTER  INFO    FORMAT  unknown```

Can you add option `-id` or `-label` so i can set the ID column in the VCF file?
It just says `unknown` so i can not merge different VCF files.
hsinnan75 commented 3 years ago

Hi, I've added the option '-id' to MapCaller v.0.9.9.41. This option let user label the sample id in the VCF file.

tseemann commented 3 years ago

Thank you!