Skip to content

Commit fab25b4

Browse files
committed
[GL_RefAnnotTable] Typo fixes
1 parent c72d704 commit fab25b4

File tree

1 file changed

+3
-1
lines changed
  • GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A

1 file changed

+3
-1
lines changed

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ Rather than running the workflow in your local environment, you can use a Docker
123123
3. **Run the workflow using Docker:**
124124

125125
```bash
126-
docker run -it -v $(pwd)/GL_RefAnnotTable-A_1.1.0:/home/rstudio/work quay.io/torres-alexis/gl_images:GL_RefAnnotTable_v1.1.0-rc.1 bash -c "cd /home/rstudio/work && Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'"
126+
docker run -it -v $(pwd)/GL_RefAnnotTable-A_1.1.0:/work \
127+
quay.io/torres-alexis/gl_images:GL_RefAnnotTable_v1.1.0-rc.1 \
128+
bash -c "cd /work && Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'"
127129
```
128130

129131
**Input data:**

0 commit comments

Comments
 (0)