Skip to content
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

Concoct_refine python version issues #85

Open
KimSummers opened this issue Feb 27, 2020 · 1 comment
Open

Concoct_refine python version issues #85

KimSummers opened this issue Feb 27, 2020 · 1 comment
Assignees

Comments

@KimSummers
Copy link
Collaborator

Strong crashes in concoct_refine, due to issues with python methods changing. Can be resolved by running:
sed -i 's/original_data.values()/original_data.values/g' $(which concoct_refine)
sed -i 's/.as_matrix()/.values/g' $(which concoct_refine)

@Sebastien-Raguideau
Copy link
Collaborator

I did a fork of concoct, change this stuff and added an argument to vbgmm.fit. Chris, I did a pull request on that, do you have any possibility to examine pull request for concoct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants