Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2984e9a

Browse files
Merge branch 'master' into 'master'
Merge master branch of project (id = 116673) into master branch of project (id = 199877) See merge request students/A7_DNA_Analyzer_1.ID_795270/werewolf_student.21_school.ru/A7_DNA_Analyzer_1-0!1
2 parents d7b1435 + 565a0c3 commit 2984e9a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎README.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Implementation of the DNA Analyzer project.
1616
3.4. [Part 4](#part-4-k-similar-strings)
1717
3.5. [Part 5](#part-5-bonus-minimum-window-substring)
1818

19+
1920
## Chapter I
2021

2122
![Classical bioinformatics problems](misc/images/DNA_Analyzer.JPG)
@@ -28,7 +29,8 @@ No one in the Applied Bioinformatics Research department, despite Eve's expectat
2829
## Introduction
2930

3031
In this project you will be introduced to the classical bioinformatics problems of substring search and sequence alignment, as well as other string processing algorithms.
31-
32+
33+
3234
## Chapter II
3335

3436
## Information
@@ -74,6 +76,7 @@ For learning purposes, we can assume that the goal of alignment is to maximize t
7476
7577
Advanced versions of this algorithm use similarity matrices, where the score of matches and mismatches can be different for different pairs of characters.
7678

79+
7780
## Chapter III
7881

7982
**General** instructions for all parts:
@@ -100,7 +103,7 @@ AAGCCTCAATAAAGCTT
100103

101104
Output example:
102105
```
103-
65 9150 9182
106+
65 9150
104107
```
105108

106109
#### Execution time and memory consumption check

‎README_RUS.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
3.1. [Part 1](#part-1-реализация-проекта-exact-dna-search)
1414
3.2. [Part 2](#part-2-реализация-проекта-nw-sequence-alignment)
1515
3.3. [Part 3](#part-3-соответствие-регулярным-выражениям)
16-
3.4. [Part 4](#part-4-к-подобные-строки)
16+
3.4. [Part 4](#part-4-k-подобные-строки)
1717
3.5. [Part 5](#part-5-дополнительно-минимальная-оконная-подстрока)
1818

1919

@@ -98,7 +98,7 @@ AAGCCTCAATAAAGCTT
9898

9999
Пример выхода:
100100
```
101-
65 9150 9182
101+
65 9150
102102
```
103103

104104
#### Проверка времени выполнения и потребления памяти

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /