Closed ldumond closed 5 years ago
Hi @ldumond, I'm not sure you're still working on this. The error seems to be that the seed
variable is not given in the concoct_refine
script. Since you have already started modifying the source code you are probably confident enough to just add a number of your choice in the function call, for example:
assigns = vbgmm.fit(np.copy(transform_k,order='C'),int(NK), 11, int(args.threads))
I'll keep this issue open until this is fixed in the develop version.
I have been trying to use concoct_refine on my binning using the following line
in which Concoct version=1.0.0 and concoct_refine was modified according to issue #243 Unfortunately I get the following message:
Here is the vbgmm.pyx script
Thank you for your support