-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
We have a nice doc for run already: https://reproman.readthedocs.io/en/latest/execute.html (sources for docs are in the repo)
Based on the successful testing of "run on AWS" (following the #438 prototypical usecase), documentation should be extended with a section on a use case which would go though all stages to run a BIDS-app using reproman on a condor cluster in AWS. Building upon the https://github.com/ReproNim/containers/#a-typical-workflow it should start from a new installation of reproman (from pypi) and go through
- configure the remote resource (AWS condor cluster) (credentials etc but not copy-pasted into doc like @yarikoptic did ;))
- start the remote resource
reproman runto submit for computation (examples in the Initial sketch for the mriqc/fmriprep singularity based workflow #438 could be of help, and also the webinar on containers presenting "reproman run" should be referenced)reproman jobsto show how to monitor for completionreproman jobs IDto fetch the results and show "what is inside"- stop/delete the resource upon successful completion
Reactions are currently unavailable