Skip to content

Conversation

@tae898
Copy link

@tae898 tae898 commented Nov 30, 2021

This fixes the issue

@tae898
Copy link
Author

tae898 commented Nov 30, 2021

The test Flask versions are below:

Flask==2.0.2
Flask-Cors==3.0.10
Flask-Limiter==2.0.2

@tae898 tae898 mentioned this pull request Nov 30, 2021
@amirouche
Copy link

It would be nice to add ==2.0.2 in

'limits', 'flask >= 0.12.3', 'flask-cors', 'flask-limiter',
similar thing for flask-cors

@tae898
Copy link
Author

tae898 commented Nov 30, 2021

alright!

@tae898
Copy link
Author

tae898 commented Nov 30, 2021

@amirouche done.

build.sh Outdated
pip3 install -e '.[vectors]'
check_db
snakemake --resources 'ram=30' -j 2 $@
snakemake --resources 'ram=30' -j$(nproc) $@

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to use nproc --ignore=1 so that when the build.sh is run there is still some cpu available to do stuff.

@tae898
Copy link
Author

tae898 commented Dec 1, 2021

oh sorry I was supposed to make separate PRs. Sorry for the confusion.

@tae898
Copy link
Author

tae898 commented Dec 1, 2021

Corrected!

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

Successfully merging this pull request may close these issues.

limiter fails

2 participants