You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ch_all_repertoires_cloned_samplesheet = ch_all_repertoires_cloned.map{ it -> it[1] }
@@ -134,17 +139,23 @@ workflow CLONAL_ANALYSIS {
134
139
135
140
// Function to map
136
141
def get_meta_tabs(arr) {
142
+
if (arr[2].unique().size() >1) {
143
+
error "Multiple subject_id found for ${arr[0]} (${arr[2].join(', ')}). Please check your input parameters and ensure that all samples with the same 'cloneby' value have the same 'subject_id' value."
error "Multiple reference fasta files found for ${meta.id}. Please check your input parameters and ensure that all samples with the same ${params.genotypeby} value (parameter 'genotype_by') have the same ${params.cloneby} value (parameter 'clone_by')."
error "Multiple subject IDs found for ${arr[0]} (${arr[2].join(', ')}). It is not possible to perform joint genotyping of samples from different subjects. Please check the 'genotypeby' parameter."
0 commit comments