Skip to content

Commit

Permalink
Merge 72ef390 into 15fb89d
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Mar 27, 2019
2 parents 15fb89d + 72ef390 commit 2d2c61d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@


def mentalist_download_pubmlst( data_manager_dict, kmer_size, scheme, params, target_directory, data_table_names=DEFAULT_DATA_TABLE_NAMES ):
scheme = scheme.replace('__pd__','#')
translation_table = string.maketrans(string.punctuation, ("_" * 32))
base_path = scheme.lower().replace(" ", "_").translate(translation_table) + "_pubmlst"
today = datetime.date.today().isoformat()
Expand Down

0 comments on commit 2d2c61d

Please sign in to comment.