Skip to content

Commit

Permalink
Merge pull request #14 from marcobarilari/marco_fixes-and-updates
Browse files Browse the repository at this point in the history
Fix bugs from previous PR
  • Loading branch information
marcobarilari authored Oct 22, 2023
2 parents e4e3196 + 5766f36 commit 7eb9461
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Have your freesurfer license ready.
Here is an example script

```bash
{% include "fmriprep_cluster_workshop_2023/canada_fmriprep_on_cluster.sh" %}
{% include "archive/fmriprep_cluster_workshop_2023/canada_fmriprep_on_cluster.sh" %}
```

Extra reference:
Expand Down
2 changes: 1 addition & 1 deletion doc/archive/running_fmriprep.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ See this part of the FAQ for more info:
https://fmriprep.org/en/21.0.2/faq.html#how-do-I-select-only-certain-files-to-be-input-to-fMRIPrep

```json
{% include "fmriprep_cluster_workshop_2023/bids_filter_file.json" %}
{% include "archive/fmriprep_cluster_workshop_2023/bids_filter_file.json" %}
```

Create a `singularity_run_fmriprep.sh` script in the code folder
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
site_name: CPP lab HPC guide
repo_name: cpp-lln-lab/CPP_HPC
repo_url: https://github.com/cpp-lln-lab/CPP_HPC

# docs_dir: alternative_path # docs/ is the default folder
copyright: MIT

# This will use Material them
Expand All @@ -18,7 +18,7 @@ docs_dir: doc

# Pages
nav:
- Welcome: welcome.md
- Welcome: index.md
- HPC UCLouvain (CECI):
- overview: overview.md
- cluster code snippets: cluster_code_snippets.md
Expand All @@ -28,8 +28,8 @@ nav:
- Contributing: contributing.md
- Archive:
- fmriprep cluster workshop (2023):
- meeting notes: fmriprep_cluster_workshop_2023/joint_meeting_notes.md
- Compute Canada: fmriprep_cluster_workshop_2023/canada_connect_cluster.md
- meeting notes: archive/fmriprep_cluster_workshop_2023/joint_meeting_notes.md
- Compute Canada: archive/fmriprep_cluster_workshop_2023/canada_connect_cluster.md
- rookie experience (2019): archive/rookie_experience_2019.md
- fmriprep notes: archive/running_fmriprep.md

Expand Down

0 comments on commit 7eb9461

Please sign in to comment.