Quality control tools for NGS alignment file
Project description
Version 0.5.4
Installation guide for BAMQC for from source installs
- Prerequisites:
python2.7
R (corrplot package)
GCC 4.8.1 or greater (Linux), Xcode 4.2 or greater (MacOSX)
Below is an example of installing BAMQC on Linux system using BASH. You need to change ‘–prefix’ directory, PYTHONPATH and PATH accordingly
tar zxf BAMQC-VERSION.tar.gz cd BAMQC-VERSION
To install BAMQC at the system level (which will require root privileges):
python setup.py install
To install BAMQC in a custom location (e.g. /home/user/BAMQC):
export PYTHONPATH=/home/user/BAMQC/lib/python2.7/site-packages:$PYTHONPATH. # This sets up PYTHONPATH so that BAMQC knows where to install, later import, BAMQC modules. export PATH=/home/user/BAMQC/bin:$PATH # This sets up PATH, so that system knows where to find the executable file. python setup.py install --prefix=/home/user/BAMQC # This will install BAMQC at the user specified location (/home/user/BAMQC)
NOTE:
To produce graphical outputs, R (and the corrplot R package) must be installed.
If the installation failed with error like: /usr/bin/ld: cannot find -lz, you may need to install a shared zlib library on your system.
Contacts
Ying Jin: yjin@cshl.edu
Acknowledgements goes to
Samtools and pysam contributors
Molly Hammell and members of her laboratory at Cold Spring Harbor Laboratory
Users’ valuable feedback
Copying & distribution
BAMQC is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with BAMQC. If not, see this website.
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
File details
Details for the file BAMQC-0.5.5.tar.gz
.
File metadata
- Download URL: BAMQC-0.5.5.tar.gz
- Upload date:
- Size: 55.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cc43706db29233a9a1294ba15edac462a43d52ed906b448f490e3589c4ac8ab |
|
MD5 | 8c91dd044ae1bf24fa67cba6a8538477 |
|
BLAKE2b-256 | ca52e0412452e3c39360509a5e18ee4ee6334109293e5dfc65552fddc75faa11 |