Package org.snpeff
Class Fastq2Fastq
- java.lang.Object
-
- org.snpeff.Fastq2Fastq
-
public class Fastq2Fastq extends java.lang.Object
Convert FASTQ (phred64) file to FASTQ (phred33)- Author:
- pcingola
-
-
Field Summary
Fields Modifier and Type Field Description static int
SHOW_EVERY
-
Constructor Summary
Constructors Constructor Description Fastq2Fastq()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
SHOW_EVERY
public static final int SHOW_EVERY
- See Also:
- Constant Field Values
-
-