A new XSEDE user asks: Is there a way to install Python 2.7 and specific Python packages to the Comet computing environment, and to analyze data using this software?
Also, what is the best place to store data long-term (when using Comet), and what is the best place to store data that is currently being analyzed?
You would install python 2.7 for each application that is needed via containers, so you work reproducibly.
The storage for data might be oasis? Not sure, but seems like a data place For “currently being analyzed” I don’t know the answer, but I’d look for something called $SCRATCH (temporary for user, purged every N months depending on the cluster) or $LOCAL_SCRATCH (temporary for intermediate files for a job).