Using yeast DM fitness data to try out methods from ML reading group.
- Data is in the
datafolder - When working on your computer, make sure all your documents are inside the folder with your name.
- By all working in separate folders, we should be able to avoid merge conflicts and all merges should be able to be fast-forwarded, but I would reccomend pulling before you start working, and push every time you stop working. If you get a request to explain why you're doing a merge (git on the command line will open the vim editor and ask you to type something), just type anything (press
ito go into insert mode, then type) and close vim (escand then:wq) and you'll be able to move on.
Happy typing!