Skip to content

Commit b3f0d74

Browse files
change quotes to fix error
1 parent 22ed485 commit b3f0d74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rosalind/10-cons.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ rss_descr = "Solving Rosalind problem CONS — finding a consensus string from a
5050
> ```
5151
>
5252
> **Consensus**
53-
> `
54-
> A T G C A A C T
55-
> `
56-
>
53+
> `A T G C A A C T`
54+
>
5755
> **Given:**
5856
> A collection of at most 10 DNA strings of equal length (at most 1 kbp) in FASTA format.
5957
>

0 commit comments

Comments
 (0)