package input
- Alphabetic
- Public
- All
Type Members
-
class
DirectInputReader extends InputReader
A reader that converts a DataFrame directly into a dataset of minimizer.InputFragment.
-
class
FastaTextInput extends HadoopInputReader[Array[String]]
Reader for fasta records that are potentially multiline, but small enough to fit into a single string.
Reader for fasta records that are potentially multiline, but small enough to fit into a single string. Huge sequences are best processed with the fastdoop.IndexedFastaFormat instead (.fna files) Supports compression via Spark's text reader.
-
class
FastqTextInput extends HadoopInputReader[Array[String]]
Reader for fastq records.
Reader for fastq records. Supports compression via Spark's text input layer.
-
class
FileInputs extends AnyRef
A set of input files that can be parsed into minimizer.InputFragment
-
abstract
class
HadoopInputReader[R <: AnyRef] extends InputReader
A sequence input converter that reads data from one file using a specific Hadoop format, making the result available as Dataset[InputFragment]
-
class
IndexedFastaInput extends HadoopInputReader[PartialSequence]
Input reader for FASTA files containing potentially long sequences, with a .fai index FAI indexes can be created with tools such as seqkit.
Input reader for FASTA files containing potentially long sequences, with a .fai index FAI indexes can be created with tools such as seqkit. Uses fastdoop.IndexedFastaFormat
- sealed trait InputGrouping extends AnyRef
-
abstract
class
InputReader extends AnyRef
A reader for InputFragments from some source.
A reader for InputFragments from some source. Optionally removes invalid sequences. Optionally samples the input.
-
class
PairedInputReader extends InputReader
Transforms two input readers (R1 and R2 lanes) into a reader of paired-end reads
Value Members
-
object
DirectInputs
Routines for parsing input from a DataFrame directly.
- object HadoopInputReader
-
object
PairedEnd extends InputGrouping with Product with Serializable
Paired-end reads
- object PairedInputReader
-
object
Ungrouped extends InputGrouping with Product with Serializable
Single reads or genomes