You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to your cloud storage account (run only once)
Here, we will use Google Drive as an example, but you can use any cloud storage listed here.
module load rclone
rclone config
# >>>> Prompt responses:# n/s/q> n# name> gdrive# Storage> drive# client_id> leave empty# client_secret> leave empty# scope> 1# root_folder_id> leave empty# service_account_file> leave empty# y/n> n# y/n> n# COPY THE URL IN THE OUTPUT, AND OPEN IT IN YOUR BROWSER TO LOG IN...# ...THEN COPY THE CODE THAT WILL SHOW UP# config_verification_code> PASTE THE CODE YOU COPIED HERE# y/n> n# y/e/d> y# e/n/d/r/c/s/q> q
Submit the batch job
Edit the main batch job file: megadetector_job.sh.
Edit the progress tracking job file: track_progress_job.sh.