Create a module and functions for something like make_sample_submission() and submit_config_to_morf_platform() which can allow users to (a) make a sample submission without using curl, or (b)submit their own config file directly to the MORF platform. This would ideally even handle things like uploading their docker image to a public s3 bucket, checking their config file, etc. This would also obviously be extremely useful to software paper reviewers!
Create a module and functions for something like
make_sample_submission()
andsubmit_config_to_morf_platform()
which can allow users to (a) make a sample submission without using curl, or (b)submit their own config file directly to the MORF platform. This would ideally even handle things like uploading their docker image to a public s3 bucket, checking their config file, etc. This would also obviously be extremely useful to software paper reviewers!