We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, just started here. I think there are a couple of errors in the install docs
First, to build ABruijn, run:
python install.py build I used python setup.py build
python setup.py build
ABruijn could be invoked with the following command:
bin/abruijn This then worked, I haven't tested out the full algorithm with test or my data yet though
This then worked, I haven't tested out the full algorithm with test or my data yet though
Additonally, you may install the package for the better OS integration:
python setup.pu install
Correction python setup.py install
python setup.py install
The text was updated successfully, but these errors were encountered:
Thank you for catching this! It's fixed now.
Sorry, something went wrong.
No branches or pull requests
Hi, just started here.
I think there are a couple of errors in the install docs
First, to build ABruijn, run:
python install.py build
I used
python setup.py build
ABruijn could be invoked with the following command:
bin/abruijn
This then worked, I haven't tested out the full algorithm with test or my data yet though
Additonally, you may install the package for the better OS integration:
python setup.pu install
Correction
python setup.py install
The text was updated successfully, but these errors were encountered: