-
Notifications
You must be signed in to change notification settings - Fork 7
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
is it memory issues? #6
Comments
Hi @starolson ! Do you know at which stage it does segfault (like, gene prediction / domain annotation / CRF model)? I don't think it's memory issues, probably a bug in either Pyrodigal or PyHMMER. There has been some issues with earlier versions so make sure you have the latest available version of everything first: $ pip install -U gecco-tool pyhmmer pyrodigal Next question is: do you have one of these new MacBooks with the M1 chipset? On those, HMMER is not available natively, so there has been issues in the past as well on that specific platform. |
I ran this code but it failed at Collecting python3-timbl
|
Okay that's fine, from what i read the issue happens in the ORF finding stage, so it's likely a bug with Pyrodigal. Could you please do the following: Report the Pyrodigal versionRun the following command to get the local version: Run Pyrodigal on your contigsTry to run Pyrodigal on its own on your contigs: |
Okay it looks like you have two different versions of Python on you Mac, probably one installed with Miniconda and another one from somewhere else, and the Try doing |
@starolson : Unless they contain sensitive data, would you be okay sharing your |
Hello, excuse my ignorance please :) I am having an issue with running gecco on my laptop ( macbook pro) and I get this issue.
zsh: segmentation fault gecco -v run --genome contigs.fa
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
I am trying to search for BGCs in a contigs file after assembling reads from a soil sample ( metagenomes) . Does gecco work directly on such files or does it have to be only one genome at a time. Am I missing out something? Is it a memory issue or problem in installation? I ran gecco before on a refseq genome from NCBI and it worked fine.
The text was updated successfully, but these errors were encountered: