Skip to content

Commit

Permalink
Use _ instead of space
Browse files Browse the repository at this point in the history
  • Loading branch information
finngl committed Nov 27, 2023
1 parent 9c7208a commit f55e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bifrost_chewbbaca/run_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run_pipeline(self):
'species_detection': Category(summary={"detected_species": "Salmonella enterica"}),
'sample_info': Category(summary={
'institution': 'TEST',
'sofi_sequence_id': run_name + ' ' + sample_name
'sofi_sequence_id': run_name + '_' + sample_name
})
}
)
Expand Down

0 comments on commit f55e761

Please sign in to comment.