You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running bohra on Spartan with the conda install version.
14
Traceback (most recent call last):
File "/data/gpfs/projects/xx/anaconda3/envs/bohra/bin/bohra", line 10, in <module>
sys.exit(main())
File "/data/gpfs/projects/xx/anaconda3/envs/bohra/lib/python3.8/site-packages/bohra/bohra.py", line 133, in main
args.func(args)
File "/data/gpfs/projects/xx/anaconda3/envs/bohra/lib/python3.8/site-packages/bohra/bohra.py", line 30, in run_pipeline
return(R.run_pipeline())
File "/data/gpfs/projects/xx/anaconda3/envs/bohra/lib/python3.8/site-packages/bohra/SnpDetection.py", line 663, in run_pipeline
self._check_kraken2DB(checking = False)
File "/data/gpfs/projects/xx/anaconda3/envs/bohra/lib/python3.8/site-packages/bohra/SnpDetection.py", line 311, in _check_kraken2DB
self.check_kraken2_files(k2db = self.kraken_db)
AttributeError: 'RunSnpDetection' object has no attribute 'check_kraken2_files'
Got this error message. I guess the function may not be set up because bohra was more often to be run without --kraken_db parameter.
Cheers,
I love MDU . :D
Josh
The text was updated successfully, but these errors were encountered:
Hi Kristy,
I was running bohra on Spartan with the conda install version.
Got this error message. I guess the function may not be set up because bohra was more often to be run without
--kraken_db
parameter.Cheers,
I love MDU . :D
Josh
The text was updated successfully, but these errors were encountered: