Skip to content
Snippets Groups Projects
Commit de4f443c authored by felmer's avatar felmer
Browse files

adapt to changed logging

SVN: 20569
parent 4dc3e571
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ faulty-no-mapping --------------------
ERROR: file1.mzXML - no mapping could be found for this dataset
faulty-non-unique-mapping --------------------
ERROR: file1.mzXML - cannot upload the file: sample '/TEST/any' does not exist or is not connected to any experiment.
ERROR: file1.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the space 'TEST' with property 'samplename' set to 'any' in any experiment>
ERROR: file2.mzXML - cannot upload the file: sample '/TEST/any' does not exist or is not connected to any experiment.
ERROR: file2.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the space 'TEST' with property 'samplename' set to 'any' in project 'TEST_PROJECT', experiment name = 'Praktikum Metabolic Networks 2009'>
ERROR: file3.mzXML - no mapping could be found for this dataset
......@@ -24,6 +26,7 @@ faulty-to-many-mapping-files --------------------
ERROR: No datasets from the directory 'faulty-to-many-mapping-files' can be processed because there is more than one file with extension '[tsv]'.
faulty-unknown-mapping --------------------
ERROR: file1.mzXML - cannot upload the file: sample '/TEST/unknown' does not exist or is not connected to any experiment.
ERROR: file1.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the space 'TEST' with property 'samplename' set to 'unknown' in any experiment>
ERROR: file2.mzXML - cannot upload the file: No project 'UNKNOWN' could be found in the 'TEST' space!
ERROR: file3.mzXML - cannot upload the file: experiment and project columns should be both empty or should be both filled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment