-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom database report file bugs #68
Comments
Seems like bugs come from the
|
Hi @lam-c , Thanks for opening the issue and making it so informative it really helps A LOT. Secondly, based on your second comment, I guess you already narrowed it down nicely and found the problem 👌🏼 I will take a look at that later today after work, and expect to have a proper look on the weekend. 😬 |
Nice, so really is input source. Something similar must be happening in jbrowser. And the errors make sense because these days I changed the named output channels so I may have gotten confused in some. I will check all the logging and changes you’ve made to see what actually makes sense on the pipeline, I mean, the change you've made is correct in the NF perspective and also reports perspective, I just need to make sure that it is following what I was wanting for those files because they also go to jbrowse as you commented. Thanks for the changes and the spot-on highlights. I’ll address all as soon as possible. 😬 |
Hi @lam-c , For the For JBROWSE, I've yet not had a look on it. |
Sure, I'm willing to do that and give feedback later. |
Sorry, the report table looks still empty. |
Ok, Although I fixed the input channel and is now passing the correct gff to it, there may be something wrong on the actual |
Hi @lam-c, When testing later today you remembered to pull the changes and use the latest version of your master branch? Then one that is bringing the changes to this PR? Because I just tried to run the code from this PR again, using the available |
Just saw! I now get it. The reports and modules are fine. The local copy of the report that goes on the
However, when you use the shiny app, the tables content from the generated .html reports don´t appear! But at least, the jbrowse data is working in the shiny app. So ... I was looking at the wrong place haha. The problem is in the shiny app code. I will try to identify what is the problem. But for now, you can at least run the analysis and use the available local copies of the reports and use the shiny app only for the blast and dataset querying until I fix it. 😄 |
@fmalmeida Sorry I might mix the branches when running the test. The reports meet demand, and I will use the pr branch to run local analysis. Thanks again! |
Generating a new branch to tackle this issue that seems to be related to the shiny app. |
Everything is now working on I am working to merge the |
Describe the bug
Bugs occurred when annotating custom database, that table in report files are EMPTY, although annotiation summary files NOT EMPTY.
To Reproduce
Steps to reproduce the behavior:
output/custom_annotations/{customdb}/{sid}_{customdb}_{blast_cmd}.summary.txt
are NOT EMPTY at the mean timeExpected behavior
Expected the BLAST table showing the results in annotation summary file.
Screenshots
Desktop (please complete the following information):
Additional context
I've check the working directory, it seems no errors thrown out, errors and logs as below:
The text was updated successfully, but these errors were encountered: