zkutalik / ssimp_software

GNU General Public License v3.0
16 stars 10 forks source link

How to impute multiple specified ranges? #101

Open zqab opened 5 years ago

zqab commented 5 years ago

Is it possible to impute multiple specified regions using --impute.range?

One range can be specified e.g. --impute.range 1:39910928-1:40160928

But multiple ranges does not seem to work (similar to multiple --impute.snp or --tag.snp) e.g. --impute.range <(echo 1:39910928-1:40160928 1:51131091-1:51381091 | tr ' ' '\n')

sinarueeger commented 5 years ago

Hi @zqab,

Unfortunately, only one range can be specified.

Best, Sina