From Genome Analysis Wiki
Jump to navigationJump to search
407 bytes added
, 13:16, 22 February 2010
Line 54: |
Line 54: |
| *** myPlusLine | | *** myPlusLine |
| *** myQualityString | | *** myQualityString |
| + | |
| + | |
| + | == Library Output == |
| + | When a sequence is read, error messages for the first maxReportedErrors are output for failed [[#Validation Criteria Used For Reading a Sequence|Validation Criteria]]. |
| + | For Example: |
| + | ERROR on Line 25: The sequence identifier line was too short. |
| + | ERROR on Line 29: First line of a sequence does not begin wtih @ |
| + | ERROR on Line 33: No Sequence Identifier specified before the comment. |
| | | |
| | | |
Line 140: |
Line 148: |
| *Prints error messages for errors up to the configurable maximum number of reportable errors. | | *Prints error messages for errors up to the configurable maximum number of reportable errors. |
| *[[FastQ Validator|Standalone Program for Validating a FastQ File]] | | *[[FastQ Validator|Standalone Program for Validating a FastQ File]] |
| + | |
| | | |
| == Additional Wishlist - Not Implemented == | | == Additional Wishlist - Not Implemented == |
| *Add an option that would reject raw sequence and quality strings that wrap over multiple lines. It would only allow 1 line per raw sequence/quality string. | | *Add an option that would reject raw sequence and quality strings that wrap over multiple lines. It would only allow 1 line per raw sequence/quality string. |
| *Maybe report 2 types of information to the user: ERROR (critical failure) and WARNING (tolerable errors). | | *Maybe report 2 types of information to the user: ERROR (critical failure) and WARNING (tolerable errors). |