Skip to content

Commit

Permalink
Update and rename README.de-DE.md to README.en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliesCodes authored Sep 5, 2022
1 parent e199722 commit 4ba376f
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.de-DE.md

This file was deleted.

69 changes: 69 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
*Read this in: [German](README.md)*
<br>
<a href="https://www.zeise-coding.de/" target="_blank">
<img align="right" src="https://github.com/CharliesCodes/CharliesCodes/blob/main/png/Logo_ZC_final_hellblau.png" alt="drawing" width="200"/>
</a>
# Bioinformatics Sequence Analysis
## Alignment algorithms with Python

This is the repo of my <a href="https://www.udemy.com/course/bioinformatik-sequenzanalyse/?referralCode=5DC0BAD516F5DE224232" target="_blank">Udemy course</a>. *Currently only available in German*<br>
Here you can find all kinds of algorithms of bioinformatics basics.<br>
If you want to understand the theory behind these programs, <a href="https://www.zeise-coding.de/kurse/" target="_blank">check out my courses</a>.<br>
<a href="https://www.zeise-coding.de/" target="_blank">On my website</a> you can find all courses and often get discounts!


## Features

- Global Alignments
- Needleman-Wunsch algorithm
- Free Alignment / Semiglobal Alignment / End-Gap Free Alignment

- Local Alignments
- Smith-Waterman Algorithm
- Multiple Sequence Alignments
- Assembly Algorithms
- De novo assembly
- Mapping assembly

## Demo


<!---
## Related
Here are some related projects
-->



## Social

<div id="header" align="center">
<div id="badges">
<a href="https://www.udemy.com/user/dominique-zeise-2/">
<img src="https://img.shields.io/badge/Udemy-A435F0?style=for-the-badge&logo=Udemy&logoColor=white" alt="Udemy Badge"/>
</a>
<a href="https://www.linkedin.com/company/zeise-coding/">
<img src="https://img.shields.io/badge/LinkedIn-45A29E?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge"/>
</a>
<a href="https://www.linkedin.com/in/dominique-zeise/">
<img src="https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge"/>
</a>
<a href="https://www.zeise-coding.de/">
<img src="https://img.shields.io/badge/-Zeise%20Coding-45A29E?style=for-the-badge" alt="Zeise Coding Blog"/>
</a>
</div>
<br>
<a href="https://www.buymeacoffee.com/zeisecoding" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
</div>


## License

<!--- [MIT](https://choosealicense.com/licenses/mit/) --->
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)



## Screenshots

0 comments on commit 4ba376f

Please sign in to comment.