Skip to content

Commit

Permalink
flake8 whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlang committed Sep 25, 2020
1 parent 4ec9dcb commit 4f31600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_id_name(params, dbkey, fasta_description=None):

def build_salmon_index(data_manager_dict, options, params, sequence_id, sequence_name):
data_table_name = options.data_table_name or DEFAULT_DATA_TABLE_NAME
target_directory = params['output_data' ][0]['extra_files_path']
target_directory = params['output_data'][0]['extra_files_path']
if not os.path.exists(target_directory):
os.mkdir(target_directory)
args = ['salmon', 'index']
Expand Down

0 comments on commit 4f31600

Please sign in to comment.