You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using rMATS to analyze alternative splicing based on paired-end fastq files. My data includes two groups with 194 samples each, and I’m running the following command:
The process ran smoothly until sample 93, where it suddenly stalled. The Log.progress.out file of sample 93 in the tmp directory shows the following output:
Is this normal behavior, and is there any way to continue the analysis from this point if I stop the process?
The Log.progress.out is from STAR. Based on the log it looks like it may have finished the 2nd pass mapping step and it might be on a sorting step. I'm not sure why STAR would stop making progress without giving an error message
You can find the .bam files from the completed STAR runs in the --tmp dir with names like [datetime]_bam[sample_num]_[replicate_num]/Aligned.sortedByCoord.out.bam. To avoid redoing the alignment for those files you could run STAR directly to get the .bam files for the remaining samples or you could update your --s1 and --s2 files to only have the samples where STAR hasn't been run yet. Then after you have all the .bam files you can use --b1 and --b2 to provide the .bam files to rMATS
Hello,
I’m using rMATS to analyze alternative splicing based on paired-end fastq files. My data includes two groups with 194 samples each, and I’m running the following command:
The process ran smoothly until sample 93, where it suddenly stalled. The
Log.progress.out
file of sample 93 in thetmp
directory shows the following output:Is this normal behavior, and is there any way to continue the analysis from this point if I stop the process?
Thank you very much for your assistance!
The text was updated successfully, but these errors were encountered: