## Welcome to Fadapa FAstqc DAta PArser - The Easiest way to parse FastQC results.
[](http://travis-ci.org/fadapa/fadapa/) [](https://coveralls.io/r/fadapa/fadapa?branch=master) [](https://pypi.python.org/pypi/fadapa/) [](https://pypi.python.org/pypi/fadapa/)
## Installation
Recomended way to install is using pip
pip install fadapa
Alternatively you can install 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
# 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_module(‘module name’))
#get cleaned data of any module print(f.clean_data(‘module name’))
## Author
[Anand Reddy Pandikunta](http://www.avilpage.com)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fadapa-0.3.tar.gz.
File metadata
- Download URL: fadapa-0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dd169119b25809536b063c2d6806d8b1af0e335d8c8744d59ab09f147bf1efe
|
|
| MD5 |
9b01b05c20385aac2fe60eb6ea846b4c
|
|
| BLAKE2b-256 |
77cc5fe52958c1122facca97836dadac5230125ca54a9a16e2204bc0c425da1c
|