Difference between revisions of "CompSciWeek6"

From Predictive Chemistry
Jump to: navigation, search
m (Class 1: Effective Design)
Line 5: Line 5:
   
 
= Class 1: Effective Design =
 
= Class 1: Effective Design =
* Code walk-through, parsing and using graphs
 
 
* Structured Code, Bioinformatics example from AOS Book
 
* Structured Code, Bioinformatics example from AOS Book
 
* Code Testing
 
* Code Testing

Revision as of 11:17, 29 September 2014

Reading (shared with Week 7)

  • Beginning Python - skim. chapters 8-14 (use as reference material)
    • see expecially urlopen on p. 300, forks and threads on p. 304
  • Beginning Python - Chapter 15 (Web services)

Class 1: Effective Design

  • Structured Code, Bioinformatics example from AOS Book
  • Code Testing
  • Source Code Versioning
    • basic git

Class 2: Using HPC Resources

  • Accessing binaries and libraries, using modules
  • Using scratch space
  • Submitting a job script
  • Managing queued jobs
  • Advanced scripting tips and tricks
    • awk