Skip to content

an0nbil/pynon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pynon: Your Ultimate Bioinformatics Pipeline

Introduction

Welcome to Pynon, your ultimate bioinformatics pipeline to evaluate your work! This tool allows you to easily input your sequence and see the magic as it counts the occurrences of 'G' and 'C' in your DNA sequences.

Features

  • Counts the occurrences of 'G' and 'C' in a given sequence.
  • Simple and easy-to-use command-line interface.

Installation

To install and run Pynon, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/pynon.git
  2. Navigate to the directory:

    cd pynon
  3. Run the script:

    python main.py

Usage Guide

  1. Run the Script: Execute the script by running python main.py in your terminal.

  2. Input Your Sequence: When prompted, enter your DNA sequence. For example:

    [+] Enter your sequence:
    GCGCGTAGCTAGGCTAACG
    
  3. See the Magic: The script will count the occurrences of 'G' and 'C' in your sequence and display the results:

    [+] Your sequence has 7 G's
    [+] Your sequence has 8 C's
    
  4. Contribution

We welcome contributions! If you would like to contribute to Pynon, please fork the repository and create a pull request with your changes.

  1. Contact

For any questions or suggestions, please feel free to open an issue or contact us at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages