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: source/installation/requirements.rst
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ To use our Singularity container, you must install the `Singularity`_ package.
10
10
Nextflow
11
11
--------
12
12
13
+
Note that the below sections use ``nextflow`` version ``v19.04.0`` for
14
+
illustrative purposes: newer versions might work or be required depending on the
15
+
pipeline at issue.
16
+
13
17
Local Computer
14
18
##############
15
19
1. Before installing check your current version ``java -version``. If return something as ``java version "1.X"`` and X is 8 up to 11, you can skip this step else install java.
@@ -23,7 +27,7 @@ Local Computer
23
27
High Performance computer (HPC)
24
28
###############################
25
29
26
-
1. Try ```module load nixpkgs/16.09 module load java/1.8.0_192`` or check with your administrator or on the HPC website.
30
+
1. Try ``module load nixpkgs/16.09 module load java/1.8.0_192`` or check with your administrator or on the HPC website.
27
31
2. Use ``wget`` to install Nextflow, change the name, add execution rights and add the Nextflow path in the bash_profile.
28
32
29
33
::
@@ -32,6 +36,15 @@ High Performance computer (HPC)
0 commit comments