Hi! I have paired-end files (R1 and R2), and I am trying to run them with the --paired option. I get an error which seems to suggest that the program thinks there is only a single file with the name of both files (`F08060-L1_S17_L002_R1_001.fastq F08060-L1_S17_L002_R2_001.fastq').
Running on a single file works fine.
Any ideas?
python run-bwa.py F08060-L1_S17_L002_R1_001.fastq F08060-L1_S17_L002_R2_001.fastq --fungi --output alignmentstest.sam --paired
[M::bwa_idx_load_from_disk] read 0 ALT contigs
[E::main_mem] fail to open file `F08060-L1_S17_L002_R1_001.fastq F08060-L1_S17_L002_R2_001.fastq'.
Hi! I have paired-end files (R1 and R2), and I am trying to run them with the --paired option. I get an error which seems to suggest that the program thinks there is only a single file with the name of both files (`F08060-L1_S17_L002_R1_001.fastq F08060-L1_S17_L002_R2_001.fastq').
Running on a single file works fine.
Any ideas?