Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 24, 2023
1 parent 7cf1172 commit b8cfda8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@ See the SWC-BIDS [specification](https://swc-bids.neuroinformatics.dev/) for mor
└── raw_data/
├── sub-001/
│ └── ses-001/
├── ephys/
└── behav/
│ └── anat/
├── ephys/
└── behav/
└── anat/
└── sub-002/
└── ses-001/
│ ├── behav/
│ └── imaging/
└── ses-002/
└── behav/
└── anat/
└── behav/
└── anat/
```


```+
└── project_name/
└── rawdata/
└── rawdata/[test_utils.py](tests%2Ftest_utils.py)
├── sub-001 /
── ses-001/
├── ephys
└── behav
│ └── anat
── ses-001/
├── ephys
└── behav
└── anat
└── sub-002/
├── ses-001/
│ ├── behav
│ └── imaging
── ses-002/
└── behav
└── anat
── ses-002/
└── behav
└── anat
```
8 changes: 4 additions & 4 deletions docs/source/pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ make-sub-folders -sub 001@TO@003 -ses 010_@TIME@ -dt behav funcimg anat
│ │ └── funcimg
│ └── anat
└── sub-003/
── ses-010_time-160248/
├── behav
── funcimg
└── anat
── ses-010_time-160248/
├── behav
── funcimg
└── anat
```

### Datatype Folders
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def check_datatype_sub_ses_uploaded_correctly(
sub_names = glob_basenames(join(base_path_to_check, "*"))
assert sub_names == sorted(subs_to_upload)

# Check ses are all uploaded + anat if transferred
# Check ses are all uploaded
if ses_to_upload:
for sub in subs_to_upload:
ses_names = glob_basenames(
Expand Down

0 comments on commit b8cfda8

Please sign in to comment.