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/hello_nextflow/01_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
@@ -10,7 +10,7 @@ If you have not yet done so, please follow [this link](../../envsetup/) before g
10
10
Throughout this training course, we'll be working in the `hello-nextflow/` directory, which loads by default when you open the Gitpod workspace.
11
11
This directory contains all the code files, test data and accessory files you will need.
12
12
13
-
Feel free to explore the contents of this directory; the easiest way to do so is to use the file explorer on the lefthand side of the Gitpod workspace.
13
+
Feel free to explore the contents of this directory; the easiest way to do so is to use the file explorer on the left-hand side of the Gitpod workspace.
14
14
Alternatively, you can use the `tree` command.
15
15
Throughout the course, we use the output of `tree` to represent directory structure and contents in a readable form, sometimes with minor modifications for clarity.
Copy file name to clipboardExpand all lines: docs/hello_nextflow/08_hello_nf-test.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ hello-nf-test/
49
49
└── nextflow.config
50
50
```
51
51
52
-
For a detailed description of the files, see the Warmup section in Part 6.
52
+
For a detailed description of the files, see the warmup section in Part 6.
53
53
For details about the contents of the `modules` directory, read through all of Part 6 (it's pretty short).
54
54
55
55
### 0.2. Create a symbolic link to the data
@@ -87,7 +87,7 @@ executor > local (7)
87
87
As expected, it all worked.
88
88
89
89
Like previously, there will now be a `work` directory and a `results_genomics` directory inside your project directory.
90
-
However we are going to ignore them entirely, because we are no longer going to touch the pipeline itself, and we're not even going to interact directly with Nextflow as such.
90
+
However, we are going to ignore them entirely, because we are no longer going to touch the pipeline itself, and we're not even going to interact directly with Nextflow as such.
91
91
92
92
Instead, we are going to interact with the `nf-test` package.
Copy file name to clipboardExpand all lines: docs/hello_nextflow/09_hello_nf-core.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
@@ -134,7 +134,7 @@ Lets' try it!
134
134
nextflow run nf-core/demo -profile docker,test --outdir results
135
135
```
136
136
137
-
!!! hint "Changing nextflow version"
137
+
!!! hint "Changing Nextflow version"
138
138
139
139
Depending on the nextflow version you have installed, this command might fail due to a version mismatch.
140
140
If that happens, you can temporarily run the pipeline with a different version than you have installed by adding NXF_VER=<version> to the start of your command as shown below:
Copy file name to clipboardExpand all lines: docs/hello_nextflow/seqera/02_run_with_launchpad.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
@@ -16,7 +16,7 @@ Next we want to start using Seqera Platform to launch Nextflow workflows on our
16
16
17
17
Seqera Platform has a concept of [**organizations**](https://docs.seqera.io/platform/latest/orgs-and-teams/organizations) and [**workspaces**](https://docs.seqera.io/platform/latest/orgs-and-teams/workspace-management) which are used to organize and share [pipelines](https://docs.seqera.io/platform/latest/launch/launchpad), [compute environments](https://docs.seqera.io/platform/latest/compute-envs/overview), [data](https://docs.seqera.io/platform/latest/data/data-explorer), [credentials](https://docs.seqera.io/platform/latest/credentials/overview), and more.
18
18
The `community/showcase` workspace is a public workspace where you can see some example pipelines and compute environments.
19
-
Each user has an alloted amount of free compute to use in this workspace.
19
+
Each user has an allotted amount of free compute to use in this workspace.
20
20
21
21
Click on your username in the top left corner of the screen to bring up the list of organizations and workspaces you have access to.
0 commit comments