Open RSWilson1 opened 1 week ago
Case insensitive matching for sample sheet, this would deal with scenarios where SampleSheet.csv is named incorrectly as sampleSheet.csv or samplesheet.csv.
https://github.com/eastgenomics/eggd_ici_uploader/blob/83b77d03c2775f02e892112382ef048f17b6da09/src/script.sh#L64
find -iname does case insensitive matching which could be used?
Case insensitive matching for sample sheet, this would deal with scenarios where SampleSheet.csv is named incorrectly as sampleSheet.csv or samplesheet.csv.
https://github.com/eastgenomics/eggd_ici_uploader/blob/83b77d03c2775f02e892112382ef048f17b6da09/src/script.sh#L64