Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
/ gtetools Public archive

Command line tools for working with various gene annotation formats.

License

Notifications You must be signed in to change notification settings

bow/gtetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ archived

I am no longer working on this repository and have therefore decided to archive it.

gtetools

Build Status

gtetools is a suite of command line tools for working with various gene annotation formats.

Installation

Since gtetools is still in alpha, please follow the development setup instructions below.

Development Setup

gtetools is written in the Rust programming language (v1.19 or above). If you do not have the Rust toolchain installed yet, you will need to install it. The Rust official installation guide is easy to follow and should get you going in no time.

If you already have toolchain installed, ensure that you are at least on version 1.18 and execute the following commands:

# Clone the repository and cd into it
$ git clone https://github.com/bow/gtetools.git
$ cd gtetools

# Install the dependencies
$ cargo update

# Run the test suite (if you want to play around with the code)
$ cargo test

# Build the release version (to ./target/release/gtetools)
$ cargo build --release

License

gtetools is licensed under the BSD license.

About

Command line tools for working with various gene annotation formats.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages