Just wanted to mention a small issue I ran into when attempting to use SUPER-FOCUS. The files I have are in fastq format, but the file extension is .fq. I ran into an error because of a check used in the superfocus.py script (i.e., files=[ii for ii in os.listdir(myproject["-q"]) if ii.split(".")[-1].upper() in ["FASTA","FASTQ","FNA","FA"] ]) which doesn't recognise the .fq extension. Luckily I know a bit of Python so I can fix this myself, but others may be confused as to why the program isn't running.
Thanks,
Zac.