Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #6 from bpoldrack/gh-pages
Browse files Browse the repository at this point in the history
Correct copy pasted solution for datalad-run + minor typo
  • Loading branch information
mih authored Jun 11, 2018
2 parents 841d005 + 2ee80b5 commit 930d499
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _episodes/03-01-reproin.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ information.
> command executions.
>
> > ## Solution
> > It is sufficient to prefix the original command line call with
> > `datalad containers-run -m "<some message>"`.
> > Prefix the original command line call with
> > `datalad run -m "<some message>" --input <input file> --output <output file>` and
> > replace those files in the original command by `{inputs}` and `{outputs}` respectively.
> > ~~~
> > % datalad run -m "Import stimulation events" \
> > --input inputs/rawdata/events.tsv \
Expand Down Expand Up @@ -271,7 +272,7 @@ applied when we prepared the BIDS dataset: the complete capture of all inputs,
computational environments, code, and outputs.
Importantly, we will conduct our analysis in a new dataset. The raw BIDS
dataset is suitable for many different analysis than can all use that dataset
dataset is suitable for many different analysis that can all use that dataset
as input. In order to avoid wasteful duplication and to improve the modularity
of our data structures, we will merely use the BIDS dataset as an input,
but we will *not* modify it in any way.
Expand Down

0 comments on commit 930d499

Please sign in to comment.