Skip to content
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

Python error in endMask.sh #3

Open
MikeAxtell opened this issue May 2, 2019 · 0 comments
Open

Python error in endMask.sh #3

MikeAxtell opened this issue May 2, 2019 · 0 comments
Assignees
Labels

Comments

@MikeAxtell
Copy link

Hi Michael, sorry to spam you with issues (I have a few others to post momentarily), and thanks for responding so fast to the ones from the other day. This pipeline looks like it will be very helpful.

When running endMask.sh on the example data, I found some python error messages in the output:

Traceback (most recent call last):
File "/storage/home/mja18/work/nanoPARE/scripts/python_scripts/bedgraph_dominant_transcripts.py", line 227, in
parallel=False
File "/storage/home/mja18/work/nanoPARE/scripts/python_scripts/bedgraph_dominant_transcripts.py", line 147, in write_bedgraph_from_dict
parallel = False
File "/storage/home/mja18/work/nanoPARE/scripts/python_scripts/bedgraph_dominant_transcripts.py", line 71, in generate_bedgraph_lines
if prevcount > 0:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

Is this another case of python2 v python3 (I'm running python 3)? There were, however, output files in the results/ directory.

@maschon0 maschon0 self-assigned this May 2, 2019
@maschon0 maschon0 added the bug label May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants