Mercurial > repos > mingchen0919 > aurora_star_site
comparison _site.yml @ 0:c12e291895ff draft
planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b
author | mingchen0919 |
---|---|
date | Tue, 01 May 2018 10:45:22 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c12e291895ff |
---|---|
1 name: "Aurora STAR" | |
2 output_dir: "." | |
3 navbar: | |
4 title: "Aurora STAR" | |
5 type: inverse | |
6 left: | |
7 - text: "RNA-Seq alignment" | |
8 menu: | |
9 - text: "Index genome" | |
10 href: 01_index_genome.html | |
11 - text: "Mapping" | |
12 href: 02_mapping.html | |
13 - text: "SAM to sorted BAM" | |
14 href: 03_sam_to_sorted_bam.html | |
15 - text: "Mapping evaluation" | |
16 href: 04_mapping_evaluation.html | |
17 | |
18 output: | |
19 html_document: | |
20 theme: cosmo | |
21 highlight: textmate |