From Genome Analysis Wiki
Jump to navigationJump to search
319 bytes removed
, 00:13, 2 November 2010
Line 1: |
Line 1: |
| == Where to find the fastqFile Library and the FastQValidator == | | == Where to find the fastqFile Library and the FastQValidator == |
− | The released version of fastQFile and FastQValidator code can be downloaded at: http://www.sph.umich.edu/csg/mktrost/fastQFile/
| + | They are now released as part of the statgen software. Which can be downloaded at: http://genome.sph.umich.edu/wiki/Software#Download |
| | | |
− | == FastQFile Library for Reading and Validating FastQFiles == | + | == FASTQ Library Component for Reading and Validating FastQFiles == |
| The software reads and validates fastq files in both compressed and uncompressed formats. | | The software reads and validates fastq files in both compressed and uncompressed formats. |
| | | |
− | The library is found in pipeline/bam, and is called libfqf.a. | + | The FASTQ component of the library is found in statgen/lib/fastq. |
− | | |
− | This library is dependent on two other libraries, [[C++ Library: libcsg|libcsg/libcsg.a]] and samtools/libbam.a so be sure to include them all in the proper order:
| |
− | <path to base pipeline directory>/fastQFile/libfqf.a <path to base pipeline directory>/libcsg/libcsg.a <path to base pipeline directory>/thirdParty/samtools/libbam.a
| |
| | | |
| See [[C++ Library: libfqf Change Log]] for a list of the most recent updates to the development version of the library. | | See [[C++ Library: libfqf Change Log]] for a list of the most recent updates to the development version of the library. |
| | | |
− | === Classes in the FastQFile Library === | + | === Classes in the FASTQ Library === |
| {| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1" | | {| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1" |
| |-style="background: #f2f2f2; text-align: center;" | | |-style="background: #f2f2f2; text-align: center;" |