Is your feature request related to a problem? Please describe.
The pipeline uses python 3.6 and the shuffled analysis uses 3.8, so the data frame outputs of these two are not compatible, because pyhton 3.6 cannot open 3.8 pickles. This problem can be managed by having multiple virtual environments on Eleanor.
Describe the solution you'd like
Update the pipeline to use 3.8
Describe alternatives you've considered
Keep using the workaround. I think this will cause a lot of issues for less experienced users.