-
Notifications
You must be signed in to change notification settings - Fork 6
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
BVCN-examples in Issue: Tutorial 2: HMM development and calibration, HmmGenie #6
Comments
Hi there, could you please send the command that you used that generated this error? Thanks! |
MagicLamp.py HmmGenie -hmm_dir ~/HMMs/dehalo -hmm_ext hmm -bin_dir ~/reassembled_bins/ -bin_ext fa -out dehalo/ -eval 1E-15 Thanks! I run the university server, they come to this problem. but for the BVCN-binder, there are no issues. Do you know what happened? |
It may be the university server's problem. |
Sorry about that, the program has had some updates since that BVCN-binder was created, so there may have been some issues/bugs that popped up. I addressed what seems to be the cause of the above issue. Please try again with a fresh git clone, and let me know if there are issues that continue. Also, as an FYI, this software does not recognize the '~' character, so please ask the user to use the full path to each file or directory. Thanks, |
I am refreshed the MagicLamp installation and running, but there is also the same problem about the Hmmgenie to run the tutorial and the details are below: (magiclamp) [email protected]:/work/chen03/marine_AB/chen_run/meta_DR/fun_magic/test$ MagicLamp.py HmmGenie -hmm_dir HMMs/ -hmm_ext hmm -bin_dir test_data/ -bin_ext txt -out hmmgenie_out -bit HMMs/bitscores.txt Finding ORFs for Acidithiobacillus_ferrooxidans.txt Starting main pipeline... where most common options are: To see more help on available options, do hmmsearch -h rm: cannot remove 'hmmgenie_out/Acidithiobacillus_ferrooxidans.txt-HMM/MtrC_TIGR03507.hmm.txt': No such file or directory Do you you what happened? Thanks! |
Hi @Tsingsjeen, Sorry for the year-long delay in getting back to this. HmmGenie has undergone recent changes, including to the above code block where the error is traced to. So please let me know if you're still having issues. Thanks, |
All required arguments provided!
Finding ORFs for Acidithiobacillus_ferrooxidans.txt
Finding ORFs for Mariprofundus_ferrooxidans_PV-1.txt
Finding ORFs for Rhodopseudomonas_palustris_TIE-1.txt
Finding ORFs for Shewanella_oneidensis_MR-1.txt
starting main pipeline...
Traceback (most recent call last):xidans.txt: 25%
File "
/MagicLamp/MagicLamp.py", line 46, in/MagicLamp/genies/HmmGenie.py", line 788, in mainHmmGenie.main()
File "
% (metaDict[hmm]["evalue"], int(args.t), outDirectory, i, hmm, outDirectory, i, hmm, args.hmm_dir, hmm, outDirectory, i))
UnboundLocalError: local variable 'metaDict' referenced before assignment
The text was updated successfully, but these errors were encountered: