Skip to content
Snippets Groups Projects
Commit 4aed5bdc authored by bow's avatar bow
Browse files

Add documentation to FastQC flexiprep wrapper

parent abebcb0a
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,12 @@ import scalaz._, Scalaz._
import nl.lumc.sasc.biopet.core.config.Configurable
/**
* FastQC wrapper with added functionality for the Flexiprep pipeline
*
* This wrapper implements additional methods for parsing FastQC output files and aggregating everything in a summary
* object. The current implementation is based on FastQC v0.10.1.
*/
class Fastqc(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Fastqc(root) {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment