sample-sheet
sample-sheet copied to clipboard
Handle Unicode Character/Special Characters in sample sheet.
Due to the use of 'utf-8' encoding, sample_sheet that has special characters like ã or Ü won't be acceptable by SampleSheet class. We need a way to let the user know that there exist some special character which is not normal and needs to be removed before proceeding further. Fixes #112