Currently the metabolomicsModule writes uploaded files via uploadr to disk, and then saves the files in MongoDB. Direct writing to MongoDB would lead to cleaner code and possibly performance enhancement. Also, this would make it possible to work in cloud environments where no disk access is present.