Skip to content

Commit

Permalink
Replace __pd__ from Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Mar 27, 2019
1 parent 15fb89d commit 72ef390
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 72ef390

Please sign in to comment.