sr320 / course-fish546-2016

6 stars 5 forks source link

FISH546 - Bioinformatics for Environmental Sciences

Autumn 2016

This repository serves as the primary framework for the course. Specifically please see the wiki for syllabus, content, etc. Issues will be used as primary means of assessment and communication.

Course Description- This course will teach core computing skills as well as project specific approaches. Each student will be developing and completing a research project targeting journal article submission by the end of the Quarter. There will be an emphasis on developing habits that increase automation which in turn will facilitate reproducibility. The course primary course platform will be GitHub, with each student creating their own repository.


The code repository is where example analyses will be provided. :thumbsup:

Files and Directory Structure

CONTRIBUTING.MD- This is simply for the guidelines for contributing to this repository you will see when creating a new issue.

.gitignore - List of files that are in local repo but not in GitHub because of file size limits

jupyter-nbs/ - Directory where IPython notebooks live.

data/ - Raw data including fasta files (in data/fa/)

analyses/ - Output from analyses performed in IPython notebooks.

scripts/ - Scripts call on from notebooks.