-
Notifications
You must be signed in to change notification settings - Fork 15
wtsi-npg/npg_seq_common
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WTSI NPG useful_modules package ------------------------------- General purpose scripts and modules used by WTSI Illumina sequencing production pipeline and manual data processing. Dependencies on other NPG Perl packages: 1. npg_tracking package https://github.com/wtsi-npg/npg_tracking 2. npg-qc package - https://github.com/wtsi-npg/npg_qc Dependencies on third party bioinformatics tools 1. bwa http://bio-bwa.sourceforge.net/ 2. samtools https://github.com/samtools/ 3. picard http://picard.sourceforge.net/ 4. cram toolkit https://github.com/jkbonfield/samtools.git 5. biobambam https://github.com/gt1/biobambam Installation: perl Build.PL --install_base your_dir ./Build ./Build installdeps --cpan_client 'cpan -i' #to install cpan dependencies, ensure cpan was built with the perl you are using for this build ./Build test ./Build install Tests where real bioinformatics tools are used are skipped by default. Set TOOLS_INSTALLED environment variable to true to run these tests. It is expected that third party executables are found on the path. Java jar files are expected to be found in a directory pointed by the CLASSPATH envronment variable.
About
Utilities for handling NGS data
Resources
Stars
Watchers
Forks
Packages 0
No packages published