Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions HW4_Sapozhnikov/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# HW 4. Functions 2
> *This is the repo for the fourth homework of the BI Python 2023 course*

### Title

### Overview

### Usage

### Options

### Examples

### Troubleshooting

### Contacts

Feel free to report any bugs and problems encountered.
Email: nikita.sapozhnikov1@gmail.com
16 changes: 16 additions & 0 deletions HW4_Sapozhnikov/prototool.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
def main():
"""
an entry point to the tool

This tool provides the following functionality:
- local alignment of two sequences
- ...

To get started choose one of the possible programms to run:
1. Local alignment
Enter two protein sequences in 1- letter encoding. The code will return alignment scores and
sequences aligned on each other.
2. ...

"""
pass