Put a major.minor version into the GATK Javadoc for reading. Also,
update some straggler packages to the new package-info.java format introduced in 1.5. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2604 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3063224446
commit
930082314a
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Provides map/reduce application framework highly optimized for
|
||||
* analysis of sequencing data.
|
||||
* Provides map/reduce application framework highly optimized for analysis of sequencing data.
|
||||
* @version 1.0
|
||||
*/
|
||||
package org.broadinstitute.sting.gatk;
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Parses a wide variety of command-line arguments in single-pass and multipass strategies.
|
||||
*/
|
||||
package org.broadinstitute.sting.utils.cmdLine;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Parses a wide variety of command-line arguments in single-pass and
|
||||
multipass strategies.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Provides services and utilities for fast random access to reference sequence files.
|
||||
*/
|
||||
package org.broadinstitute.sting.utils.fasta;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Provides services and utilities for fast random access to reference
|
||||
sequence files.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Provides tools that have use across a wide range of Sting and GenomeAnalysisTK applications and tools.
|
||||
*/
|
||||
package org.broadinstitute.sting.utils;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Provides tools that have use across a wide range of Sting and
|
||||
GenomeAnalysisTK applications and tools.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Generates mock reads, headers, and other read-oriented data, largely for consumption by the unit testing framework.
|
||||
*/
|
||||
package org.broadinstitute.sting.utils.sam;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Generates mock reads, headers, and other read-oriented data, largely
|
||||
for consumption by the unit testing framework.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Provides tools for managing threads, thread pools, and parallelization in general.
|
||||
*/
|
||||
package org.broadinstitute.sting.utils.threading;
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Provides tools for managing threads, thread pools, and parallelization
|
||||
in general.
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue