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

writeinfofiles is not defined #133

Open
mkandziora opened this issue Jul 21, 2020 · 2 comments
Open

writeinfofiles is not defined #133

mkandziora opened this issue Jul 21, 2020 · 2 comments

Comments

@mkandziora
Copy link
Contributor

command: physcraper_run.py -s pg_55 -t tree5864 -tb -o pg_55

.Traceback (most recent call last):
File "/root/physcraper_27072020/venv3/bin/physcraper_run.py", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/root/physcraper_27072020/physcraper-main/bin/physcraper_run.py", line 220, in
scraper.calculate_final_tree(boot_reps = boot_reps)
File "/root/physcraper_27072020/physcraper-main/physcraper/scrape.py", line 1215, in calculate_final_tree
besttreepath = self.est_full_tree()
File "/root/physcraper_27072020/physcraper-main/physcraper/scrape.py", line 1122, in est_full_tree
alignment = self.align_new_seqs()
File "/root/physcraper_27072020/physcraper-main/physcraper/scrape.py", line 931, in align_new_seqs
self.read_blast_wrapper()
File "/root/physcraper_27072020/physcraper-main/physcraper/scrape.py", line 580, in read_blast_wrapper
self.read_webbased_blast_query(fn_path)
File "/root/physcraper_27072020/physcraper-main/physcraper/scrape.py", line 540, in read_webbased_blast_query
writeinfofiles.write_not_added_info(self, gb_id, "evalue threshold not passed")
NameError: name 'writeinfofiles' is not defined

@snacktavish
Copy link
Collaborator

Good catch! this should be fixed in c0ee604

I'm just running some checks now.

@snacktavish
Copy link
Collaborator

My first fix introduced a new bug! But I have fixed both now, and merged to main. Should work now!

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