Empty values are supposedly not being validated. However, when having 2 empty values that belong to a field that should be unique get flagged as non-unique.
ERROR ~ Validation of pipeline parameters failed!
-- Check '.nextflow.log' file for details
The following invalid input values have been detected:
* --mapping_constrains (/workspace/viralgenie/assets/samplesheets/mapping_constrains.csv): Validation of file failed:
-> Entry 3: Detected non-unique combination of the following fields: [species, segment]
-> Entry 3: Detected non-unique combination of the following fields: [id]
-> Value does not match against the schemas at indexes [0, 1]
Empty values are supposedly not being validated. However, when having 2 empty values that belong to a field that should be unique get flagged as non-unique.
Example samplesheet: mapping_constrains.json Example schema: mapping_constrains.csv
Error Message: