Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 41: Line 41:  
       std::cout << "Caught an Exception" << e.what() << std::endl;
 
       std::cout << "Caught an Exception" << e.what() << std::endl;
 
   }
 
   }
 +
  std::cout << "Continue Processing\n";
 
</source>
 
</source>
 
For caught exceptions, you would see the following and processing would continue:
 
For caught exceptions, you would see the following and processing would continue:
Line 46: Line 47:  
Caught Exception:
 
Caught Exception:
 
FAIL_IO: Failed to Open testFiles/unknown for writing
 
FAIL_IO: Failed to Open testFiles/unknown for writing
 +
Continue Processing
 
</pre>
 
</pre>
   Line 55: Line 57:  
Aborted
 
Aborted
 
</pre>
 
</pre>
 +
 +
===== SamFileHeader =====
 +
*Should this be renamed to SamHeader?
 +
*Do we like the classes being named starting with Sam?  Should it be Bam?
    
=== Review June 7th ===
 
=== Review June 7th ===

Navigation menu