-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmkdocs.yml
105 lines (94 loc) · 3.39 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: GNPS2 Documentation
site_url: https://wang-bioinformatics-lab.github.io/GNPS2_Documentation/
edit_uri: https://github.com/Wang-Bioinformatics-Lab/GNPS2_Documentation/edit/master/docs/
repo_name: Wang-Bioinformatics-Lab/GNPS2_Documentation
repo_url: https://github.com/Wang-Bioinformatics-Lab/GNPS2_Documentation
nav:
- About: index.md
- Server Status: status.md
- Accounts: accounts.md
- FAQ: faq.md
- GNPS2 Interface:
- GNPS2 Tasks: workflowtasks.md
- Data Reanalysis: datareanalysis.md
- Data Preparation/Upload:
- File Formats: dataformats.md
- File Conversion: fileconversion.md
- Agilent: agilent_conversion.md
- Waters: waters_conversion.md
- File Upload: fileupload.md
- Metadata: metadata.md
- Overall Tool Index: toolindex.md
- Analysis Workflow Index: workflowindex.md
- GNPS2 USI: usi.md
- IDBac:
- Request an IDBac Account: idbac-request-an-account.md
- Office Hours: idbacofficehours.md
- START HERE- Raw Bruker data: idbac-brukerstart-here.md
- START HERE- Raw non-Bruker data: idbacnewnonbruker.md
- Contribute to the database: idbacdepositions.md
- Analyze your data: idbacanalyzeyourdata.md
- Analysis platform: idbacanalysisplatform.md
- Tandem Mass Spectrometry Data Analysis:
- Classical Molecular Networking: classical.md
- FBMN:
- FBMN: fbmn.md
- Agilent: agilent_fbmn.md
- Progenesis: fbmn-with-progenesisqi.md
- Protocols for FBMN:
- Step by Step Protocols for Progenesis Data: protocol_fbmn_progenesis_overlay.md
- ModiFinder:
- ModiFinder: modifinder.md
- GNPS2 Interactive Web Interface: modifinder-web.md
- High-Throughput Workflow: modifinder-workflow.md
- Networking Overlay: Networkingoverlay.md
- Network Topology - Transitive Alignments: transitive.md
- Multiple Spectrum Alignment: mmsa.md
- Spectral Libraries:
- Using Spectral Libraries in GNPS2: libraries.md
- GNPS2 MASST: masst.md
- GNPS2 Dataset Explorer: gnpsdatasetexplorer.md
- GNPS2 PanReDU:
- ReDU Overview: ReDU_overview.md
- ReDU Data Selection: ReDU_Dataselection_dashboard.md
- ReDU Contribution: ReDU_Contribution.md
- Pan Repo Public Data Downloader: downloadpublicdata.md
- GNPS2 Quickstart2: quickstart2.md
- API: api.md
- Logos: logo.md
- GNPS2 Workshops: workshops.md
- GNPS2 Workflow Development: workflowdev.md
- Join the GNPS2 community: community.md
- Contact/Office Hours: contact.md
theme:
name: material
palette:
primary: '#003DA5'
accent: '#FFB81C'
custom_dir: overrides
features:
- content.action.edit
extra:
social:
- type: 'github'
link: 'https://github.com/Wang-Bioinformatics-Lab'
plugins:
- search
- git-revision-date-localized:
type: datetime
- mermaid2
- glightbox
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
extra:
analytics:
provider: umami