Great, thanks for sharing the history @janslet
The messages from the tool can be found on the job’s Details tab (i-info icon on a dataset).
This is your view from one of the jobs in the history you linked above. It is describing that the tool couldn’t “find the right data” for some keys. This indicates a metadata problem.
Now, that can be confusing - but backing up and examining the metadata template versus what you currently have is where to start. Thanks for loading up a few of the sheets in plain text! Very helpful!
The different template formats are available here. → GitHub - ELIXIR-Belgium/ENA-metadata-templates: TSV and XLSX templates for submitting ENA objects (study, experiment, sample and run) using the ENA-upload-tool
Your choice of template needs to match your choice on this form. For this run, you selected ERC000011 and from what I see of the two sheets that did upload, that is what you are actually using.
However, I see what is likely the problem. For the primary Run key, there are duplicated entries. This could produce the type of error you had – the scripts at ENA were looking for a 1-1 relationship, but found multiple rows with slightly different content, the tool was confused, and died.
Example of some duplicates:
Then the template with some annotations showing how there are multiple primary keys and how they link everything together on the Experiment sheet. This means if you want to group R1 and R2 reads, that would be on the Sample sheet instead.
There may be more issues, so correct this then iterate until you fully solve the data organization. The instructions at the Github above also show how to construct this in json format along with a detailed guide.
Your experiment isn’t overly large, so you could also decide to use the direct entry method instead. But this is your choice! Filling out a Galaxy form would be tedious for so many samples! You might as well do that in the Excel sheet (or with tabular files) since you plan to reuse it for the actual submission.
Xref → Hands-on: Submitting sequence data to ENA / Submitting sequence data to ENA / Using Galaxy and Managing your Data
Hope this helps! 