Skip to content

Commit e57ae1e

Browse files
committed
Align banner
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent a17c1f6 commit e57ae1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ workflow {
3131
transcriptome: ${params.transcriptome}
3232
reads : ${params.reads}
3333
output-dir : ${workflow.outputDir}
34-
"""
34+
""".stripIndent()
3535

3636
read_pairs_ch = channel.fromFilePairs( params.reads, checkIfExists: true )
3737
RNASEQ( params.transcriptome, read_pairs_ch )

0 commit comments

Comments
 (0)