Fadapa
FAstqc DAta PArser - A minimal parser to parse FastQC output data.
Install / Use
/learn @ChillarAnand/FadapaREADME
Welcome to Fadapa
FAstqc DAta PArser - The Easiest way to parse FastQC results.
|Build| |Coverage|
Demo
Check out this iPython Notebook <http://nbviewer.ipython.org/github/fadapa/fadapa/blob/master/demo/Parsing%20FastQC%20Output%20Data%20With%20Fadapa!.ipynb/>_ for demo.
Installation
-
Recomended way to install is using
pip::pip install fadapa
-
Alternatively you can install with
esay_install::easy_install fadapa
-
You can also install from Github source code. ::
cd git clone https://github.com/fadapa/fadapa.git cd fadapa python setup.py install
Usage
.. code-block:: python
# import fadapa
from fadapa import Fadapa
#load file
f = Fadapa('/path/to/fastqc_output_file.txt')
#get file name
print(f.file_name)
#get entire content
print(f.content())
#get all module names and their status
print(f.summary())
#get raw data of any module
print(f.raw_data('module name'))
#get cleaned data of any module
print(f.clean_data('module name'))
.. |Build| image:: https://api.travis-ci.org/fadapa/fadapa.png?branch=master :target: http://travis-ci.org/fadapa/fadapa/ .. |Coverage| image:: https://coveralls.io/repos/fadapa/fadapa/badge.png?branch=master :target: https://coveralls.io/r/fadapa/fadapa?branch=master
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
99.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
344.4kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
