Skip to content

A python tool for identify rRNA gene in plant genome.

License

Notifications You must be signed in to change notification settings

SouthernCD/rRNAFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rRNAFinder

rRNAFinder is a Python tool designed to identify rRNA genes in the genome.

Installation

This package relies on NCBI BLAST and BLAT. Please ensure these are installed prior to installing rRNAFinder.

To install rRNAFinder using pip, use the following command:

pip install rRNAFinder

Usage

usage: rRNAFinder [-h] [-s {plants,animals,fungi,bacteria}] [-l LOG_FILE] [-o OUTPUT_DIR] fasta_file

Identify rRNA genes in the genome

positional arguments:
  fasta_file            a fasta file

optional arguments:
  -h, --help            show this help message and exit
  -s {plants,animals,fungi,bacteria}, --species {plants,animals,fungi,bacteria}
  -l LOG_FILE, --log_file LOG_FILE
                        path for log file (default: None)
  -o OUTPUT_DIR, --output_dir OUTPUT_DIR
                        output prefix (default: rRNA_finder)

Currently only plants genomes are supported

About

A python tool for identify rRNA gene in plant genome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages