Closed Shicheng-Guo closed 3 years ago
Hi Shicheng,
Regenie does not allow mutilple extract files. You could easily bypass that in bash using
cat info_qc.pass mac_qc.pass > extract_file.txt
and pass "extract_file.txt" to --extract
in Regenie. This will be added to the enhancement features list.
Cheers, Joelle
Multiple extract/exclude files are now allowed in v2.2.
regenie
allow two--extract
or not? I want to use two--extract
to select SNPs to be used in the analysis.For example, the first
--extract
use to select INFO score>0.8 and secondextract
to select MAC>=5Thanks.
Shicheng