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

pypi usage #25

Open
nlapier2 opened this issue Jun 8, 2024 · 0 comments
Open

pypi usage #25

nlapier2 opened this issue Jun 8, 2024 · 0 comments

Comments

@nlapier2
Copy link

nlapier2 commented Jun 8, 2024

Hello,

I am unfortunately having issues using the pypi version of the package.

The pypi page currently says to run "from sergio import sergio". But this module is not found. It turns out the name is SERGIO. So then I run "from SERGIO import sergio" and that works fine. But then when I try to run the example line

sim = sergio(number_genes=100, number_bins = 9, number_sc = 300, noise_params = 1, decays=0.8, sampling_state=15, noise_type='dpd')

I get an error:

>>> sim = sergio(number_genes=100, number_bins = 9, number_sc = 300, noise_params = 1, decays=0.8, sampling_state=15, noise_type='dpd')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: sergio.__init__() got an unexpected keyword argument 'number_genes'

It does not seem to have the other arguments either. Any help with this is much appreciated.

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

1 participant