Skip to content

Commit

Permalink
Merge pull request #43 from elixir-europe/xiaoranzhou-patch-1
Browse files Browse the repository at this point in the history
debug ENA returned error related to "failed to find reference study" by updating "WebinExperimentXmlCreator.java"
  • Loading branch information
bedroesb authored Jul 31, 2024
2 parents 52c02db + 1439fb9 commit 259eb9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private Map<Integer, String> mapExperiments(
.addText(otherMaterial.getName());
experimentElement
.addElement("STUDY_REF")
.addAttribute("refname", study.getTitle());
.addAttribute("refname", study.getTitle() + "-" + randomSubmissionIdentifier);

final Element designElement =
experimentElement.addElement("DESIGN");
Expand Down

0 comments on commit 259eb9a

Please sign in to comment.