Home
last modified time | relevance | path

Searched refs:sample_barcode (Results 1 – 2 of 2) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dinput-blc.c953 char *cell_barcode = NULL, *sample_barcode=NULL, *lane_str=NULL; local
963 sample_barcode = testi +1;
1028 …char * testi, *lane_str = NULL, * sample_barcode = NULL, * cell_barcode, * umi_barcode; // cell_ba… local
1036 sample_barcode = testi +1;
1050 …if(sample_sheet_list->numOfElements)iCache_get_sample_id(sample_sheet_list, sample_barcode, laneno…
H A DreadSummary.c4066 char * testi, * lane_str = NULL, *sample_barcode = NULL; in scRNA_find_sample_cell_umi_from_readname() local
4070 …field_i = scRNA_scan_read_name_str(global_context, read_name, read_bin, &sample_barcode, NULL, BC_… in scRNA_find_sample_cell_umi_from_readname()
4080 if(sample_barcode == NULL || memcmp(sample_barcode, "input#", 6) || !isdigit(sample_barcode[6])) in scRNA_find_sample_cell_umi_from_readname()
4081 …SUBREADprintf("SPBCFMT_ERR %d // %s in %s // %s\n", field_i, sample_barcode, read_name, read_name … in scRNA_find_sample_cell_umi_from_readname()
4084 int lineno = atoi(sample_barcode +6) +1; in scRNA_find_sample_cell_umi_from_readname()
4095 *sample_id = scRNA_get_sample_id(global_context, sample_barcode, laneno); in scRNA_find_sample_cell_umi_from_readname()