-
Notifications
You must be signed in to change notification settings - Fork 20
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
DCC throws value error? #103
Comments
Hi @mathavanpu, This error seems to have been caused by an update to HTSeq. I've corrected the code in DCC to correctly work with newer HTSeq versions. Please reinstall from GitHub and see if the error is fixed for you. Tobias |
Hi @tjakobi I'm having the same issue as mentioned above: Count CircSkip junctions It indeed seems that the HTSeq module is adding unwanted quotes to the modified GTF file. Thanks |
Hi @jaanckae, Thank you for your report. Are you using the master branch or a released PyPi version? I did not yet publish a new DCC release yet, but will do so soon. Could you please give the master branch version a try? Thank you! |
Hi @tjakobi Master branch works perfect, thank you. |
@tjakobi do you plan to release a new version with this bug fix? |
Hi @kelly-sovacool, DCC is now part of circtools at https://github.com/jakobilab/circtools and this repository is not updated anymore. The issues has been fixed in circtools which is available via Best, Tobias |
Great, thanks for letting us know about the new repo |
hi,
I have executed the DCC, the circular RNA counts and co-ordinates files are generated. For finding the CircSkipJunction I got the error mentioned below. Can you please guide me resolve this
Traceback (most recent call last):
File "/home/mathavan/.local/bin/DCC", line 33, in
sys.exit(load_entry_point('DCC==0.5.0', 'console_scripts', 'DCC')())
File "/home/mathavan/.local/lib/python3.10/site-packages/DCC-0.5.0-py3.10.egg/DCC/main.py", line 490, in main
File "/home/mathavan/.local/lib/python3.10/site-packages/DCC-0.5.0-py3.10.egg/DCC/main.py", line 679, in findCircSkipJunction
File "/home/mathavan/.local/lib/python3.10/site-packages/DCC-0.5.0-py3.10.egg/DCC/Circ_nonCirc_Exon_Match.py", line 281, in findcircAdjacent
File "/home/mathavan/.local/lib/python3.10/site-packages/DCC-0.5.0-py3.10.egg/DCC/Circ_nonCirc_Exon_Match.py", line 222, in getAdjacent
ValueError: invalid literal for int() with base 10: '8"'
The text was updated successfully, but these errors were encountered: