File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
src/main/groovy/nextflow/script Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ abstract class BaseScript extends Script {
236
236
* @param taskConfig
237
237
*/
238
238
private getExecutorConfig (Map taskConfig ) {
239
- log. debug " >> taskConfig $taskConfig "
239
+ log. trace " >> taskConfig $taskConfig "
240
240
241
241
// create the processor object
242
242
def result = taskConfig. executor?. toString()
@@ -257,7 +257,7 @@ abstract class BaseScript extends Script {
257
257
log. warn " Note: configuration attribute 'processor' has been deprecated -- replace it by using the attribute 'executor' in the 'nextflow.conf' file"
258
258
}
259
259
260
- log. debug " << taskConfig result : $result "
260
+ log. debug " << taskConfig executor : $result "
261
261
return result
262
262
}
263
263
@@ -274,18 +274,6 @@ abstract class BaseScript extends Script {
274
274
}
275
275
276
276
277
-
278
- // def process(Map<String,?> args, String name ) {
279
- // log.debug "Create task: $name with: $args"
280
- // task(name, { return '' })
281
- // }
282
-
283
- // def process(String name ) {
284
- // log.debug "Create task: $name "
285
- // task(name, { return '' })
286
- // }
287
-
288
-
289
277
/*
290
278
* Map the executor class to its 'friendly' name
291
279
*/
You can’t perform that action at this time.
0 commit comments