Skip to content

Commit

Permalink
fix(util.web.download_file): Remove line used for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed May 10, 2022
1 parent 2bb2635 commit 61ee7af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions magna/ncbi/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,3 @@ def download_ncbi_assembly_file_to_disk(gid: str, target: str, file: NcbiAssembl
target_tmp = os.path.join(tmpdir, name)
download_file(url, target_tmp, md5, silent=silent)
move_file(target_tmp, target, checksum=True)


download_ncbi_assembly_file_to_disk('GCA_000006155.2', '/tmp/fo2o.fna.gz', NcbiAssemblyFileType.fna)

0 comments on commit 61ee7af

Please sign in to comment.