TheEvergreenStateCollege / smarty-plants

Plant genome sequencing
2 stars 2 forks source link

Smarty Plants

interactive data structures and algorithms for genome analysis

Getting Started

Clone this repository locally

git clone git@github.com:TheEvergreenStateCollege/smarty-plants.git

Install Git Large File Support (LFS) for your environment

https://git-lfs.com/

Pull the large genome data for Mimosa pudica which is our initial test case.

git lfs pull

Explore and become familiar with the experimental data in FASTA format by following the data tutorial.

Contributor Guidelines

The main branch is protected. Please develop on a branch and create pull requests following this [Git Workflow], and request a review from at least one other person before merging.

In your PR description:

Reviewers:

Note: this will slowdown development on main so that teammates have a chance to learn. Please continue developing as fast as you like on your own dev branch.