diff --git a/installation/install_with_nextflow.sh b/installation/install_with_nextflow.sh index 424b5be..2e19852 100755 --- a/installation/install_with_nextflow.sh +++ b/installation/install_with_nextflow.sh @@ -11,8 +11,8 @@ chmod -R 777 $SCRIPTPATH; cd $SCRIPTPATH; -conda create --yes --name nflow python=3.9 && \ -conda install --yes -n nflow -c bioconda nextflow==23.10.1 && \ +conda create --yes --name nflow -c conda-forge python=3.9 && \ +conda install --yes -n nflow -c conda-forge -c bioconda nextflow==23.10.1 && \ mv nextflow.sample nextflow cd -