Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ArcAssay.create allows duplicate table names #332

Closed
Freymaurer opened this issue Mar 26, 2024 · 0 comments · Fixed by #358
Closed

[BUG] ArcAssay.create allows duplicate table names #332

Freymaurer opened this issue Mar 26, 2024 · 0 comments · Fixed by #358
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@Freymaurer
Copy link
Collaborator

ArcAssay.create(
    "My Cool Assay",
    OntologyAnnotation("MT", "MS", "MS:424242", ResizeArray [Comment.create("ByeBye","Space")]), 
    OntologyAnnotation("TT", "MS", "MS:696969"), 
    OntologyAnnotation("TP", "MS", "MS:123456", ResizeArray [Comment.create("Hello","Space")]), 
    ResizeArray([ArcTable.init("Test 1"); ArcTable.init("Test 1")]),
    ResizeArray [|Person.create(firstName="Kevin", lastName="Frey")|],
    ResizeArray [|Comment.create("Hello", "World")|]
)
@Freymaurer Freymaurer added the Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant