File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,11 +249,10 @@ Resources:
249249
250250 # install AWS CLI with Miniconda:
251251 - sudo yum install -y bzip2 wget
252- - wget https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh
253- - bash Miniconda3-latest -Linux-x86_64.sh -b -f -p /home/ec2-user/miniconda
252+ - wget https://repo.continuum.io/miniconda/Miniconda3-py39_22.11.1-1 -Linux-x86_64.sh
253+ - bash Miniconda3-py39_22.11.1-1 -Linux-x86_64.sh -b -f -p /home/ec2-user/miniconda
254254 - /home/ec2-user/miniconda/bin/conda install -c conda-forge -y awscli
255- - rm Miniconda3-latest-Linux-x86_64.sh
256-
255+ - rm Miniconda3-py39_22.11.1-1-Linux-x86_64.sh
257256 --==BOUNDARY==--
258257
259258 SecurityGroup :
@@ -608,6 +607,7 @@ Resources:
608607 params.outdir='$OutputDataLocation'
609608 params.reads='$InputDataLocation/$pattern'
610609 params.input='$InputDataLocation/$pattern'
610+ params.test_data_base = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules'
611611 profiles {
612612 standard {
613613 process.container = '${PipelineContainer}'
@@ -639,6 +639,7 @@ Resources:
639639 echo ${PipelineName} > PipelineRepo.TXT
640640
641641 NEXTFLOW_CONFIG=nextflow.config
642+ sed -i -e "/^[[:space:]]*params[[:space:]]\+{/a \ \ \ \ test_data_base = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules'" $NEXTFLOW_CONFIG
642643
643644 cat << EOF >> $NEXTFLOW_CONFIG
644645
You can’t perform that action at this time.
0 commit comments