FAstqc DAta PArser - A minimal parser to parse FastQC output data in Python
Project description
Welcome to Fadapa
FAstqc DAta PArser - The Easiest way to parse FastQC results.
Installation
1. Recomended way to install is using pip
pip install fadapa
2. Alternatively you can install with esay_install
easy_install fadapa
3. 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'))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fadapa-0.3.1.tar.gz
(3.3 kB
view details)
File details
Details for the file fadapa-0.3.1.tar.gz.
File metadata
- Download URL: fadapa-0.3.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceedb07c58d93bb8c3b61c8eea5e9fe2ede6f90e6cfab9f471a3c201fd54de91
|
|
| MD5 |
4924717f0a02c1fa9fb8985970d59bf0
|
|
| BLAKE2b-256 |
15999b7582959c2c64c06477d74adc03dfbd7b6575c92507b1efcc57072b41ea
|