Skip to content

Commit

Permalink
remove outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Apr 1, 2024
1 parent a4af485 commit 3a0a7c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ async def load(
sequencing_read_input = entity_inputs["sequencing_read"]
assert isinstance(sequencing_read_input, EntityInput)
reference_genome_input = entity_inputs.get("reference_genome")
print("reference_genome_input: ", reference_genome_input)
reference_genome_id: ID | None = None
if reference_genome_input:
print("reference_genome_input.entity_id: ", reference_genome_input.entity_id)
assert isinstance(reference_genome_input, EntityInput)
reference_genome_id = ID(reference_genome_input.entity_id)

Expand Down

0 comments on commit 3a0a7c3

Please sign in to comment.