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
Hi ! Thanks for reporting. I haven't been able to reproduce yet. Could you assess if the self.quiet attribute has been changed during the pipeline ? (typically by debugging before printing one of these three sentences). It would be a great help. Thanks !
In the attachment is a test file which triggers the issue at my side. The counts is count_df.csv, and metadata is metadata.csv. The design factor is condition, and contrast is ["condition", "A", "B"].
And just let you know that all the 3 places show that self.quiet is False. However, I cannot find any other places where self.quiet is changed in dds.py file.
However, if I print self.quiet before and after each step in deseq2 function, it's all True...
Describe the bug
My following code
still prints the following 3 sentences when
quiet=True
, while from the source code they should be controlled byquiet
parameter:To Reproduce
This case happens for some data, not all. However, my case uses internal data, so I may have to do some anonymization work before sharing it with you.
Expected behavior
These sentences should not be printed if
quiet=True
is set.Screenshots
Already shown above.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: