Changes

From Genome Analysis Wiki
Jump to navigationJump to search
141 bytes added ,  17:34, 6 April 2010
no edit summary
Line 1: Line 1:  
== Where to find the fastqFile Library and the FastQValidator ==
 
== Where to find the fastqFile Library and the FastQValidator ==
The fastQFile and FastQValidator code can be downloaded at: http://www.sph.umich.edu/csg/mktrost/fastQFile/
+
The released version of fastQFile and FastQValidator code can be downloaded at: http://www.sph.umich.edu/csg/mktrost/fastQFile/
    
== FastQFile Library for Reading and Validating FastQFiles ==
 
== FastQFile Library for Reading and Validating FastQFiles ==
Line 9: Line 9:  
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:
 
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
 
  <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.
    
=== Classes in the FastQFile Library ===
 
=== Classes in the FastQFile Library ===

Navigation menu