Hello,
When trying to run FastQC, I get this error:
Traceback (most recent call last):
File "/home/bal/galaxy-dist/tools/rgenetics/rgFastQC.py", line 162, in <module>
html,retval,serr = f.run_fastqc()
File "/home/bal/galaxy-dist/tools/rgenetics/rgFastQC.py", line 63, in run_fastqc
sout.write('# FastQC cl = \n' % ' '.join(cl))
TypeError: not all arguments converted during string formatting
Is there anything I can do to modify the code to fix this? I'm using data run through FASTQ Groomer.
Thank you