Website: https://tlawrence3.github.io/Introduction-to-Scientific-Computing/
-
Introduction to linux
- Introduction to directory structures and command line
- Installing Software from package managers and source code
- Manipulating text data on command line
- Slides
- Worksheet 1
- Worksheet 2
- Commands covered:
wc
,cut
,paste
,grep
,head
,tail
,sort
,uniq
,tr
- Concepts covered
- File structure
- Wildcards
- Piping commands
- FAST and sequence data manipulation
- Using a cluter
- [Slides]
- [Worksheet]
- Concepts covered
- Wrap-up and introduction to documentation
- Slides
- Concepts covered
- Documentation of computional workflow for manuscripts
-
Introduction to Python
- Introduction to Python
- Python: Loops, Lists, Files, and Modules
- Python: Flow Control, Conditional Statements, and Dictionaries