Skip to content

Commit

Permalink
deploy: b1ac551
Browse files Browse the repository at this point in the history
  • Loading branch information
plbenveniste committed Oct 10, 2024
1 parent a4ff780 commit f91a550
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _sources/data/git-datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ If you want to modify a dataset, you should make a pull request, which can then
```sh
git annex sync --all --content
```
6. On the web interface <https://data.neuro.polymtl.ca/>, open a pull request:
6. Then you can run BIDS validator to check if the modifications are in line with the BIDS standards. It is already installed on NeuroPoly stations. When inside the dataset you can run:
```sh
bids-validator .
```
8. On the web interface <https://data.neuro.polymtl.ca/>, open a pull request:
1. Go the the repository's page.
2. Click on the "Pull Requests" tab.
3. Click the "New Pull Request" button.
Expand Down
5 changes: 5 additions & 0 deletions data/git-datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,11 @@ <h2>Making a pull request<a class="headerlink" href="#making-a-pull-request" tit
</pre></div>
</div>
</li>
<li><p>Then you can run BIDS validator to check if the modifications are in line with the BIDS standards. It is already installed on NeuroPoly stations. When inside the dataset you can run:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>bids-validator<span class="w"> </span>.
</pre></div>
</div>
</li>
<li><p>On the web interface <a class="reference external" href="https://data.neuro.polymtl.ca/">https://data.neuro.polymtl.ca/</a>, open a pull request:</p>
<ol class="arabic simple">
<li><p>Go the the repository’s page.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f91a550

Please sign in to comment.