-
Notifications
You must be signed in to change notification settings - Fork 24
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
NameError: name 'genBlast' is not defined #2
Comments
hmm, I found out the current version at GitHub (not the released one) does not have this issue. But the "-i" option (for set min_identity cutoff for BLAST) seems not working properly. I set "-i 90" in my command line but the output still shows hits with identity < 90. |
Hi Jia-Xing, Yes, someone emailed me about that bug last week, but thanks for letting me When you say the output still shows hits with identity < 90 do you mean the Best, Mitchell On 20 December 2015 at 16:20, Jia-Xing Yue notifications@github.com wrote:
|
Dear Mitchell, Thank you very much for the reply. About the BLAST, yes, I think the Best, On Mon, Dec 21, 2015 at 10:55 PM, mjsull notifications@github.com wrote:
Jia-Xing Yue Population Genomics and Complex Traits Group Lab website: http://ircan.org/index.php?Itemid=98 |
Dear Mitchell, I've just tried the newest version code on github and found this error Best, On Mon, Dec 21, 2015 at 11:04 PM, Jia-Xing Yue yuejiaxing@gmail.com wrote:
Jia-Xing Yue Population Genomics and Complex Traits Group Lab website: http://ircan.org/index.php?Itemid=98 |
Hi Jia-Xing, Should be all fixed now :) Also if you add the "-keep" flag before your genbank files Easyfig will now keep the temp_easyfig folder with all the blast output in it. Best, Mitchell |
Hi Mitchell, Thank you very much for the fix and enhancement! Best, On Mon, Jan 25, 2016 at 4:52 PM, mjsull notifications@github.com wrote:
Jia-Xing Yue Population Genomics and Complex Traits Group Lab website: http://ircan.org/index.php?Itemid=98 |
Hello,
I got the following error when invoking Easyfig from the command line on Linux. The Easyfig version that I am using is "Version 2.2.2 10.08.2015". Could you help me to figure out what might cause this error?
python /home/yjx/Programs/Easyfig/Easyfig.py -o test -blastn chrI.embl 1 40850 R chrI.embl 179930 219929
Traceback (most recent call last):
File "/home/yjx/Programs/Easyfig/Easyfig.py", line 10988, in
inlist = genBlast(templist, cutlist)
NameError: name 'genBlast' is not defined
Thanks!
Best,
Jia-Xing
The text was updated successfully, but these errors were encountered: