Skip to content
Snippets Groups Projects
Commit f70627c0 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove control.

parent ae53c088
Branches
Tags
No related merge requests found
......@@ -86,11 +86,11 @@ process trimReads {
input:
set sampleId, reads, experimentId, biosample, factor, treatment, replicate, controlId from rawReads
set sampleId, reads, experimentId, biosample, factor, treatment, replicate from rawReads
output:
set sampleId, file('*.fq.gz'), experimentId, biosample, factor, treatment, replicate, controlId into trimmedReads
set sampleId, file('*.fq.gz'), experimentId, biosample, factor, treatment, replicate into trimmedReads
file('*trimming_report.txt') into trimgalore_results
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment