Skip to content

Commit

Permalink
Debug download script
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota committed Sep 8, 2024
1 parent 80296c7 commit 250c4cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 322 deletions.
16 changes: 0 additions & 16 deletions vclean/modules/download_database.py

This file was deleted.

4 changes: 2 additions & 2 deletions vclean/modules/download_database_for_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ def download_database(args):
if not os.path.exists(db_dir):
os.makedirs(db_dir)

# checkv_download_command = sp.run(["checkv", "download_database", db_dir])
checkv_download_command = sp.run(["checkv", "download_database", db_dir])
pfam_db_dir = db_dir + "/Pfam"
if not os.path.exists(pfam_db_dir):
os.makedirs(pfam_db_dir)
# pfam_download_command = sp.run(["wget", "-P", pfam_db_dir, "https://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam35.0/Pfam-A.hmm.gz"])
pfam_download_command = sp.run(["wget", "-P", pfam_db_dir, "https://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam35.0/Pfam-A.hmm.gz"])
pfam_db = pfam_db_dir + "/Pfam-A.hmm.gz"
unzipped_pfam_db = pfam_db_dir + "/Pfam-A.hmm"
pfam_unzip = sp.run(["gunzip", pfam_db])
Expand Down
304 changes: 0 additions & 304 deletions vclean/modules/run.py

This file was deleted.

0 comments on commit 250c4cd

Please sign in to comment.