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

problem with compare_gene_structures.py #37

Closed
lfaino opened this issue Mar 20, 2016 · 2 comments
Closed

problem with compare_gene_structures.py #37

lfaino opened this issue Mar 20, 2016 · 2 comments

Comments

@lfaino
Copy link

lfaino commented Mar 20, 2016

Dear,
I have a problem using the code compare_gene_structures.py. I get the following error: File "/home/faino001/bin/biocode/gff/compare_gene_structures.py", line 612, in
process_files(args)
File "/home/faino001/bin/biocode/gff/compare_gene_structures.py", line 322, in process_files
for exon_1 in sorted(feat_1) :
UnboundLocalError: local variable 'feat_1' referenced before assignment

any idea why?

thanks
Luigi

@lfaino
Copy link
Author

lfaino commented Mar 20, 2016

Hi,
well I solved the previous error but now I have compatibility issues. the new bedtools do not use -nms and -score anymore. how can I solve the problem? any suggestions?

thanks
Luigi

@jorvis
Copy link
Owner

jorvis commented Jan 22, 2017

I corrected this in 8c8c642, which replaced the -nms and -scores options with "-c 4 -o collapse". Reference:

https://groups.google.com/forum/#!topic/bedtools-discuss/pvd-Tcb3AXI

@jorvis jorvis closed this as completed Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants