Code for analyses presented in the Flow.bio paper.
To run the scripts/download_files.py script you need to have a credentials.json file in the same folder, with the following structure:
{
"username": "yourUsernameHere",
"password": "yourPasswordHere"
}