bcm-uga / Loter

A software package for local ancestry inference and haplotype phasing
Other
38 stars 7 forks source link

no reference in test data #14

Closed liufy11 closed 4 years ago

liufy11 commented 4 years ago

I run loter with the command "loter_cli data/H_ceu.npy data/H_yri.npy -a data/H_mex.npy -f npy -o tmp.npy -n 8 -v" The screen says : loter_cli: error: argument -r/--ref is required but there's no reference in data.

gdurif commented 4 years ago

There is a typo in the README file, you should use

loter_cli -r data/H_ceu.npy data/H_yri.npy -a data/H_mex.npy -f npy -o tmp.npy -n 8 -v