Skip to content

Commit 7e5190e

Browse files
committed
content updated
1 parent 7154833 commit 7e5190e

File tree

1 file changed

+33
-30
lines changed

1 file changed

+33
-30
lines changed

README.md

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,29 @@
3838
<!-- TABLE OF CONTENTS -->
3939
<details align="center">
4040
<summary><h3 >Table of Contents</h3></summary>
41-
<ol align="center">
41+
<ol align="left">
4242
<li>
43-
<a href="#about-the-project">About The Project</a>
43+
<a href="##tutorial-question">Tutorial Question</a>
4444
<ul>
45-
<li><a href="#built-with">Built With</a></li>
45+
<li><a href="#set-a">Set-A</a></li>
46+
<li><a href="#set-b">Set-B</a></li>
4647
</ul>
4748
</li>
4849
<li>
49-
<a href="#getting-started">Getting Started</a>
50+
<a href="#bio-informatics-lab">Bio-Informatics Lab</a>
5051
<ul>
51-
<li><a href="#prerequisites">Prerequisites</a></li>
52-
<li><a href="#installation">Installation</a></li>
52+
<li><a href="#dna-counting">DNA Counting</a></li>
53+
<li><a href="#dna-complementary">DNA complementary</a></li>
54+
<li><a href="#rna-complementary">RNA complementary</a></li>
55+
<li><a href="#dna-reversal">DNA Reversal</a></li>
56+
<li><a href="#dna-transcription">DNA Transcription</a></li>
57+
<li><a href="#smith-waterman-algorithm">Smith WaterMan Algorithm</a></li>
58+
<li><a href="#needleman-algorithm">Beedleman Algorithm</a></li>
59+
<li><a href="#edit-distance">Edit Distance</a></li>
60+
<li><a href="#edit-distance">Edit Distance</a></li>
61+
<li><a href="#partial-digest-problem">Partial Digest Problem</a></li>
5362
</ul>
5463
</li>
55-
<li><a href="#usage">Usage</a></li>
56-
<li><a href="#roadmap">Roadmap</a></li>
5764
<li><a href="#contributing">Contributing</a></li>
5865
<li><a href="#license">License</a></li>
5966
<li><a href="#contact">Contact</a></li>
@@ -64,10 +71,6 @@
6471

6572

6673
<!-- ABOUT THE PROJECT -->
67-
## About The Project
68-
69-
[![Product Name Screen Shot][product-screenshot]](https://mamutalib.github.io/Bio-informatics)
70-
7174
## Tutorial Question
7275
#### Set-A
7376
> <img src="images/TT1-Set-A.jpg" alt="SET-A" title="Bioinformatics Tutorial-1 set A" />
@@ -742,17 +745,20 @@ main()
742745
<!-- GETTING STARTED -->
743746
## Getting Started
744747

745-
This is an example of how you may give instructions on setting up your project locally.
746-
To get a local copy up and running follow these simple example steps.
748+
To get a `local copy` up and running, follow these simple steps:
749+
750+
747751

748752
### Installation
749753

750-
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
754+
_This repo doesn't rely on any external dependencies or services. You can clone the repository by running the following command in your terminal:_
755+
756+
1.Clone the repo
757+
758+
```
759+
git clone https://github.com/mamutalib/Bio-informatics.git
760+
```
751761

752-
1. Clone the repo
753-
```sh
754-
git clone https://github.com/mamutalib/Bio-informatics.git
755-
```
756762

757763
<p align="right">(<a href="#readme-top">back to top</a>)</p>
758764

@@ -762,16 +768,13 @@ _Below is an example of how you can instruct your audience on installing and set
762768
<!-- CONTRIBUTING -->
763769
## Contributing
764770

765-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
766-
767-
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
768-
Don't forget to give the project a star! Thanks again!
771+
Contributions to this project are greatly appreciated. If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". **Don't forget to give the project a star**! Thanks again!
769772

770773
1. Fork the Project
771-
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
772-
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
773-
4. Push to the Branch (`git push origin feature/AmazingFeature`)
774-
5. Open a Pull Request
774+
2. Create your Feature Branch (`git checkout -b feature/YourFeatureName`)
775+
3. Commit your Changes (`git commit -m 'Add some YourFeatureName`)
776+
4. Push to the Branch (`git push origin feature/YourFeatureName`)
777+
5. Open a `Pull Request`
775778

776779
<p align="right">(<a href="#readme-top">back to top</a>)</p>
777780

@@ -780,7 +783,7 @@ Don't forget to give the project a star! Thanks again!
780783
<!-- LICENSE -->
781784
## License
782785

783-
Distributed under the MIT License. See `LICENSE.txt` for more information.
786+
Distributed under the MIT License. See [`LICENSE.txt`](./LICENSE.txt) for more information.
784787

785788
<p align="right">(<a href="#readme-top">back to top</a>)</p>
786789

@@ -789,7 +792,7 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
789792
<!-- CONTACT -->
790793
## Contact
791794

792-
Md. Abdul Mutalib - [Twitter](https://twitter.com/mamutalibcse) - mutalibcse@yahoo.com
795+
Md. Abdul Mutalib - [Twitter](https://twitter.com/m_a_mutalib) - mutalibcse@yahoo.com
793796

794797
Project Link: [https://github.com/mamutalib/Bio-informatics](https://github.com/mamutalib/Bio-informatics)
795798

@@ -800,7 +803,7 @@ Project Link: [https://github.com/mamutalib/Bio-informatics](https://github.com/
800803
<!-- ACKNOWLEDGMENTS -->
801804
## Acknowledgments
802805

803-
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
806+
I gratefully acknowledge the valuable resources and tools that have helped me in my development work. These include `open source licenses`, `cheat sheets`, `shields` and `icons`, and `platforms`. Thank you to the developers and organizations who have contributed to the development community.
804807

805808
* [Choose an Open Source License](https://choosealicense.com)
806809
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)

0 commit comments

Comments
 (0)