rreformat.sh and stats.sh program in BBmap
1
0
Entering edit mode
2.5 years ago
Fizzah ▴ 30

Hello there, i am working with RNA seq data and have paired end reads. While running the reformat.sh command I am getting this out put:

Set INTERLEAVED to false Exception in thread "main" java.lang.AssertionError: File 19213R-08-01_S16_L002_R1_001.fastq exists and overwrite=false

what does it mean?

Also while working with paired end reads and calculating their read information with stats.sh program, is there any way to get the out put of both R1 and R2 files simultaneously in one file?

stats.sh reformat.sh • 928 views
ADD COMMENT
0
Entering edit mode
2.5 years ago
GenoMax 141k

Looks like you are trying to overwrite a file that already exists. If you don't want to do that then provide a different name to write the output to. If you do want to overwrite it (remember the file will be replaced with new content) then add option ow=t.

Stats for read numbers are calculated for individual files, getting output of two files simultaneously will not make sense.

ADD COMMENT
0
Entering edit mode

while working with paired end reads, both R1 and R2 files per sample gives same output. so while compiling data what will be the best way to describe it?

ADD REPLY

Login before adding your answer.

Traffic: 1882 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