Project

bio-fastqc

0.0
No commit activity in last 3 years
No release in over 3 years
ruby parser for FastQC, a quality control software for high-throughput sequencing data.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.8.0
~> 2.0
~> 0.10
~> 10.0
~> 3.12
~> 3.3
~> 3.5
~> 0.10

Runtime

~> 1.99
~> 1.99
>= 1.1.0, ~> 1.1
~> 0.19.1
 Project Readme

bio-fastqc

Build Status

A ruby parser for FastQC data.

Reqruirements

Ruby 2.0 or later

Installation

gem install bio-fastqc

Usage

require 'bio-fastqc'

# extract data from zipfile
zip_file = "/path/to/data_fastqc.zip"
data = Bio::FastQC::Data.read(zip_file)
parser = Bio::FastQC::Parser.new(data)
parser.summary

Parse FastQC data as json format by command line tool:

$ fastqc-util parse /path/to/data_fastqc.zip

Project home page

Information on the source tree, documentation, examples, issues and how to contribute, see

http://github.com/inutano/bioruby-fastqc

The BioRuby community is on IRC server: irc.freenode.org, channel: #bioruby.

Cite

If you use this software, please cite one of

Biogems.info

This Biogem is published at (http://biogems.info/index.html#bio-fastqc)

Copyright

Copyright (c) 2015 Tazro Inutano Ohta. See LICENSE.txt for further details.