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

Add missing docs

parent 9fe0e57a
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ import nl.lumc.sasc.biopet.utils.ConfigUtils
*/
class Fastqc(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Fastqc(root) {
/** Class for storing a single FastQC module result */
protected case class FastQCModule(name: String, status: String, lines: Seq[String])
/** Default FastQC output directory containing actual results */
......
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