Closed deb-m closed 7 years ago
Hi,
thanks for your comment.
Could you please tell me the following:
In case you are at the latest, could you please go to the About CRISPRAnalyzR page and send me a screenshot and the log files (Download logfiles button) to jan.winter@dkfz-heidelberg.de?
Best, Jan
Hi Jan, I am using latest (# docker run --rm -e bowtie_threads=2 -p 80:3838 boutroslab/crispranalyzer:latest)
I tried to reproduce the error today, and it went through without any error. I did restart the machine in between, do not know if that helped.
Thanks for your reply. Deb
Hi Jan, After testing that the example data is uploading properly and being checked, I went ahead with 5 fastq.gz files of my experiment, and the server crashed again.
I am using latest (# docker run --rm -e bowtie_threads=2 -p 80:3838 boutroslab/crispranalyzer:latest).
I am sending the zipped logfile to your email address.
Thanks Deb
HI Deb,
just checked the logs and it seems to be the FASTA Brunello file in the default settings which I forgot to include in the docker image.
Did the Example data work now? (so not Brunello but Example)? In the logs you sent I cannot find any crash when you used the sample data. Can you do me a favor and give it another try with the sample data? Once it crashed, close the browser, open it again and then please send me the log files from the About CRISPRAnalyzeR page.
Thanks for you help, I really appreciate it. Jan
Hi Jan,
On Oct 4, 2017, at 12:17 PM, Jan Winter notifications@github.com wrote:
HI Deb,
just checked the logs and it seems to be the FASTA Brunello file in the default settings which I forgot to include in the docker image.
Related to this I find two names for the Brunello sgRNA library at GitHub:-
- At master, under the fasta dir, there is a file named “FASTA_Brunello.fasta”
- In README.md, under the section, "Premade sgRNA library fasta files (image), there is a “FASTA” link in the "Brunello” row, which when I click I am getting a 404 Error as it is searching for a file named “FASTA_brunello_library.fasta”.
Did the Example data work now? (so not Brunello but Example)?
The example data with example sgRNA lib is working without problem. In the logs you sent I cannot find any crash when you used the sample data.
Please disregard the logs that I sent you earlier, as it is not related to the sample data crash. Can you do me a favor and give it another try with the sample data?
Sure. Once it crashed, close the browser, open it again and then please send me the log files from the About CRISPRAnalyzeR page.
I was not able to reproduce the crash. However as per your instruction, I have attached the log after the data upload was successful (CRISPRAnalyzeR_17-10-04_15-30-46_logs.zip) as well as the success screenshots (Sample_data_success_screenshots.pdf). Thanks for you help, I really appreciate it.
Thank you! and Boutros Lab for developing such an user friendly analysis interface. Jan
Now let me explain the 2nd issue.
The analysis did not proceed, as it complained about duplicate sgRNA identifier, please see screenshot file (Screenshot at 2017-10-04_15-45-06.png)
After this happened, I issued the following command to identify any duplicate lines.
$ wc -l FASTA_Brunello.fasta<\code>
154882 FASTA_Brunello.fasta
$ uniq FASTA_Brunello.fasta | wc -l<\code>
154882
$ awk '!a[$0]++' FASTA_Brunello.fasta | wc -l<\code>
154882
$ awk 'a[$0]++' FASTA_Brunello.fasta | wc -l<\code>
0
Seems like all lines in the FASTA_Brunello.fasta are unique.
Then what is the problem during analysis? I have attached the log file of this particular issue, please see (CRISPRAnalyzeR_17-10-04_15-46-01_logs.zip).
Any advice, will be very helpful.
Thanks Deb
Hi Deb,
the different FASTA files will be gone once I update the latest version in the next days.
I will check the log what exactly is the issue, but it seems this is a coding mistake, which will be fixed in the next version.
cheers Jan
When I am trying to test run the example data in my local installation the container is crashing asking me to reload the page. Here are my settings:-
The docker logs:-
Any help regarding the settings or how to debug will be greatly appreciated. Thanks