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

Fixes to: #69

Conversation

dipayan1985
Copy link
Collaborator

  1. Experiment alias use in RUN
  2. Webin service URL - use test and not dev
  3. BioSamples mandatory attributes

1. Experiment alias use in RUN
2. Webin service URL - use test and not dev
3. BioSamples mandatory attributes
@@ -147,7 +149,9 @@ private BioSample createSourceBioSample(final List<Study> studies, final String

final BioSample sourceSample = new BioSample.Builder(source.getName())
.withRelease(Instant.now())
.withAttributes(Collections.singleton(organismAttribute.get()))
.withAttributes(List.of(organismAttribute.get(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ISA-JSON we are using actually contains those fields. I think we might want to revert this for the source sample.

collection date:

"category": {
"@id": "#characteristic_category/collection_date_323"
},
"value": {
"annotationValue": "01/01/2022",
"termSource": "",
"termAccession": ""
}
},

Geographic location:

"category": {
"@id": "#characteristic_category/geographic_location_(country_and/or_sea)_326"
},
"value": {
"annotationValue": "Belgium",
"termSource": "",
"termAccession": ""
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants