We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5687a commit 0193bceCopy full SHA for 0193bce
bin/multiqc_mappings_config.py
@@ -10,4 +10,4 @@
10
rename = []
11
for line in fin:
12
rename.append(f" - [{', '.join(line.strip().split(','))}]")
13
- fout.write(config + '\n'.join(sorted(rename)) + '\n')
+ fout.write(config + "\n".join(sorted(rename)) + "\n")
0 commit comments