Skip to content

Commit

Permalink
FIX repo2data redownloading data unless the directors are organised t…
Browse files Browse the repository at this point in the history
…his way...
  • Loading branch information
htwangtw committed May 16, 2023
1 parent ed1758b commit d514116
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion binder/data_requirement.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{ "src": "10.5281/zenodo.7764979",
"dst": ".",
"dst": "..",
"projectName": "inputs"}
12 changes: 6 additions & 6 deletions content/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ root: index.md
parts:
- caption: Research report
chapters:
- file: research_report/results-group.md
- file: research_report/results-atlas.md
# - file: research_report/contributions.md
- file: research_report/references.md
- file: notebooks/results-group.md
- file: notebooks/results-atlas.md
# - file: notebooks/contributions.md
- file: notebooks/references.md
- caption: Appendices and supplemental material
chapters:
- file: supplementary_materials/CITATION.md
- file: supplementary_materials/ohbm2022abstract.md
- file: notebooks/CITATION.md
# - file: notebooks/ohbm2022abstract.md
- caption: Workflow documentation
chapters:
- file: docs/software_implemetation.md
Expand Down
2 changes: 1 addition & 1 deletion content/inputs
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ from ipywidgets import interactive
from fmriprep_denoise.visualization import utils
path_root = utils.repo2data_path() / "denoise-metrics"
strategy_order = list(utils.GRID_LOCATION.values())
group_order = {
"ds000228": ["adult", "child"],
Expand Down
1 change: 0 additions & 1 deletion content/research_report/inputs

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/make_manuscript_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


if __name__ == "__main__":
path_root = utils.get_data_root() / "denoise-metrics"
path_root = Path(__file__).parents[1] / "inputs" / "denoise-metrics"
strategy_order = list(utils.GRID_LOCATION.values())

# mean fd
Expand Down

0 comments on commit d514116

Please sign in to comment.