Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing/adding/changing links #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Here are videos for how to do basic computation in R, and basic programming in R
For advanced R practice, you can run through R for Data Science:

http://r4ds.had.co.nz

R for Data Science solutions are available here:

https://jrnold.github.io/r4ds-exercise-solutions/

Or you can work in R studio using the swirl R package:

Expand Down Expand Up @@ -133,14 +137,14 @@ Common SFTP GUIs are CyberDuck:
https://cyberduck.io/
And FileZilla:

https://cyberduck.io/
https://filezilla-project.org/

## 9. Snakemake
One of the first rules of bioinformatics is that it is (nearly) always worth the time to make your analysis reproducible. Snakemake can help you with reproducible analyses.

You can start out with this video:

https://youtu.be/naRvlRpXLe8
https://youtu.be/8xnm_RKkycQ

And this tutorial:

Expand Down