rdpstaff / fungene_pipeline

Scripts and resources for analyzing sequence data for select eco-functional genes
19 stars 11 forks source link

Functional Gene Pipeline Scripts

Intro...

Functional Gene Pipeline Scripts contains a set of python scripts that allows to run one or more individual tools offered by RDP FunGene Pipeline (http://fungene.cme.msu.edu). These tools are offered a modular fashion allowing researchers to choose the appropriate subset based on their needs.

Setup

Required Software

Configuration

The path to the programs and resources are specfied in file config.ini. Modify the example config_skel.ini and rename it as config.ini.

Usage

The directory examplefiles contains the following files:

Getting Started

If you are using multiple input files, you can separate them by commas or use *.ext to use all files with the same extension. All of the results will be in the output_dir folder.

Pipeline with command and options file

Interactive Python

What's include in the Package