all shell scripts are modified and formatted.
The installation script scmeb_env.sh is a bit different. Their installation command is conda run -n scmeb_env R -e "install.packages('SC.MEB')" and others are just Rscript -e "<installation>". But if we set the conda env name strictly to scmeb_env there shouldn't be a problem.
all shell scripts are modified and formatted. The installation script
scmeb_env.sh
is a bit different. Their installation command isconda run -n scmeb_env R -e "install.packages('SC.MEB')"
and others are justRscript -e "<installation>"
. But if we set the conda env name strictly toscmeb_env
there shouldn't be a problem.