danscore_multiplot_2 expects the config file to be located at $HOME/ricopili.conf https://github.com/Ripkelab/ricopili/blob/757fb9d38d65a8cbf1c783f7e83776e76301bd0e/rp_bin/danscore_multiplot_2#L9 Instead it should be located at $RPHOME/ricopili.conf. `my $conf_file = $ENV{RPHOME}."/ricopili.conf";`
danscore_multiplot_2 expects the config file to be located at $HOME/ricopili.conf
ricopili/rp_bin/danscore_multiplot_2
Line 9 in 757fb9d
Instead it should be located at $RPHOME/ricopili.conf.
my $conf_file = $ENV{RPHOME}."/ricopili.conf";