All Projects → robertaboukhalil → Fastq.bio

robertaboukhalil / Fastq.bio

Licence: mit
An interactive web tool for quality control of DNA sequencing data

Projects that are alternatives of or similar to Fastq.bio

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 (+3063.16%)
Mutual labels:  bioinformatics, genomics, sequencing
plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (-64.47%)
Mutual labels:  bioinformatics, genomics, sequencing
Sequenceserver
Intuitive local web frontend for the BLAST bioinformatics tool
Stars: ✭ 198 (+160.53%)
Mutual labels:  bioinformatics, genomics, sequencing
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 (+77.63%)
Mutual labels:  bioinformatics, genomics, sequencing
Gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 67 (-11.84%)
Mutual labels:  bioinformatics, genomics, sequencing
Hgvs
Python library to parse, format, validate, normalize, and map sequence variants. `pip install hgvs`
Stars: ✭ 138 (+81.58%)
Mutual labels:  bioinformatics, genomics, sequencing
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-27.63%)
Mutual labels:  bioinformatics, genomics, sequencing
Ariba
Antimicrobial Resistance Identification By Assembly
Stars: ✭ 96 (+26.32%)
Mutual labels:  bioinformatics, genomics, sequencing
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+968.42%)
Mutual labels:  bioinformatics, genomics, sequencing
gff3toembl
Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
Stars: ✭ 27 (-64.47%)
Mutual labels:  bioinformatics, genomics, sequencing
Aioli
Framework for building fast genomics web tools with WebAssembly and WebWorkers
Stars: ✭ 51 (-32.89%)
Mutual labels:  webassembly, wasm, genomics
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+1218.42%)
Mutual labels:  bioinformatics, genomics, sequencing
Circlator
A tool to circularize genome assemblies
Stars: ✭ 121 (+59.21%)
Mutual labels:  bioinformatics, genomics, sequencing
Roary
Rapid large-scale prokaryote pan genome analysis
Stars: ✭ 176 (+131.58%)
Mutual labels:  bioinformatics, genomics, sequencing
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (+32.89%)
Mutual labels:  bioinformatics, genomics, sequencing
saffrontree
SaffronTree: Reference free rapid phylogenetic tree construction from raw read data
Stars: ✭ 17 (-77.63%)
Mutual labels:  bioinformatics, genomics, sequencing
Genomicsqlite
Genomics Extension for SQLite
Stars: ✭ 90 (+18.42%)
Mutual labels:  bioinformatics, genomics, sequencing
block-aligner
SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
Stars: ✭ 58 (-23.68%)
Mutual labels:  bioinformatics, webassembly, wasm
Awesome Sequencing Tech Papers
A collection of publications on comparison of high-throughput sequencing technologies.
Stars: ✭ 21 (-72.37%)
Mutual labels:  bioinformatics, genomics, sequencing
Sns
Analysis pipelines for sequencing data
Stars: ✭ 43 (-43.42%)
Mutual labels:  bioinformatics, genomics, sequencing

fastq.bio

An interactive web tool that generates quality reports from DNA sequencing data without leaving the browser, powered by WebAssembly.

Screenshot

Screenshot

How to use fastq.bio

You can use the hosted version at fastq.bio.

Or, to run fastq.bio locally:

npm install
npm run build

and open the index.html file in your browser.

How it works

  • To generate the QC report, fastq.bio runs the C tool fastp directly in the browser using WebAssembly. For details about the compilation from C to WebAssembly, see the biowasm project.
  • fastq.bio uses the aioli library to run the WebAssembly module in a WebWorker, and handles mounting user files to a virtual file system.
  • For details about how WebAssembly can in some cases be a powerful tool for speeding up web apps, see my Smashing Magazine article.
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].