Skip to content

Commit 89e91a2

Browse files
authored
Remove data type from workflow summary
1 parent bd75f9c commit 89e91a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ if (workflow.revision) summary['Pipeline Release'] = workflow.revision
397397
summary['Run Name'] = workflow.runName
398398
summary['Input'] = params.input
399399
summary['Fasta Ref'] = params.fasta
400-
summary['Data Type'] = params.single_end ? 'Single-End' : 'Paired-End'
401400
summary['Max Resources'] = "$params.max_memory memory, $params.max_cpus cpus, $params.max_time time per job"
402401
if (workflow.containerEngine) summary['Container'] = "$workflow.containerEngine - $workflow.container"
403402
summary['Output dir'] = params.outdir

0 commit comments

Comments
 (0)