-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (36 loc) · 979 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (36 loc) · 979 Bytes
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
site_name: SARS-CoV-2 Assembly Pipeline
site_description: 'Documentation for the SARS-CoV-2 genome assembly and analysis pipeline using Nextflow'
site_author: 'Abhinav Mishra'
site_url: https://bibymaths.github.io/nf-illumina2lineage
use_directory_urls: false
repo_url: https://github.com/bibymaths/nf-illumina2lineage
theme:
name: readthedocs
language: en
features:
- navigation.tabs
- content.code.copy
nav:
- Home: index.md
- Quickstart: quickstart.md
- Pipeline Overview:
- Workflow Diagram: workflow.md
- Process Details: processes.md
- Configuration:
- Parameters: parameters.md
- Results:
- Output Structure: outputs.md
- Lineage & QC: lineage_qc.md
- References: references.md
- About: about.md
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
plugins:
- search
watch:
- docs
copyright: >
Copyright © 2025 <a href="https://bibymaths.github.io">Abhinav Mishra</a>.