Skip to content
LeAnn M Lindsey edited this page Apr 14, 2023 · 12 revisions

Technical Set Up

Log into CHPC at University of Utah

ssh <uid>@notchpeak.chpc.utah.edu
<enter password>

ls -lrt //to see all of your local files

//set up a local working directory for this project
mkdir TOKENIZATION  //you can put this wherever you want on your file system
cd TOKENIZATION 

Clone this wiki locally