Skip to content

Commit 22ed485

Browse files
fix formatting issues leading to deployment error
1 parent 1d9408d commit 22ed485

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

rosalind/10-cons.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rss_descr = "Solving Rosalind problem CONS — finding a consensus string from a
3030
> Of course, there may be more than one most common symbol,
3131
> leading to multiple possible consensus strings.
3232
>
33-
> ### DNA Strings
33+
> **DNA Strings**
3434
> ```
3535
> A T C C A G C T
3636
> G G G C A A C T
@@ -41,17 +41,19 @@ rss_descr = "Solving Rosalind problem CONS — finding a consensus string from a
4141
> A T G G C A C T
4242
> ```
4343
>
44-
> ### Profile
44+
> **Profile**
4545
> ```
4646
> A 5 1 0 0 5 5 0 0
4747
> C 0 0 1 4 2 0 6 1
4848
> G 1 1 6 3 0 1 0 0
4949
> T 1 5 0 0 0 1 1 6
5050
> ```
5151
>
52-
> ### Consensus
53-
> ```A T G C A A C T```
54-
>
52+
> **Consensus**
53+
> `
54+
> A T G C A A C T
55+
> `
56+
>
5557
> **Given:**
5658
> A collection of at most 10 DNA strings of equal length (at most 1 kbp) in FASTA format.
5759
>
@@ -60,7 +62,7 @@ rss_descr = "Solving Rosalind problem CONS — finding a consensus string from a
6062
> (If several possible consensus strings exist,
6163
> then you may return any one of them.)
6264
>
63-
> **Sample Dataset***
65+
> **Sample Dataset**
6466
>
6567
> ```
6668
> >Rosalind_1

0 commit comments

Comments
 (0)