...
| Code Block |
|---|
ssh <username>@ls6.tacc.utexas.edu #If you are getting the following error: Corrupted MAC on input, then try this: ssh -m hmac-sha2-512 username@ls6.tacc.utexas.edu cds cd my_rnaseq_course cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_2/reference_2025/STAR_genome day_2/reference/ cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_2/kallisto_exercise day_2/ cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_3_partA . cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_3_partB . |
...
| Code Block |
|---|
ssh <username>@ls6.tacc.utexas.edu
#If you are getting the following error: Corrupted MAC on input, then try this:
ssh -m hmac-sha2-512 username@ls6.tacc.utexas.edu
cds
cd my_rnaseq_course
ls day_3_partA/gene_counting_exercise/
ls day_3_partA/gene_expression_exercise/ |
...