GreenleafLab / ArchR

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
MIT License
388 stars 141 forks source link

Log file does not report the Macs2 #1945

Closed havu73 closed 1 year ago

havu73 commented 1 year ago

Hi,

Thank you for creating ArchR. I have a question/bug report related to logging system (function .logMessage. Details:

I am currently having trouble with this function (addReproduciblePeakSet), and I want to see what is the Macs2 command that ArchR used. However, I could NOT see a single line of message Running Macs2 with Params : macs2 callpeak ... in my log ArchR-addReproduciblePeakSet-9b6674eb532b-Date-2023-05-13_Time-22-33-43.log file .

Can you diagnose the problem for me please? I saw some other issue report with correct log file for the function addReproduciblePeakSet, but I have not been able to figure out what exactly is wrong with my setup that the log file is not produced correctly.

Thank you so much!

rcorces commented 1 year ago

Hi @havu73! Thanks for using ArchR! I am currently on vacation and will not be responding to any issues or discussion threads until 5/5.
Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
It is worth noting that there are very few actual bugs in ArchR. If you are getting an error, it is probably something specific to your dataset, usage, or computational environment, all of which are extremely challenging to troubleshoot. As such, we require reproducible examples (preferably using the tutorial dataset) from users who want assistance. If you cannot reproduce your error, how will we be able to help? Before going through the work of making a reproducible example, search the previous Issues, Discussions, function definitions, or the ArchR manual and you will likely find the answers you are looking for. If your post does not contain a reproducible example, it is unlikely to receive a response.
1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved? 2. Can you recapitulate your error using the tutorial code and dataset? If so, provide a reproducible example. 3. Did you post your log file? If not, add it now. 4. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.

rcorces commented 1 year ago

Please create a reproducible example using the tutorial dataset. If you are able to do that, please post again here and I will re-open this issue.