forked from danforthcenter/bioinformatics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (36 loc) · 1.16 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
site_name: Bioinformatics
site_url: http://bioinformatics.readthedocs.io/
site_description: The Bioinformatics Core Facility at the Donald Danforth Plant Science Center
site_author: Bioinformatics
repo_url: https://github.com/danforthcenter/bioinformatics
copyright: Copyright 2016, Donald Danforth Plant Science Center
pages:
- Home: index.md
- Documentation:
- "Cluster overview": cluster_overview.md
- "Data sharing with Globus": globus.md
- "HTCondor user's guide":
- "Overview": htcondor_overview.md
- "Getting started": htcondor_getting_started.md
- "Running jobs": htcondor_running_jobs.md
- "Bioinformatics software":
- "ALLPATHS-LG": allpaths.md
- "Aspera-Connect": aspera.md
- "Augustus": augustus.md
- "Bamtools": bamtools.md
- "BBTools": bbtools.md
- "Bowtie": bowtie.md
- "Bowtie2": bowtie2.md
- "BUSCO": busco.md
- "HISAT2": hisat2.md
- "Kallisto": kallisto.md
- "NCBI BLAST+": blast.md
- "Salmon": salmon.md
- "SPAdes": spades.md
- "SRA-Tools": sratools.md
- "Trinity": trinity.md
- "UCSC Tools": kent.md
- "VarScan": varscan.md
markdown_extensions:
- toc:
permalink: True