This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Odd reads from RAD seq

Hello all, I´m trying to align RAD seq reads to de novo in Bowtie2, but I get the next problem:

Warning: Could not open read file "Spa.vir_CAR147_1.fastq" for reading; skipping...
Warning: Could not open read file "Spa.vir_CAR153_1.fastq" for reading; skipping...
Warning: Could not open read file "Spa.vir_CAR154_1.fastq" for reading; skipping...
Error: No input read files were valid
(ERR): bowtie2-align exited with value 1

I saw the reads with the command head, and the reads looks like this

@SN747:516:C8M5TACXX:1:2210:2138:56104 1:N:0:1
TGCAGGGATCTTTCTCTCCCAGCAGACCCTCTGTTATTTTTACAAAATATACTCTCCAGAGACTTTGATGTGTAGGATTTCAGTTATTGTG
+
HHHJJJJJJJIJJJJJJJJJJIJIJJJJJJJJJJIJJJJJJJJIJJJJJJJJJJJJGHHHHFFFFDFEEEFEDDCDCCDDDDDFEDEDDEC
@SN747:516:C8M5TACXX:1:2210:2166:56214 1:N:0:1
TGCAGGTTCAGCGTGGAGTCTGGGTACAGCTCCTCTCCCTGTGAGCCGGCCCACCTCACTGCTGCTGTACCGGACTGACTCCTCAGACTCC
+
HHHJJJGJJJJJJHIIJJHHIIJIDHIJJIJHIIJJJJJIJGIIJJJJEHFDDDDDDDDDDCDDDACDDDDDDDDDDDDDDDDDDDDDDDD

I´m very new in NGS. Please somebody could explain me, what is exactly the issue with the reads? Thank you so much

alignment

2 answers

The reads are fine/normal.

It appears that bowtie2 is unable to read your sequence files. This may simply be a problem of providing correct file paths (full or relative). Since you did not include the original command line used in this case try adding correct paths to that line.

Thank you! I will try it, again

Log in to answer this question.