Mercurial > repos > mingchen0919 > aurora_deseq2_site
comparison DESeq_site.yml @ 0:6f94b4b9de44 draft
planemo upload
author | mingchen0919 |
---|---|
date | Tue, 27 Feb 2018 23:57:53 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6f94b4b9de44 |
---|---|
1 name: "Analysis Report" | |
2 output_dir: "../_site" | |
3 navbar: | |
4 title: "" | |
5 type: inverse | |
6 left: | |
7 - text: "Home" | |
8 icon: fa-home | |
9 href: index.html | |
10 - text: "DESeqDataSet" | |
11 href: DESeq_01.html | |
12 - text: "Pre-filtering" | |
13 href: DESeq_02.html | |
14 - text: "Data" | |
15 href: DESeq_03.html | |
16 - text: "Sample distance" | |
17 href: DESeq_04.html | |
18 output: | |
19 html_document: | |
20 theme: cosmo | |
21 highlight: textmate |