Open maxulysse opened 5 days ago
let's say I have:
emit: bowtie1 bowtie2 bwamem1 fasta = input.fasta
when I save my script, (with the Harshil alignment), it's adding spaces after the output channels in emit so that all = are aligned, but when I only have 1 =, it just adds trailing spaces.
=
This should be fixed in the latest version
Wonderful
let's say I have:
when I save my script, (with the Harshil alignment), it's adding spaces after the output channels in emit so that all
=
are aligned, but when I only have 1=
, it just adds trailing spaces.