-
Notifications
You must be signed in to change notification settings - Fork 41
README
S M Ashiqul Islam edited this page Jan 27, 2026
·
1 revision
This folder contains documentation migrated from an external OSF wiki for SigProfilerMatrixGenerator.
- Go to the repository on GitHub
- Click Settings → scroll to Features
- Check Wikis to enable
GitHub Wikis are stored as separate Git repositories:
git clone https://github.com/SigProfilerSuite/SigProfilerMatrixGenerator.wiki.gitCopy all .md files from this wiki/ folder to the cloned wiki repository:
cp wiki/*.md SigProfilerMatrixGenerator.wiki/cd SigProfilerMatrixGenerator.wiki
git add .
git commit -m "Migrate wiki from OSF"
git push| File | Description |
|---|---|
Home.md |
Wiki homepage |
_Sidebar.md |
Navigation sidebar |
Installation-Python.md |
Python installation guide |
Installation-R.md |
R wrapper installation guide |
Quick-Start-Example.md |
Quick start tutorial |
Currently-Supported-Genomes.md |
List of supported genomes |
Using-the-Tool-*.md |
Usage documentation |
Output-*.md |
Output file descriptions |
- The
_Sidebar.mdfile will automatically create a navigation sidebar on GitHub Wiki -
Home.mdwill be the wiki homepage - Internal links use the format
[Link Text](Page-Name)(without.mdextension)