Skip to content

Add setup documentation for data folder structure#2

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/create-folder-instructions
Draft

Add setup documentation for data folder structure#2
Copilot wants to merge 2 commits into
mainfrom
copilot/create-folder-instructions

Conversation

Copilot AI commented Feb 6, 2026

Copy link
Copy Markdown

Scripts reference ./Schaefer2018-12m/ directory containing subject TSV files, but no documentation existed explaining the required setup.

Changes

  • Setup instructions: Added section documenting how to create the Schaefer2018-12m/ folder and populate it with data files
  • File naming convention: Documented required pattern sub-<ID>_Schaefer2018-12m.tsv
  • Data format specification: 400×400 TSV connectivity matrices with ROI headers
  • Folder structure diagram: Visual reference showing expected file organization
  • Script execution order: Documented the 5 analysis scripts and their dependencies

Example Usage

# Create data folder
mkdir Schaefer2018-12m

# Add subject files following naming convention
# Schaefer2018-12m/sub-K1_Schaefer2018-12m.tsv
# Schaefer2018-12m/sub-P001_Schaefer2018-12m.tsv

# Run analysis pipeline
python "1) Merge_All_Shaeffler.py"
python "2) Indivudual visualization of binarized shaeffler.py"
# ...

Note: .gitignore already excludes TSV/CSV/PNG files to prevent committing patient data.

Original prompt

how to create folder


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: KatoPitipat-Teerakitinat <256167484+KatoPitipat-Teerakitinat@users.noreply.github.com>
Copilot AI changed the title [WIP] Add instructions for creating a folder Add setup documentation for data folder structure Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants