Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installation/install_with_nextflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

Expand Down