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

Green Table Additions #20

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7e6f9dc
Modified model based off green table
Oct 6, 2023
bd24709
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Oct 6, 2023
359af03
fixed typo
Oct 6, 2023
ac9d78a
removed undefined slot
Oct 6, 2023
752f3a8
removed identifer because multipple are not allowed
Oct 6, 2023
fd158a4
generate another formats
actions-user Oct 6, 2023
1b43978
Added all 3 blue boxes (digital data asset) as well as their respecti…
Oct 12, 2023
d420a9c
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Oct 12, 2023
9804ac4
Removed any_of due to errors when generating other formats.
Oct 12, 2023
4023b6c
generate another formats
actions-user Oct 12, 2023
b694019
Trying any_of for everything except in_taxon
Oct 16, 2023
3af3dd2
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Oct 16, 2023
724dada
generate another formats
actions-user Oct 16, 2023
5c26a4d
Added 'subsets' to the model to help organize the classes.
Oct 20, 2023
f959a1a
generate another formats
actions-user Oct 20, 2023
307e44f
fixing merge conflict
Nov 1, 2023
a0dec38
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 1, 2023
af270a1
generate another formats
actions-user Nov 1, 2023
64f0d9a
Fixed errors caught by linter and changed nm to nM
Nov 2, 2023
dde508d
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 2, 2023
26f16a2
generate another formats
actions-user Nov 2, 2023
85290e5
Fixed indentation problem for EnrichedCellSample.wasGeneratedBy
Nov 2, 2023
4674395
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 2, 2023
a05fdbe
generate another formats
actions-user Nov 2, 2023
f97cb9c
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
536e4c8
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 7, 2023
1899a6c
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
80b5b47
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
c9de75f
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
cbd9d78
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
ae2722b
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
4c1dfa3
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
736e7f1
testing out new workflow that pushes kbmodel.py to bkbit repository
Nov 7, 2023
71df609
Adding linkml_runtime=1.6.0 package to help with current linkml issue
Nov 8, 2023
f831fdf
add linkml-runtime==1.6.0 to temporarily resolve linkml issue
Nov 8, 2023
0d90f53
generate another formats
actions-user Nov 8, 2023
d227fa7
always run pydantic version 2
Nov 16, 2023
42fe928
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 16, 2023
b9ee132
changed biolink prefix
Nov 16, 2023
0539a8e
changed biolink prefix
Nov 16, 2023
a44b625
changed biolink prefix name to resolve prefix mismatch error
Nov 16, 2023
098bb33
generate another formats
actions-user Nov 16, 2023
5b080b5
modified pushtobkbit workflow to run only after generateotherformats …
Nov 17, 2023
7c86106
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 17, 2023
f3bd4f1
changed entity to material sample and process to procedure
Nov 17, 2023
1d82942
generate another formats
actions-user Nov 17, 2023
fdbef80
Modified 'test' workflows to run on push to any branch and trying to …
Nov 17, 2023
01c9e9f
Merge branch 'notebook_additions' of https://github.com/puja-trivedi/…
Nov 17, 2023
4a14153
removed changes to workflows (created separate branch for these changes)
Nov 21, 2023
e58a65a
generate another formats
actions-user Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 153 additions & 35 deletions erdiagram-autogen/kbmodel.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
```mermaid
erDiagram
LibraryPool {
integer avg_size_bp
float tube_contents
AlignedData {
string id
iri_type iri
category_typeList category
Expand All @@ -24,6 +22,59 @@ Agent {
label_type name
narrative_text description
}
Alignment {
stringList provided_by
uriorcurieList xref
label_type full_name
label_typeList synonym
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
SequencedData {
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
Sequencing {
stringList provided_by
uriorcurieList xref
label_type full_name
label_typeList synonym
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
LibraryPool {
integer avg_size_bp
float quantity_fmol
float quantity_pM
float concentration_nm
integer volume_ul
float tube_contents
string tube_barcode
integer read1_length
integer read2_length
integer index1_length
integer index2_length
float PhiX_spike
boolean custom_primers
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
LibraryPooling {
stringList provided_by
uriorcurieList xref
Expand Down Expand Up @@ -60,12 +111,13 @@ LibraryAliquoting {
Library {
string method
datetime creation_date
float input_quantity
boolean process_pass
PassFailResult pass_fail_result
integer avg_size_bp
float quantification_fmol
float quantification_ng
float quantification_nm
float concentration_nm
float quantity_fmol
float quantity_ng
float input_quantity
stringList cohort
string r1_index
string r1_sequence
string r2_index
Expand All @@ -90,11 +142,11 @@ LibraryConstruction {
narrative_text description
}
AmplifiedCdna {
string method
float input_quantity
boolean process_pass
integer pcr_cycles
float percent_cdna_longer_than_400bp
PassFailResult pass_fail_result
date creation_date
stringList cohort
integer num_cycles
float percent_greater_than_400bp
string id
iri_type iri
category_typeList category
Expand All @@ -115,8 +167,10 @@ CdnaAmplification {
narrative_text description
}
BarcodedCellSample {
integer input_quantity
stringList cohort
string port_well
string sample_quality_count
integer expected_cell_capture
string id
iri_type iri
category_typeList category
Expand All @@ -137,14 +191,16 @@ CellBarcoding {
narrative_text description
}
EnrichedCellSample {
string histone_modification_marker
string population
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
CellEnrichment {
Activity {
stringList provided_by
uriorcurieList xref
label_type full_name
Expand All @@ -157,7 +213,8 @@ CellEnrichment {
narrative_text description
}
DissociatedCellSample {
string cell_prep_type
string source_barcode_name
CellPrepType cell_prep_type
string facs_population_plan
integer num_cells_collected
string id
Expand Down Expand Up @@ -189,7 +246,7 @@ TissueSample {
label_type name
narrative_text description
}
TissueDissecting {
TissueDissection {
stringList provided_by
uriorcurieList xref
label_type full_name
Expand Down Expand Up @@ -263,10 +320,38 @@ Donor {
label_type name
narrative_text description
}
RoiPolygon {
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
RoiDelineation {
stringList provided_by
uriorcurieList xref
label_type full_name
label_typeList synonym
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
ProvEntity {

}
Activity {
Entity {
string id
iri_type iri
category_typeList category
stringList type
label_type name
narrative_text description
}
Split {
stringList provided_by
uriorcurieList xref
label_type full_name
Expand All @@ -278,7 +363,11 @@ Activity {
label_type name
narrative_text description
}
Entity {
CellEnrichment {
stringList provided_by
uriorcurieList xref
label_type full_name
label_typeList synonym
string id
iri_type iri
category_typeList category
Expand Down Expand Up @@ -308,10 +397,11 @@ GenomeAssembly {
narrative_text description
}
GenomeAnnotation {
uriorcurie reference_assembly
string version
stringList digest
stringList content_url
string authority
AuthorityType authority
string reference_assembly
biological_sequence has_biological_sequence
string id
label_type in_taxon_label
Expand All @@ -328,6 +418,7 @@ GenomeAnnotation {
GeneAnnotation {
BioType molecular_type
string source_id
string referenced_in
string symbol
uriorcurieList xref
biological_sequence has_biological_sequence
Expand All @@ -353,11 +444,27 @@ Checksum {
narrative_text description
}

AlignedData ||--}o SequencedData : "wasDerivedFrom"
AlignedData ||--}o Alignment : "wasGeneratedBy"
AlignedData ||--}o Agent : "wasAttributedTo"
AlignedData ||--}o Attribute : "has attribute"
Agent ||--}o Attribute : "has attribute"
Alignment ||--}o SequencedData : "used"
Alignment ||--}o AlignedData : "generated"
Alignment ||--}o Agent : "wasAssociatedWith"
Alignment ||--}o Attribute : "has attribute"
SequencedData ||--}o LibraryPool : "wasDerivedFrom"
SequencedData ||--}o Sequencing : "wasGeneratedBy"
SequencedData ||--}o Agent : "wasAttributedTo"
SequencedData ||--}o Attribute : "has attribute"
Sequencing ||--}o LibraryPool : "used"
Sequencing ||--}o SequencedData : "generated"
Sequencing ||--}o Agent : "wasAssociatedWith"
Sequencing ||--}o Attribute : "has attribute"
LibraryPool ||--}o LibraryAliquot : "wasDerivedFrom"
LibraryPool ||--}o LibraryPooling : "wasGeneratedBy"
LibraryPool ||--}o Agent : "wasAttributedTo"
LibraryPool ||--}o Attribute : "has attribute"
Agent ||--}o Attribute : "has attribute"
LibraryPooling ||--}o LibraryAliquot : "used"
LibraryPooling ||--}o LibraryPool : "generated"
LibraryPooling ||--}o Agent : "wasAssociatedWith"
Expand Down Expand Up @@ -394,14 +501,12 @@ CellBarcoding ||--}o EnrichedCellSample : "used"
CellBarcoding ||--}o BarcodedCellSample : "generated"
CellBarcoding ||--}o Agent : "wasAssociatedWith"
CellBarcoding ||--}o Attribute : "has attribute"
EnrichedCellSample ||--|o CellEnrichment : "source barcode name"
EnrichedCellSample ||--}o DissociatedCellSample : "wasDerivedFrom"
EnrichedCellSample ||--}o CellEnrichment : "wasGeneratedBy"
EnrichedCellSample ||--}o Activity : "wasGeneratedBy"
EnrichedCellSample ||--}o Agent : "wasAttributedTo"
EnrichedCellSample ||--}o Attribute : "has attribute"
CellEnrichment ||--}o DissociatedCellSample : "used"
CellEnrichment ||--}o EnrichedCellSample : "generated"
CellEnrichment ||--}o Agent : "wasAssociatedWith"
CellEnrichment ||--}o Attribute : "has attribute"
Activity ||--}o Attribute : "has attribute"
DissociatedCellSample ||--}o TissueSample : "wasDerivedFrom"
DissociatedCellSample ||--}o CellDissociation : "wasGeneratedBy"
DissociatedCellSample ||--}o Agent : "wasAttributedTo"
Expand All @@ -411,13 +516,13 @@ CellDissociation ||--}o DissociatedCellSample : "generated"
CellDissociation ||--}o Agent : "wasAssociatedWith"
CellDissociation ||--}o Attribute : "has attribute"
TissueSample ||--}o BrainSection : "wasDerivedFrom"
TissueSample ||--}o TissueDissecting : "wasGeneratedBy"
TissueSample ||--}o TissueDissection : "wasGeneratedBy"
TissueSample ||--}o Agent : "wasAttributedTo"
TissueSample ||--}o Attribute : "has attribute"
TissueDissecting ||--}o BrainSection : "used"
TissueDissecting ||--}o TissueSample : "generated"
TissueDissecting ||--}o Agent : "wasAssociatedWith"
TissueDissecting ||--}o Attribute : "has attribute"
TissueDissection ||--}o BrainSection : "used"
TissueDissection ||--}o TissueSample : "generated"
TissueDissection ||--}o Agent : "wasAssociatedWith"
TissueDissection ||--}o Attribute : "has attribute"
BrainSection ||--}o BrainSegment : "wasDerivedFrom"
BrainSection ||--}o BrainSegmentSectioning : "wasGeneratedBy"
BrainSection ||--}o Agent : "wasAttributedTo"
Expand All @@ -436,11 +541,26 @@ BrainExtraction ||--}o Agent : "wasAssociatedWith"
BrainExtraction ||--}o Attribute : "has attribute"
Donor ||--}o OrganismTaxon : "in taxon"
Donor ||--}o Attribute : "has attribute"
RoiPolygon ||--}o BrainSection : "wasDerivedFrom"
RoiPolygon ||--}o RoiDelineation : "wasGeneratedBy"
RoiPolygon ||--}o Agent : "wasAttributedTo"
RoiPolygon ||--}o Attribute : "has attribute"
RoiDelineation ||--}o BrainSection : "used"
RoiDelineation ||--}o RoiPolygon : "generated"
RoiDelineation ||--}o Agent : "wasAssociatedWith"
RoiDelineation ||--}o Attribute : "has attribute"
ProvEntity ||--}o Entity : "wasDerivedFrom"
ProvEntity ||--}o Activity : "wasGeneratedBy"
ProvEntity ||--}o Agent : "wasAttributedTo"
Activity ||--}o Attribute : "has attribute"
Entity ||--}o Attribute : "has attribute"
Split ||--}o EnrichedCellSample : "used"
Split ||--}o EnrichedCellSample : "generated"
Split ||--}o Agent : "wasAssociatedWith"
Split ||--}o Attribute : "has attribute"
CellEnrichment ||--}o DissociatedCellSample : "used"
CellEnrichment ||--}o EnrichedCellSample : "generated"
CellEnrichment ||--}o Agent : "wasAssociatedWith"
CellEnrichment ||--}o Attribute : "has attribute"
ProvActivity ||--}o Entity : "used"
ProvActivity ||--}o Entity : "generated"
ProvActivity ||--}o Agent : "wasAssociatedWith"
Expand All @@ -449,10 +569,8 @@ AnnotationCollection ||--}o GenomeAnnotation : "genome_annotations"
AnnotationCollection ||--}o GenomeAssembly : "genome_assemblies"
GenomeAssembly ||--}o OrganismTaxon : "in taxon"
GenomeAssembly ||--}o Attribute : "has attribute"
GenomeAnnotation ||--}| Checksum : "digest"
GenomeAnnotation ||--}o OrganismTaxon : "in taxon"
GenomeAnnotation ||--}o Attribute : "has attribute"
GeneAnnotation ||--|o GenomeAnnotation : "referenced in"
GeneAnnotation ||--}o OrganismTaxon : "in taxon"
GeneAnnotation ||--}o Attribute : "has attribute"
Checksum ||--}o Attribute : "has attribute"
Expand Down
Loading