diff --git a/src/nextflow.config b/src/nextflow.config new file mode 100644 index 0000000000000000000000000000000000000000..0af7d6b9b9f9a7fc9da7cb8559878c5f9144738b --- /dev/null +++ b/src/nextflow.config @@ -0,0 +1,3 @@ +process.container = "kentokubo/riblast" +docker.enabled = true +containerOptions = "--user root" \ No newline at end of file