-
Notifications
You must be signed in to change notification settings - Fork 19
A quickstart running on Mac OS X #16
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
Comments
ctb, I see from your Quickstart that you're also running CompareM on macOS. I'm running on macOS High Sierra 10.13.3, and have been able to install comparem and run wf_aai without any errors. Both the genecalling and simliarity search seem to produce viable output (at least in query_genes.faa & hits_sorted.tsv (the .dmnd file is unreadable)). However, aai_summary.tsv only contains information for # genes in each genome; #orthologs and AAI info all contain zeros. This occurs with our without the changes in your Quickstart method. So it seems that aai_calculator.py may be the culprit for me (and seemingly others, too)... have you run into any problems such as this? Does anything in particular seem like it could cause this? Thanks |
first question - were you able to run it on the data set I tried it on, the one that's included with sourmash? and did you see the same problem? let me know! |
Yes, same problem using the sourmash dataset. Terminal gives the following output, regardless if I change the 'sed' and 'sort' commands or leave them as originally written: |
hi @c1imbe2 try this:
and then modify the file. My instructions were wrong - you don't want to do a regular pip install! |
(The |
I uninstalled using |
Sorry - do git checkout, cd into dir, do pip install -e in that dir! :)
…--
Titus Brown, [email protected]
On Mar 15, 2018, at 1:01 PM, c1imbe2 ***@***.***> wrote:
I uninstalled using pip uninstall comparem and re-installed using pip install -e comparem. Same result. I can delete similarity_search.py and comparem still runs fine.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ctb Thanks -- this worked for me. After installing in developer mode, the trick was editing the simliarity_search.py found in the the python2.7/comparem directory, not the directory containing cloned files. Thank you!! |
great!!
|
I am sorry @ctb but I am not able to get comparm working on my mac. |
Bits and pieces of comparem are mildly incompatible with Mac OS X (Sierra, in my case). See this quickstart for getting it working.
I'll provide patches and pull requests as I can, but thought I'd leave this here for others!
The text was updated successfully, but these errors were encountered: