seqeralabs / nf-tower

Nextflow Tower system
https://tower.nf
Mozilla Public License 2.0
146 stars 52 forks source link

Missing containers when using DSL2 #232

Open edgano opened 4 years ago

edgano commented 4 years ago

I'm not sure if there is a way to show the list of containers when running DSL2 and tower. Could be great to have an overview of all of them and easy to check if there is an issue.

pditommaso commented 4 years ago

👉 #215 (?)

edgano commented 4 years ago

I saw it, but it's an issue of DSL2. It's not working in local or the CRG.

215 I guess its due the executors, and this is due the modules ?

I dont know.

pditommaso commented 4 years ago

Not sure to understand, how many containers the pipeline use? where are you execting? what you are getting?

edgano commented 4 years ago

Running locally or at CRG's cluster. And using nextflow modules. I have this. I guess it's because I'm using multiple containers, and I would like to know if its possible to "list" the containers used in the pipeline. like:

processFoo : containerX
processBar : containerY

Screenshot 2020-06-02 at 15 34 35

Thanks in advance.

pditommaso commented 4 years ago

Got it. Yes, it should be added the support for multiple containers.