From Genome Analysis Wiki
Jump to navigationJump to search
543 bytes added
, 10:54, 19 May 2011
Line 323: |
Line 323: |
| === Return Value === | | === Return Value === |
| * 0: all records are successfully read and written. | | * 0: all records are successfully read and written. |
− | * non-0: an error occurred processing the parameters or reading one of the files. | + | * non-0: an error occurred processing the parameters or reading one of the files.e |
| | | |
| === Output Format === | | === Output Format === |
Line 329: |
Line 329: |
| * ReadName/Fragment combo is in one file, but not in the other file within the window set by recPoolSize & posDiff | | * ReadName/Fragment combo is in one file, but not in the other file within the window set by recPoolSize & posDiff |
| * ReadName/Fragment combo is in both files, but at least one of the specified fields to diff is different | | * ReadName/Fragment combo is in both files, but at least one of the specified fields to diff is different |
| + | |
| + | The first line of the difference output is just the read name. |
| + | |
| + | The 2nd line is the flag followed by the diff'd fields from one of the records. |
| + | |
| + | The 3rd line (if a matching record was found) is the flag followed by the diff'd fields from the matching record. |
| + | |
| + | |
| + | If <code>onlyDiffs</code> is specified, only the diff'd fields that are different are printed in lines 2 & 3. |
| + | |
| + | If <code>onlyDiffs</code> is NOT specified, all the fields that are diff'd (per the parameter settings) are printed in lines 2 & 3. |
| + | |
| + | The diff'd lines are tab separated: |
| | | |
| == readReference == | | == readReference == |