Skip to content

Commit

Permalink
chore: rm check matching namespace (query handled)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Feb 21, 2024
1 parent 3534b23 commit e117b37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/jq/pair/monarch.jq
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ generateCurie($edge.input.id; $edge.input.curies) as $input_curie
| { $input_curie: [$response] } | .[$input_curie][0].items = [
$response.items[]
| select(. != null)
| select(
.[$output_namespace] == $edge.output.id
)
# | select(
# .[$output_namespace] == $edge.output.id
# )
| .publications = [
if .publications != null
then .publications
Expand Down

0 comments on commit e117b37

Please sign in to comment.