Skip to content

Commit

Permalink
Add test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Nov 20, 2024
1 parent 090b73b commit 84470ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/fixtures/nmdc_db/data_object_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -825,5 +825,16 @@
"alternative_identifiers" : [
"emsl:output_456424"
]
},
{
"id" : "nmdc:dobj-11-7ag1m391",
"name" : "52818.3.460102.GTGGTGTT-GTGGTGTT.fastq.gz",
"description" : "Metagenome Raw Reads for nmdc:omprc-11-3rnpg083",
"alternative_identifiers" : [],
"file_size_bytes" : 35395496786,
"md5_checksum" : "7f3fd94c01fcece0806a739365441a4b",
"data_object_type" : "Metagenome Raw Reads",
"url" : "https://data.microbiomedata.org/data/nmdc:omprc-11-3rnpg083/nmdc:wfmsa-11-9ehf1814.1/52818.3.460102.GTGGTGTT-GTGGTGTT.fastq.gz",
"type" : "nmdc:DataObject"
}
]
17 changes: 17 additions & 0 deletions tests/fixtures/nmdc_db/metagenome_sequencing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id" : "nmdc:wfmsa-11-9ehf1814.1",
"name" : "Metagenome Sequencing Activity for nmdc:wfmsa-11-9ehf1814.1",
"started_at_time" : "2023-09-13T20:42:20.564800+00:00",
"ended_at_time" : "2023-09-13T20:42:20.564814+00:00",
"was_informed_by" : "nmdc:omprc-11-3rnpg083",
"execution_resource" : "JGI",
"git_url" : "https://github.com/microbiomedata/RawSequencingData",
"has_input" : [
"nmdc:procsm-11-wzbyx612"
],
"has_output" : [
"nmdc:dobj-11-7ag1m391"
],
"type" : "nmdc:MetagenomeSequencing",
"version" : "v1.0.0"
}

0 comments on commit 84470ab

Please sign in to comment.