Skip to content

Commit

Permalink
corrects typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Jan 16, 2018
1 parent cd6bb47 commit 6283c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Matlab:
Python:

- see `requirements.txt` file
- ![WinawerLab's MRI_tools](https://github.com/WinawerLab/MRI_tools))
- [WinawerLab's MRI_tools](https://github.com/WinawerLab/MRI_tools)
(which requires [FSL](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/))

Other:
Expand Down Expand Up @@ -81,17 +81,17 @@ need it.
# Snakemake

A Snakefile is included with this project to enable the use
of ![snakemake](http://snakemake.readthedocs.io/en/latest/). This is
of [snakemake](http://snakemake.readthedocs.io/en/latest/). This is
highly recommended, since it will allow you to easily to rerun the
analyses exactly as I have performed them and it enables easy use on a
cluster. To
use,
![install snakemake](http://snakemake.readthedocs.io/en/latest/getting_started/installation.html) and,
[install snakemake](http://snakemake.readthedocs.io/en/latest/getting_started/installation.html) and,
if using on a cluster, set up your
appropriate
![Snakemake profile](https://github.com/Snakemake-Profiles/doc) (see
[Snakemake profile](https://github.com/Snakemake-Profiles/doc) (see
the
![snakemake docs](http://snakemake.readthedocs.io/en/latest/executable.html#profiles)for
[snakemake docs](http://snakemake.readthedocs.io/en/latest/executable.html#profiles)for
more info on profiles). Then simply type `snakemake {target}` to
re-run the analyses.

Expand Down

0 comments on commit 6283c51

Please sign in to comment.