Hello,
I'm using the extension on Windows and I get this issue when formatting an .nf file.
If there is a comment above a line of code, the code is moved at the end of the comment line and becomes part of the comment:
Before formatting:
// ALIGN reads to reference genome
BWA_ALIGN(sample_id, library_id, fastq_pair[0], fastq_pair[1])
After formatting:
// ALIGN reads to reference genome BWA_ALIGN(sample_id, library_id, fastq_pair[0], fastq_pair[1])
Many thanks!
Hello,
I'm using the extension on Windows and I get this issue when formatting an .nf file.
If there is a comment above a line of code, the code is moved at the end of the comment line and becomes part of the comment:
Before formatting:
After formatting:
// ALIGN reads to reference genome BWA_ALIGN(sample_id, library_id, fastq_pair[0], fastq_pair[1])Many thanks!