-
Notifications
You must be signed in to change notification settings - Fork 0
Topic 1 assignment
davidaray edited this page Jan 5, 2025
·
5 revisions
- Create your github account, follow my account (davidaray), create repository named “Intro to Python”
- Create an HPCC account
- Navigate to my directory: /lustre/scratch/daray/bat1kdatafreeze/final_assembliesand determine how many files are in that directory.
Helpful tools: https://github.com/davidaray/Genomes-and-Genome-Evolution/wiki/01.-Logging-In-to-HPCC-and-an-Intro-to-Bash-and-Linux-Navigation. In particular, the sections on
wc,ls,cd, paths, - Create a new directory in your scratch called “testing”
- Install python using the instructions at https://www.depts.ttu.edu/hpcc/userguides/application_guides/python.local_installation.php Afterward, use conda to create a new environment called ‘biopython’ and install biopython within that environment.
- Copy/paste your terminal history into your blackboard and label it “week1.txt”