Skip to content

Commit 911f769

Browse files
authored
Update README.md
Minor documentation fixes
1 parent 07e4f78 commit 911f769

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,12 @@ It assumes funnel is already running locally at port 8000:
126126
It 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
```

0 commit comments

Comments
 (0)