gatk-3.8/java/src/org/broadinstitute/sting
hanna 202c501939 Added a sample xml marshaller / unmarshaller.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@322 348d0f76-0448-11de-a6fe-93d51630548a
2009-04-07 22:28:16 +00:00
..
gatk The system now requires a dictionary file for a fasta file, or it throws an error. You can't just operate without a sequence dictionary any longer. We will transition to a GenomeLoc system that assumes a dictionary is available. 2009-04-07 22:19:54 +00:00
playground Added a sample xml marshaller / unmarshaller. 2009-04-07 22:28:16 +00:00
utils The system now requires a dictionary file for a fasta file, or it throws an error. You can't just operate without a sequence dictionary any longer. We will transition to a GenomeLoc system that assumes a dictionary is available. 2009-04-07 22:19:54 +00:00
StingException.java We need a base exception so we can differentiate between exceptions we've generated and those external to our code. All our exceptions should extend this exception. I'll migrate the ones I can find later on. 2009-04-07 00:13:45 +00:00