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

A ruby parser for FastQC data.

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

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

A ruby parser for FastQC data.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 10 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.md

bio-fastqc

Build Status

A ruby parser for FastQC data.

Reqruirements

Ruby 2.0 or later

Installation

sh gem install bio-fastqc

Usage

```ruby require 'bio-fastqc'

extract data from zipfile

zipfile = "/path/to/datafastqc.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:

sh $ 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.

Owner

  • Name: Tazro Inutano Ohta
  • Login: inutano
  • Kind: user
  • Location: Tokyo
  • Company: @DBCLS

#WeAreHackersWeDance

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 149
  • Total Committers: 1
  • Avg Commits per committer: 149.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Tazro Inutano Ohta i****o@g****m 149

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • rubygems 127,766 total
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 2
    (may contain duplicates)
  • Total versions: 54
  • Total maintainers: 1
gem.coop: bio-fastqc

ruby parser for FastQC, a quality control software for high-throughput sequencing data.

  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 63,883 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 4.1%
Downloads: 12.3%
Maintainers (1)
Last synced: 7 months ago
rubygems.org: bio-fastqc

ruby parser for FastQC, a quality control software for high-throughput sequencing data.

  • Versions: 27
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 63,883 Total
Rankings
Dependent packages count: 7.7%
Downloads: 12.1%
Dependent repos count: 15.4%
Average: 19.3%
Stargazers count: 29.4%
Forks count: 31.6%
Maintainers (1)
Last synced: 7 months ago