From 7a561ed3a98e1fff0cb725f3684027705ad6a3b6 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Fri, 18 Oct 2024 11:56:11 +0200 Subject: [PATCH] 'Added ex3.md file;' --- ex3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ex3.md diff --git a/ex3.md b/ex3.md new file mode 100644 index 0000000..24e9fab --- /dev/null +++ b/ex3.md @@ -0,0 +1,11 @@ +Wee need to upload some results to Rosalind to check how it works. We cannot +currently upload the solution for "Finding All Similar Motifs" problem because +wee need to solve some earlier problems. + +Thus, our job now is to: + +* write a class to solve this problem https://rosalind.info/problems/dna/ +* use already existing class (e.g. Sequence) which reads FASTA file +* upload the results in Rosalind to check whether it works. On the bottom + of the https://rosalind.info/problems/dna/ page there is a button + "Download dataset" \ No newline at end of file