We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dcbc3 commit dd9e372Copy full SHA for dd9e372
README.rst
@@ -39,6 +39,11 @@ nextflow.py can be installed using pip::
39
40
$ pip install nextflowpy
41
42
+If you get permission errors, try using ``sudo``::
43
+
44
+ $ sudo pip install nextflowpy
45
46
47
Development
48
~~~~~~~~~~~
49
@@ -229,7 +234,7 @@ Changelog
229
234
Release 0.6.0
230
235
~~~~~~~~~~~~~
231
236
232
-`24th May 2023`
237
+`24th May, 2023`
233
238
239
* Added ability to use custom runners for starting jobs.
240
* Removed pipeline class to.
docs/source/changelog.rst
@@ -4,7 +4,7 @@ Changelog
4
5
6
7
8
9
10
0 commit comments