-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I try to upload a matrix with expression analysis with 16 columns, one column is the file name and the rest 15 is the data.
I have uploaded biomaterial with 15 samples, matching the names of the samples.
My issue is that when I upload the matrix I get the following notice:
"Notice: Undefined index: re_stop in tripal_expression_data_loader->run() (line 350 of /var/www/clients/client31/web132/web/sites/all/modules/tripal_analysis_expression/tripal_analysis_expression/includes/TripalImporter/tripal_expression_data_loader.inc)."
and in the jobs description I get:
"Loading complete: 0%. Memory: 29,262,080 bytes.
Expression data in the data section of the matrix format must have a feature name followed by tab separated expression values. The number of expression values for each feature must equal the number of biomaterials in the matrix file header. Example matrix format:
...
Loader failed on the following line:
seq1 58.31 49.35 31.57 28.39 27.09 16.95 31.89 39.82 28.33 25.85 23.47 36.57 34.74 28.97 33.1
. Expected 17 columns but only found 16 column(s).
Done.
Committing Transaction..."
Please advise me on how to proceed