diff --git a/java/src/org/broadinstitute/sting/gatk/executive/package.html b/java/src/org/broadinstitute/sting/gatk/executive/package.html new file mode 100644 index 000000000..5c9d96264 --- /dev/null +++ b/java/src/org/broadinstitute/sting/gatk/executive/package.html @@ -0,0 +1,10 @@ + + + + + + +Manages individual analyses by shattering data, pushing individual shards to the traversal engines, and gathering results and presenting them to the user. + + + diff --git a/java/src/org/broadinstitute/sting/gatk/iterators/package.html b/java/src/org/broadinstitute/sting/gatk/iterators/package.html new file mode 100644 index 000000000..d14105052 --- /dev/null +++ b/java/src/org/broadinstitute/sting/gatk/iterators/package.html @@ -0,0 +1,10 @@ + + + + + + +Tools for iterating over different views of GATK data. + + + diff --git a/java/src/org/broadinstitute/sting/gatk/package.html b/java/src/org/broadinstitute/sting/gatk/package.html new file mode 100644 index 000000000..677a9b96f --- /dev/null +++ b/java/src/org/broadinstitute/sting/gatk/package.html @@ -0,0 +1,11 @@ + + + + + + +Provides map/reduce application framework highly optimized for +analysis of sequencing data. + + + diff --git a/java/src/org/broadinstitute/sting/gatk/refdata/package.html b/java/src/org/broadinstitute/sting/gatk/refdata/package.html new file mode 100644 index 000000000..0c6a55319 --- /dev/null +++ b/java/src/org/broadinstitute/sting/gatk/refdata/package.html @@ -0,0 +1,10 @@ + + + + + + +Reads and preprocesses the various types of data represented by the +GATK. + + diff --git a/java/src/org/broadinstitute/sting/gatk/walkers/package.html b/java/src/org/broadinstitute/sting/gatk/walkers/package.html new file mode 100644 index 000000000..9f3a8983e --- /dev/null +++ b/java/src/org/broadinstitute/sting/gatk/walkers/package.html @@ -0,0 +1,13 @@ + + + + + + +Runs the desired analysis on the smallest meaningful subset of the +dataset. Traditionally, the smallest subset is either an individual +locus or read. + + + +