All Projects → MariaNattestad → Ribbon

MariaNattestad / Ribbon

Licence: mit
A genome browser that shows long reads and complex variants better

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ribbon

Scaff10X
Pipeline for scaffolding and breaking a genome assembly using 10x genomics linked-reads
Stars: ✭ 21 (-88.59%)
Mutual labels:  bioinformatics, genomics, genome
Genometools
GenomeTools genome analysis system.
Stars: ✭ 186 (+1.09%)
Mutual labels:  bioinformatics, 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 (+1206.52%)
Mutual labels:  bioinformatics, genomics, genome
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-70.11%)
Mutual labels:  bioinformatics, genomics, genome
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-88.59%)
Mutual labels:  bioinformatics, genomics, genome
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (+41.85%)
Mutual labels:  bioinformatics, genomics, genome
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.67%)
Mutual labels:  bioinformatics, genomics, genome
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+444.57%)
Mutual labels:  bioinformatics, genomics, genome
Masurca
Stars: ✭ 128 (-30.43%)
Mutual labels:  bioinformatics, genome
Hts Nim
nim wrapper for htslib for parsing genomics data files
Stars: ✭ 132 (-28.26%)
Mutual labels:  bioinformatics, genomics
Roary
Rapid large-scale prokaryote pan genome analysis
Stars: ✭ 176 (-4.35%)
Mutual labels:  bioinformatics, genomics
Somalier
fast sample-swap and relatedness checks on BAMs/CRAMs/VCFs/GVCFs... "like damn that is one smart wine guy"
Stars: ✭ 128 (-30.43%)
Mutual labels:  bioinformatics, genomics
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-32.61%)
Mutual labels:  bioinformatics, genomics
Octopus
Bayesian haplotype-based mutation calling
Stars: ✭ 131 (-28.8%)
Mutual labels:  bioinformatics, genomics
Kmer Cnt
Code examples of fast and simple k-mer counters for tutorial purposes
Stars: ✭ 124 (-32.61%)
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 (-26.63%)
Mutual labels:  bioinformatics, genomics
Hgvs
Python library to parse, format, validate, normalize, and map sequence variants. `pip install hgvs`
Stars: ✭ 138 (-25%)
Mutual labels:  bioinformatics, genomics
Circlator
A tool to circularize genome assemblies
Stars: ✭ 121 (-34.24%)
Mutual labels:  bioinformatics, genomics
Hifiasm
Hifiasm: a haplotype-resolved assembler for accurate Hifi reads
Stars: ✭ 134 (-27.17%)
Mutual labels:  bioinformatics, genomics
Goleft
goleft is a collection of bioinformatics tools distributed under MIT license in a single static binary
Stars: ✭ 175 (-4.89%)
Mutual labels:  bioinformatics, genomics

Ribbon

Please cite our preprint on the BioRxiv: https://www.biorxiv.org/content/early/2016/10/20/082123

Ribbon gallery

Ribbon is an interactive web visualization tool for viewing genomic alignments of short/long reads or assembled contigs to any reference genome.

Ribbon is available online at genomeribbon.com and can even read large bam files straight from your computer without a local install.

Local deployment

If you need to deploy Ribbon locally, here are the steps:

  1. Clone this repository: git clone https://github.com/marianattestad/ribbon

  2. Open index.html in your browser

That is the entire installation process for Ribbon. Don't you love web applications?

Development

To develop new features in Ribbon:

  1. Install npm if you don't already have it.

  2. Clone this repository and build it:

    git clone https://github.com/marianattestad/ribbon
    cd ribbon
    npm install
    npm run build
    
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].