Skip to content

Commit

Permalink
try more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Stuckey committed Sep 9, 2024
1 parent 12d8f51 commit bd1d274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_metamist.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

SG_ASSAY_QUERY: DocumentNode = gql(
request_string="""
query ($project: String!, $sgids: [String!]) {
query ($project: String!, $sgids: [String!]!) {
sequencingGroups(
project: {eq: $project},
id: {in_: $sgids}
Expand Down

0 comments on commit bd1d274

Please sign in to comment.