Thank you for your quick reply. I have an issue because I have multiple raw fastq files in a folder and when I type this command line:
flye --nano-corr /home/.../fastq_folder --out-dir /home/.../output --threads 4
the fastq file extension is not recognized ... Do you have any idea on how to solve this, please ?
edit: I find a way using :
flye --nano-corr /home/.../*.fastq --out-dir /home/.../output --threads 4
Thanks again for your help