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

Program gff3_sort encountered an error. #130

Open
wjx121 opened this issue Aug 21, 2023 · 0 comments
Open

Program gff3_sort encountered an error. #130

wjx121 opened this issue Aug 21, 2023 · 0 comments

Comments

@wjx121
Copy link

wjx121 commented Aug 21, 2023

When I run “gff3_sort -g Cl.rename.FINAL.gff3 -og sorted.gff3”

INFO Checking GFF3 file (Cl.rename.FINAL.gff3)...
INFO Reading gff3 file...
INFO Sorting and printing out...
Traceback (most recent call last):
File "/Users/wjx/miniconda3/bin/gff3_sort", line 8, in
sys.exit(script_main())
File "/Users/wjx/miniconda3/lib/python3.7/site-packages/gff3tool/bin/gff3_sort.py", line 437, in script_main
main(args.gff_file, output=args.output_gff, isoform_sort=args.isoform_sort, sorting_order=sorting_order, logger=logger_stderr, reference=args.reference)
File "/Users/wjx/miniconda3/lib/python3.7/site-packages/gff3tool/bin/gff3_sort.py", line 257, in main
otherlines.extend(gff3.collect_descendants(grandchild))
File "/Users/wjx/miniconda3/lib/python3.7/site-packages/gff3tool/lib/gff3/gff3.py", line 172, in collect_descendants
collected_list.extend(self.collect_descendants(child))
File "/Users/wjx/miniconda3/lib/python3.7/site-packages/gff3tool/lib/gff3/gff3.py", line 172, in collect_descendants
collected_list.extend(self.collect_descendants(child))
File "/Users/wjx/miniconda3/lib/python3.7/site-packages/gff3tool/lib/gff3/gff3.py", line 172, in collect_descendants
collected_list.extend(self.collect_descendants(child))
[Previous line repeated 993 more times]
File "/Users/wjx/miniconda3/lib/python3.7/site-packages/gff3tool/lib/gff3/gff3.py", line 171, in collect_descendants
collected_list.append(child)
RecursionError: maximum recursion depth exceeded while calling a Python object

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

1 participant