From 6844a4c06cfc19b911c62ae9bd724af7593545a2 Mon Sep 17 00:00:00 2001
From: ACID Design Lab <82499756+acid-design-lab@users.noreply.github.com>
Date: Sat, 8 Jun 2024 01:31:44 +0300
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f514865..760b8c7 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
What do you need to do? :computer:
- 1. Choose the tasks.
Sequence classification, uptake quantitative prediction, or sequence generation.
+ 1. Choose the tasks.
Sequence classification, uptake quantitative prediction, or sequence generation.
a) Sequence classification* is the easiest task, where you need to develop the model differentiating between CPP and non-CPP sequences based on the sequence. The main problem is such models do not inherently allow to find the best CPP sequences. Additional algorithm for sequence generation should be developed to discover novel CPP sequences.