Failed to open error: RNAseq Analysis
1
0
Entering edit mode
22 months ago
Chelsea • 0

I am getting an error message saying that the files failed to open but it is only the second read for each file not the first read. They are in the same directory as the first read so I am not sure why this is occuring. The code does not look different between the first and second input besides indicating read one and read two enter image description here

rna-seq • 794 views
ADD COMMENT
0
Entering edit mode

Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.

code_formatting

ADD REPLY
3
Entering edit mode
22 months ago
GenoMax 154k

Issue probably is in this part

{}_R2_002.fastq.gz

that should be

{}_R2_001.fastq.gz

Both R1/R2 read files should have 001 in name. That is a left over from ancient times when that number used to be incremented for file pieces (a fixed number of reads used to be put in each file like ~2 M).

ADD COMMENT

Login before adding your answer.

Traffic: 3206 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6