aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

Boutiques modules integrator information #1276

Closed natacha-beck closed 1 year ago

natacha-beck commented 2 years ago

Close #1202

natacha-beck commented 2 years ago

I tried it in after_final_task_list_saved() and did not get it working properly.

I tested the submitted code and it seems to work fine, with one task or multiple tasks (using cbcsv file).

I will try it again (making sure I updated my Bourreau, I am wondering if I still have my old code on my Bourreau, even if I think I have done the update properly).

prioux commented 1 year ago

The code need to be rebased. There are new methods that are in the way.

It should be easy, if you move the 'private' keyword and the method to the end of the class. Careful because private affects all the methods that follow.