Skip to content

fixing/adding/changing links #1

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
fixing/changing/adding links
 - added link to solutions for R for Data Science
 - also, the snakemake video link was broken, so added other video link (though maybe there was another tutorial in mind?)
 - filezilla link was actually cyberduck link; fixed
  • Loading branch information
e-hutchins authored Dec 18, 2018
commit 1631ddcd8d89c20beb77dba29a3bb76bc476f510
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