jeffreyhanson / ngs-tools

Tools for Next Generation Sequencing data

Home Page:https://hub.docker.com/r/jeffreyhanson/ngs-tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Build Status License: GPL v3

Tools for Next Generation Sequencing data

Overview

This repository contains instructions for building a Docker container with some tools for processing Next Generation Sequencing data.

Usage

To download the image, execute the following command in the terminal:

docker pull "jeffreyhanson/ngs-tools:latest"

Software

Name Version Description
fastp 2.2.5 An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting...)
FastQC 0.11.8 A quality control tool for high throughput sequence data.
Velvet 1.2.10 Sequence assembler for very short reads
VelvetOptimizer 2.2.5 VelvetOptimiser is a multi-threaded Perl script for automatically optimising the three primary parameter options (K, -exp_cov, -cov_cutoff) for the Velvet de novo sequence assembler

About

Tools for Next Generation Sequencing data

https://hub.docker.com/r/jeffreyhanson/ngs-tools/

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%