You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basic_training/orientation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ export NXF_VER=23.10.1
68
68
Open the GitHub Codespaces training environment and use the following command to switch to the `nf-customize` folder. View the files in this folder using the `tree` command:
Copy file name to clipboardExpand all lines: docs/basic_training/orientation.pt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ export NXF_VER=23.10.1
68
68
Abra o [ambiente de treinamento no Gitpod](https://gitpod.io/#https://github.com/nextflow-io/training) e use o seguinte comando para ir até a pasta `nf-customize`. Visualize os arquivos nessa pasta utilizando o comando `tree`:
Copy file name to clipboardExpand all lines: docs/basic_training/processes.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ workflow {
171
171
Your expected output will look something like this:
172
172
173
173
```console title="Output"
174
-
The current directory is /workspace/gitpod/nf-training/work/7a/4b050a6cdef4b6c1333ce29f7059a0
174
+
The current directory is /workspaces/training/nf-training/work/7a/4b050a6cdef4b6c1333ce29f7059a0
175
175
```
176
176
177
177
It can be tricky to write a script that uses many Bash variables. One possible alternative is to use a `script` string delimited by single-quote characters (`'`).
@@ -194,7 +194,7 @@ workflow {
194
194
Your expected output will look something like this:
195
195
196
196
```console title="Output"
197
-
The current directory is /workspace/gitpod/nf-training/work/7a/4b050a6cdef4b6c1333ce29f7059a0
197
+
The current directory is /workspaces/training/nf-training/work/7a/4b050a6cdef4b6c1333ce29f7059a0
198
198
```
199
199
200
200
However, using the single quotes (`'`) will block the usage of Nextflow variables in the command script.
0 commit comments