scans.py calls incorrect binary to perform normalization with selscan
josephvitti opened this issue · 1 comments
josephvitti commented
josephvitti commented
e.g., if I input
python cms/cms/scans.py selscan_norm_ihs {files...}
the following gets executed:
/Users/vitti/miniconda3/envs/cms-env3/bin/selscan --ihs --files {...}
whereas it should execute
/Users/vitti/miniconda3/envs/cms-env3/bin/norm --ihs --files {...}