-
Notifications
You must be signed in to change notification settings - Fork 15
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
NameError: name '_LOGGER' is not defined #266
Comments
Hello, Just curious, did you use Looper to run your samples? https://github.com/pepkit/looper I'm wondering if not using Looper would cause this to happen as Looper gets Logger. |
Hi, thanks for getting back to me! Yes, I used looper (version 1.6.0) to run the test1 samples. |
Did you happen to edit the file Lines 243 to 257 in ffa7cc2
Specifically: |
Yes _LOGGER = logmuse.logger_via_cli(args, make_root=True) is still there. I didn't edit the bamQC.py file. parallel processed computation of matrix for each chromosomeif name == "main":
|
Hi, when doing a test run with the test1 files provided the script is running until the test1_bamQC.tsv should be created. At this point I am getting an error message:
NameError: name '_LOGGER' is not defined
I attached the PEPATAC_log.txt
Could you please help to solve this? Thank you so much!
PEPATAC_log.txt
The text was updated successfully, but these errors were encountered: