Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 39: Line 39:  
|-
 
|-
 
| <code>FastQStatus FastQFile::validateFastQFile(const String &filename, bool printBaseComp, BaseAsciiMap::SPACE_TYPE spaceType)</code>
 
| <code>FastQStatus FastQFile::validateFastQFile(const String &filename, bool printBaseComp, BaseAsciiMap::SPACE_TYPE spaceType)</code>
| Validates the specified fastq file using the specified SpaceType, printing the base composition if specified by printBaseComp.
+
| Validates the specified fastq file using the specified [[C++ Class: BaseAsciiMap#Public Class Enums|SpaceType]], printing the base composition if specified by printBaseComp.
 
Returns the fastq validation status -  SUCCESS on a successfully validated fastq file.
 
Returns the fastq validation status -  SUCCESS on a successfully validated fastq file.
   Line 51: Line 51:  
|-
 
|-
 
| <code>BaseAsciiMap::SPACE_TYPE FastQFile::getSpaceType()</code>
 
| <code>BaseAsciiMap::SPACE_TYPE FastQFile::getSpaceType()</code>
| Return the [[C++ Class: BaseAsciiMap|BaseAsciiMap::SpaceType]] for the File
+
| Return the [[C++ Class: BaseAsciiMap#Public Class Enums|SpaceType]] for the File
 
|-
 
|-
 
|}
 
|}

Navigation menu