I have tried it with only use --split-files (before I use --split-spot). The fastq result are 2 files, <filename>_1.fq and <filename>_2.fq. I already trim it using trim galore and use bismark command
bismark <options> -1 <filename>_1.fq -2 <filename>_2.fq
But, there is only 1 bam file as the result and the name is the same as the first fastq file. Is it correct or wrong?
Thank you