Commit 1b89cb3 1 parent b559933 commit 1b89cb3 Copy full SHA for 1b89cb3
File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -224,30 +224,6 @@ if ( workflow.profile.tokenize(",").contains("test") ){
224
224
CHH = params. noCHH ? Channel . empty() : Channel
225
225
.fromPath(CHH_path )
226
226
.map{ tuple(it. baseName, it) }
227
-
228
- /*
229
- // STAGE BEDGRAPH CHANNELS
230
- CpG = params.noCpG ? Channel.empty() : Channel
231
- .fromPath(CpG_path)
232
- .ifEmpty{ exit 1, "ERROR: cannot find valid *.bedGraph files in dir: ${params.input}/CpG\n\n \
233
- -Please check files exist or specify --noCpG\n \
234
- -Please check sample names match: ${params.samples}"}
235
- .map{ tuple(it.baseName, it) }
236
-
237
- CHG = params.noCHG ? Channel.empty() : Channel
238
- .fromPath(CHG_path)
239
- .ifEmpty{ exit 1, "ERROR: cannot find valid *.bedGraph files in dir: ${params.input}/CHG\n\n \
240
- -Please check files exist or specify --noCHG\n \
241
- -Please check sample names match: ${params.samples}"}
242
- .map{ tuple(it.baseName, it) }
243
-
244
- CHH = params.noCHH ? Channel.empty() : Channel
245
- .fromPath(CHH_path)
246
- .ifEmpty{ exit 1, "ERROR: cannot find valid *.bedGraph files in dir: ${params.input}/CHH\n\n \
247
- -Please check files exist or specify --noCHH\n \
248
- -Please check sample names match: ${params.samples}"}
249
- .map{ tuple(it.baseName, it) }
250
- */
251
227
}
252
228
253
229
// ASSIGN GROUP AND REP NAMES TO CHANNELS
You can’t perform that action at this time.
0 commit comments