All Projects → genometools → Genometools

genometools / Genometools

Licence: other
GenomeTools genome analysis system.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Genometools

companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-88.71%)
Mutual labels:  bioinformatics, annotation, genomics, genome
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+1192.47%)
Mutual labels:  bioinformatics, genomics, genome
Ribbon
A genome browser that shows long reads and complex variants better
Stars: ✭ 184 (-1.08%)
Mutual labels:  bioinformatics, genomics, genome
Scaff10X
Pipeline for scaffolding and breaking a genome assembly using 10x genomics linked-reads
Stars: ✭ 21 (-88.71%)
Mutual labels:  bioinformatics, genomics, genome
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-70.43%)
Mutual labels:  bioinformatics, genomics, genome
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+438.71%)
Mutual labels:  bioinformatics, genomics, genome
Bedops
🔬 BEDOPS: high-performance genomic feature operations
Stars: ✭ 215 (+15.59%)
Mutual labels:  bioinformatics, toolkit, genomics
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (+39.25%)
Mutual labels:  bioinformatics, annotation, genomics
GenomeAnalysisModule
Welcome to the website and github repository for the Genome Analysis Module. This website will guide the learning experience for trainees in the UBC MSc Genetic Counselling Training Program, as they embark on a journey to learn about analyzing genomes.
Stars: ✭ 19 (-89.78%)
Mutual labels:  bioinformatics, genomics, genome
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (+40.32%)
Mutual labels:  bioinformatics, genomics, genome
Dram
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 47 (-74.73%)
Mutual labels:  bioinformatics, annotation, genomics
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-29.57%)
Mutual labels:  library, toolkit
Hts Nim
nim wrapper for htslib for parsing genomics data files
Stars: ✭ 132 (-29.03%)
Mutual labels:  bioinformatics, genomics
Octopus
Bayesian haplotype-based mutation calling
Stars: ✭ 131 (-29.57%)
Mutual labels:  bioinformatics, genomics
Augustus
Genome annotation with AUGUSTUS
Stars: ✭ 129 (-30.65%)
Mutual labels:  annotation, genome
Hifiasm
Hifiasm: a haplotype-resolved assembler for accurate Hifi reads
Stars: ✭ 134 (-27.96%)
Mutual labels:  bioinformatics, genomics
Artemis
Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
Stars: ✭ 135 (-27.42%)
Mutual labels:  bioinformatics, genomics
Awesome Bioinformatics Benchmarks
A curated list of bioinformatics bench-marking papers and resources.
Stars: ✭ 142 (-23.66%)
Mutual labels:  bioinformatics, genomics
Biomartr
Genomic Data Retrieval with R
Stars: ✭ 144 (-22.58%)
Mutual labels:  genomics, genome
Masurca
Stars: ✭ 128 (-31.18%)
Mutual labels:  bioinformatics, genome

GenomeTools Build Status

The GenomeTools genome analysis system is a free collection of bioinformatics tools (in the realm of genome informatics) combined into a single binary named gt. It is based on a C library named libgenometools which contains a wide variety of classes for efficient and convenient implementation of sequence and annotation processing software.

Overview

If you are interested in gene prediction, have a look at GenomeThreader.

Platforms

GenomeTools has been designed to run on every POSIX compliant UNIX system, for example, Linux, Mac OS X, and OpenBSD.

Building and Installation

Debian (testing) and Ubuntu (raring and later) users can install the most recent stable version simply using apt, e.g.

% apt-get install genometools

to install the gt executable. To install the library and development headers, use

% apt-get install libgenometools0 libgenometools0-dev

instead.

Source tarballs are available from GitHub. For instructions on how to build the source by yourself, have a look at the INSTALL file. In most cases (e.g. on a 64-bit Linux system) something like

$ make -j4

should suffice. On 32-bit systems, add the 32bit=yes option. Add cairo=no if you do not have the Cairo libraries and their development headers installed. This will, however, remove AnnotationSketch support from the resulting binary. When your binary has been built, use the install target and prefix option to install the compiled binary on your system. Make sure you repeat all the options from the original make run. So

$ make -j4 install prefix=~/gt

would install the software in the gt subdirectory in the current user's home directory. If no prefix option is given, the software will be installed system-wide (requires root access).

Contributing

GenomeTools uses a collective code construction contract for contributions (and the process explains how to submit a patch). Basically, just fork this repository on GitHub, start hacking on your own feature branch and submit a pull request when you are ready. Our recommended coding style is explained in the developer's guide (among other technical guidelines).

To report a bug, ask a question, or suggest new features, use the GenomeTools issue tracker.

If you only have a small question and a gitter.im account, you can check [Gitter chat] (https://gitter.im/genometools/genometools) if one of the developers is online.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].