BIE::App::PacBio - An application for QC of PacBio CCS sequencing data.
It is very easy to use. After installation, just call "CCSQC.pl" followed by path of bas.h5 file.
CCSQC.pl pacbio.bas.h5
This module installs an application (or more in future) to check sequencing data quality produced by PacBio RS system. PacBio RS is a 3rd-generation sequencing technology which presents novel exciting features. Here this module summarizes our experiences in dealing with PacBio data. Currently it diggs raw data and shows interesting figures for researchers to have ideas about data quality. Besides the usage mentioned above, user could also utilize functions in this package in order to customize scripts for particular questions.
There are two ways to install BIE::App::PacBio. User could install it in a working directory, which is the usual way for many researchers who have no hardware rights; another option is for administrator to install it for all users.
Unfortunately, as every software, there may be some annoying installations you must have prior to using this module. They could all get installed with "cpan".
Start a terminal, type "cpan" and press return, then type "install BIE::App::PacBio". That's it.
Following is simple introduction of involved attributes and methods in this module. Users don't have to know these unless tweaking is wanted.
There is an example data here.
Xin Zheng, <zhengxin@mail.nih.gov>
Copyright (C) 2012 by LIB/SAIC-Frederick at Frederick National Laboratory for Cancer Research.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.
By the way, FNL has no responsibility for any unexpected result related with BIE::App::PacBio. The only one to be blamed is listed above.