org.seqdoop.hadoop_bam.CRAMOutputFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hadoop-bam Show documentation
Show all versions of hadoop-bam Show documentation
A Java library for the manipulation of files in common bioinformatics formats using the Hadoop MapReduce framework.
package org.seqdoop.hadoop_bam;
import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;
/** Currently this only locks down the value type of the {@link
* org.apache.hadoop.mapreduce.OutputFormat}: contains no functionality.
*/
public abstract class CRAMOutputFormat
extends FileOutputFormat
{}