Entering edit mode
                    8 months ago
        am29
        
    
        ▴
    
    60
    I want to extract a list of markers from the vcf file. However, many of these markers don't have rsID, and I was wondering if is possible to extract the list of markers with bcftools using just their Chr and Pos as input?
Figured it out! For anyone who might need it:
CHR_BP_tab.txtis tab-delimited file with chromosomal and base positions, without headerFigured what out? Pierre showed you the exact option to use as well as how to provide the input file.