File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,12 @@ It assumes funnel is already running locally at port 8000:
126126It assumes funnel is already running locally at port 8000:
127127
128128 ``` bash
129- python3 -mvenv cwl_docker_proxy_tes
130- source cwl_docker_proxy_tes /bin/activate
129+ python3 -mvenv nextflow_docker_proxy_tes
130+ source nextflow_docker_proxy_tes /bin/activate
131131 pip install --upgrade pip wheel
132132 pip install ' git+https://github.com/inab/docker-tes-proxy.git'
133- pip install cwltool
134133 git clone https://github.com/inab/hello-workflows
135- cd hello-workflows/nextflow-dsl2-20.10.0
136134 wget https://github.com/nextflow-io/nextflow/releases/download/v24.10.5/nextflow-24.10.5-dist
137135 chmod +x nextflow-24.10.5-dist
138- ./nextflow-24.10.5-dist run -profile docker .
136+ ./nextflow-24.10.5-dist run -profile docker hello-workflows/nextflow-dsl2-20.10.0
139137 ```
You can’t perform that action at this time.
0 commit comments