Skip to content

Commit

Permalink
variable n_locus not used
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Mar 27, 2018
1 parent b9d7939 commit 8d7864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlst_download_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function download_cgmlst_scheme(target_id, output_dir)
run(`unzip -oq $scheme_zip_file -d $scheme_dirname/tmp`)
rm(scheme_zip_file)
scheme_files = readdir(joinpath(scheme_dirname, "tmp"))
n_locus = 0

for scheme_file in scheme_files
# print to show progress:
if length(locus_files) % 200 == 0
Expand Down

0 comments on commit 8d7864a

Please sign in to comment.