Hi everyone, I would like to talk to you about running multiple pipeline versions in Kubernetes. #3237
Unanswered
yangxiao1220
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You should not run at the same time nextflow more than once in the same directory. You could call nextflow at the same time from different directories, though.
Then in another terminal:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I have v1.1 v1.2 v1.3 in my code repository, there may be more in the future, and these versions may run in parallel on the same cluster, the former will be overwritten by the latter version, because they share A code storage directory. And I found that nextflow always reads the latest nextflow.config of the code repository, I think it should read the nextflow.conf of the specified running version
Beta Was this translation helpful? Give feedback.
All reactions