From 2c13fd8f5e2639a27e40c912e7db40328b04484d Mon Sep 17 00:00:00 2001 From: Francesco Beghini Date: Thu, 23 Jul 2020 13:46:28 +0200 Subject: [PATCH] Remove function --- metaphlan/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/metaphlan/__init__.py b/metaphlan/__init__.py index b548d70..f978265 100644 --- a/metaphlan/__init__.py +++ b/metaphlan/__init__.py @@ -251,9 +251,6 @@ def resolve_latest_database(bowtie2_db,mpa_latest_url, force=False): return ''.join(latest_db_version) -def download_from_dropbox(bowtie2_db): - - def check_and_install_database(index, bowtie2_db, bowtie2_build, nproc, force_redownload_latest): # Create the folder if it does not already exist if not os.path.isdir(bowtie2_db):