-
Activate your account: sign HIPAA form, and email [email protected] for activation/confirmation
-
Get added to a private node & lab (e.g. ask Matt Heflin or your own lab manager for info)
-
Login to Minerva through terminal:
> ssh [email protected]
>
> Password: yourSinaiPassword123456
where 123456 represents the 6 digit numeric sequence obtained from your VIP Symantec token
-
cd
into your project dir (i.e./sc/arion/projects/guLab/yourName/
) if you don't have your own project folder navigate to your lab andmkdir yourName
to make your own project dir, you can alsomkdir EMU
or any other folders you may need -
move your data into your project dir
> scp -r [email protected]:your/path/to/your/data sc/arion/projects/yourName/EMU
where 123.456.789 represents your local IP address
-
move your LFPAnalysis into your main user space (i.e.
/hpc/users/yourSinaiID/resources/LFPAnalysis
) -
to launch your jupyter notebook & run it with a sufficient amount of extra memory:
> minerva-jupyter-module-web.sh -M 10000
-
follow this Sinai Minerva guide to make sure your python and dependencies are all pip installed
-
you may also use
/sc/arion/work/yourName/
for any temp files/additional work space