taprati / featureFinder

Work in Progress. A rust command line tool to parse gff files according to specific criteria.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Finder

WORK IN PROGRESS!

This is a rust command line application to parse gff files according to specific criteria. I am using this to learn how to create rust command line tools. Some of this project will probably end up being over engineered for the sake of learning.

Description:

This is a tool to parse gff files according to criteria.

General Usage:

featureFinder -i file.gff -o output.txt -c chromosome -t type -s startindex -e endindex

About

Work in Progress. A rust command line tool to parse gff files according to specific criteria.


Languages

Language:Rust 100.0%