boutroslab / CRISPRAnalyzeR

CRISPRAnalyzeR: interactive analysis, annotation and documentation of pooled CRISPR screens
GNU General Public License v2.0
80 stars 33 forks source link

crash while creating FASTQ quality report #29

Closed amayer21 closed 6 years ago

amayer21 commented 7 years ago

Hello, Thank you for developing this tool to analyse CRISPR screens!!! I've been analysing a preliminary experiment and found it very easy to use and so powerful. However I noticed that it often crash while creating the FASTQ quality report (when starting from fastq.gz files). It stays at 91% for ever and the only way to get out is to reload the page and upload the data again. Therefore I was wondering if it would be possible to choose not to generate this report. I already have all the information about my read quality from Illumina BaseSpace, so I don't need them to be computed again. I have only very basic programming knowledge, so I don't know how much work it would be to make that step optional, but I think it would really help. Thank you very much, All the best, Alice

jwinter6 commented 6 years ago

Hi Alice,

thanks for your comment - positive words are always welcome :) The FASTQ quality report takes some time to be generated, but in this case the issue might be something different.

I will implement a switch to turn off FASTQ quality report generation in the next big update.

To track down why it hangs at 92% for you, please tell me:

Thanks a lot for you help.

Best Jan

DarioS commented 6 years ago

I think the last step takes much longer than the earlier steps. Note that the progress bar percentages aren't designed to increment by equal times.

jwinter6 commented 6 years ago

Switch added for the next release