Post date: Nov 06, 2019 9:42:24 PM
Terminal:
Connect to the cluster:
ssh u6028866@kingspeak.chpc.utah.edu
Connect to an interactive node:
srun -t 12:00:00 -n 8 -N 1 -A gompert -p kingspeak --pty /bin/bash
Where the files are:
cd /uufs/chpc.utah.edu/common/home/gompert-group1/data/aspen/gbs_pando_plus/Variants_mem_bcftools/
to copy files from the cluster to my computer:
scp u6028866@kingspeak.chpc.utah.edu:/uufs/chpc.utah.edu/common/home/gompert-group1/data/aspen/gbs_pando_plus/Variants_mem_bcftools/pntest_filtered2xHiCov_pando_variants.txt /Volumes/Data/Doc_Rozenn/Education/GaTech/Year2/Fall/Lab/Pando/Genome/pntest_filtered2xHiCov_pando_variants.txt
Module load Python command: module load python/3.6.3
To quit: quit()