summarylogtreecommitdiffstats
path: root/nextflow.install
diff options
context:
space:
mode:
Diffstat (limited to 'nextflow.install')
-rw-r--r--nextflow.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/nextflow.install b/nextflow.install
new file mode 100644
index 000000000000..ed7d5455cd0a
--- /dev/null
+++ b/nextflow.install
@@ -0,0 +1,4 @@
+post_install() {
+ NXF_HOME="${HOME}/.local/share/nextflow"
+ /usr/bin/nextflow
+}