diff --git a/HW4_Sapozhnikov/README.md b/HW4_Sapozhnikov/README.md new file mode 100644 index 0000000..8a4222d --- /dev/null +++ b/HW4_Sapozhnikov/README.md @@ -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 \ No newline at end of file diff --git a/HW4_Sapozhnikov/prototool.py b/HW4_Sapozhnikov/prototool.py new file mode 100644 index 0000000..98ca0a0 --- /dev/null +++ b/HW4_Sapozhnikov/prototool.py @@ -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 \ No newline at end of file