Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
f941cb35
Commit
f941cb35
authored
Feb 02, 2016
by
Peter van 't Hof
Browse files
Added md5 check to pipeline
parent
b81ad8bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/Gears.scala
View file @
f941cb35
package
nl.lumc.sasc.biopet.pipelines.gears
import
nl.lumc.sasc.biopet.core.BiopetQScript.InputFile
import
nl.lumc.sasc.biopet.core.
{
PipelineCommand
,
MultiSampleQScript
}
import
nl.lumc.sasc.biopet.extensions.tools.MergeOtuMaps
import
nl.lumc.sasc.biopet.extensions.
{
Gzip
,
Zcat
,
Ln
}
...
...
@@ -107,6 +108,8 @@ class Gears(val root: Configurable) extends QScript with MultiSampleQScript { qs
/** Function that add library jobs */
protected
def
addJobs
()
:
Unit
=
{
inputFiles
:+=
InputFile
(
flexiprep
.
input_R1
,
config
(
"R1_md5"
))
flexiprep
.
input_R2
.
foreach
(
inputFiles
:+=
InputFile
(
_
,
config
(
"R2_md5"
)))
add
(
flexiprep
)
gs
.
fastqR1
=
Some
(
flexiprep
.
fastqR1Qc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment