-
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
error in pepatac.py script #299
Comments
For the 2nd item (pypiper), try to
For the 1st error, looking at
Command from pipeline log shows paired is false (its single) and keep is set to true:
Questions to answer: |
For the first error, I set For the 2nd error, I installed the "requirements.txt" and the version match for: However, it returns the following new error.
|
Just reading the initial error log, it looks as though the next step of the pipeline is looking for an index file (
Did you restart the pipeline from the initial failure? Or did you attempt a fresh restart? Also, have you successfully run the PEPATAC tutorial on the tutorial files? https://pepatac.databio.org/en/latest/tutorial/ |
I attempt a fresh restart. Moreover, I downloaded the file with refgenie as explained on the tutorial:https://pepatac.databio.org/en/latest/run-container/
|
After some discussion, because single end processing and using bwa aligner is failing, it is recommended to use bowtie as the aligner or, if possible, use paired until this issue can be fixed. |
The pipeline will create the |
I run PEPATAC in a container. The "UnboundLocalError: local variable 'cmd' referenced before assignment" indicates to change the assignment of the variable “cmd” in the pepatac.py script
Is there a correct version of this file pepatac.py???
To fix the second error "Error in atexit._run_exitfuncs" I tried to reinstall pypiper with the command "pip install pypiper" but the problem persists.
The text was updated successfully, but these errors were encountered: