Hi everybody, I am trying to align my paired end reads in R using QuasR. everything was easy and smooth until the alignment step. I am using the following line for alignment:
however there is an error message in the log file says: Error in checkForRemoteErrors(val) : one node produced an error: Error on Galaxy2 processing sample /media//KO_day3_1_1.fq : failed while aligning 25mers
this is happening only when I am applying splicedAlignment=T.
As a workaround, I recommend to use STAR to create the BAM files outside of QuasR and then create the qproject with a sample file listing the BAM files (see QuasR vignete: 5.1 Create a sample file)