Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Update path to fastqvalidator
Line 1: Line 1:  
== FastQ Sequence Validation Criteria ==
 
== FastQ Sequence Validation Criteria ==
   −
The following validation criteria is used by [[C++ Class: FastQFile|FastQFile class]] and the [[C++ Executable: fastQValidator|the FastQ Validator Program]] when reading a FastQ Sequence
+
The following validation criteria is used by [[C++ Class: FastQFile|FastQFile class]] and the [[fastQValidator|the FastQ Validator Program]] when reading a FastQ Sequence
      Line 33: Line 33:  
|  All characters in the base sequence must be in the allowable set specified via configuration.
 
|  All characters in the base sequence must be in the allowable set specified via configuration.
 
* Base Only: A C T G N a c t g n
 
* Base Only: A C T G N a c t g n
* Color Space Only: 0 1 2 3 .(period)
+
* Color Space Only: 0 1 2 3 .(period) Color Space files must start with a 1 character primer base.
 
|  ERROR on Line <current line #>: Invalid character ('<invalid char>') in base sequence.
 
|  ERROR on Line <current line #>: Invalid character ('<invalid char>') in base sequence.
 
|-
 
|-

Navigation menu