Skip to content

Commit

Permalink
Quote library kit method in run.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jemma-nelson committed Jun 27, 2021
1 parent c6ff069 commit 95be484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alignprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def create_script(self, processing_info, align_id):
env_vars["GENOME"] = alignment['genome_index']
env_vars["ASSAY"] = lane['assay']
env_vars["READLENGTH"] = processing_info['flowcell']['read_length']
env_vars["LIBRARY_KIT"] = processing_info['libraries'][0]['library_kit_method']
env_vars["LIBRARY_KIT"] = '"' + processing_info['libraries'][0]['library_kit_method'] + '"'

if processing_info['flowcell']['paired_end']:
env_vars["PAIRED"] = "True"
Expand Down

0 comments on commit 95be484

Please sign in to comment.