Author: Parth Paritosh
Please see code ocean website here: https://codeocean.com/
This website allows you to publish code that can be executed by anyone on the website without doing any setup.
This information will be populated to the docker file
In the code, all results and data should be saved to ../results/
or ../data/
folder.
Update readme file to indicate the use of each function and data. You can mention any interpretation of figures, link to Github, and link to other relevant work. See example: https://codeocean.com/capsule/7376063/tree
The run
file in the Code folder contains the bash script used during Reproducible run.
Please indicate the first file to be run at this step.
python -u mainfilename.py "$@"
See more instructions here:
Best of luck!