-
Notifications
You must be signed in to change notification settings - Fork 33
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
build mode issue #174
Comments
Hi, I am also getting the same error (same version of Spladder, running on Linux 3.10.0-957.21.3.el7.x86_64). I was curious if there was any workaround. Thanks! |
Dear @khksw0403 & @raerose01 , |
Thanks @akahles , removing the debug flag worked for me. |
Thanks @raerose01 & @akahles. |
Description
popup with error msg:
File "/root/anaconda3/lib/python3.9/site-packages/spladder-3.0.3-py3.9.egg/spladder/editgraph.py", line 611, in insert_intron_edges
print('%s\talternative_53_prime1\t%c\t%i\t%i\t%i\n' % (genes[i].chr, genes[i].strand, genes[i].splicegraph,vertices[1, idx1_],
NameError: name 'vertices' is not defined
What I Did
spladder build
-b STAR-2pass bam files
-o output path
-a anootation gtf file
-v
-d
--filter-overlap-genes
--filter-overlap-exons
--filter-overlap-transcripts
-l MPM152
--output-gff3
--output-bed
-c 3
--extract-ase
--parallel 8
--validate-sg --validate-sg-count 10
--quantify-graph
--use-anno-support
--psi-min-reads 10
--qmode collect
file:///home/kkang/Pictures/Screenshots/spladder.png
The text was updated successfully, but these errors were encountered: