Skip to content

Commit

Permalink
Merge pull request #555 from umccr/bugfix/initialise-library-set
Browse files Browse the repository at this point in the history
Initialise library set to prevent sfn failing
  • Loading branch information
alexiswl authored Sep 17, 2024
2 parents 2950821 + 2e37c57 commit 1c3c3dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
},
"id_type": {
"S": "${__instrument_run_partition_name__}"
},
"library_set": {
"SS": []
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
},
"id_type": {
"S": "${__instrument_run_partition_name__}"
},
"library_set": {
"SS": []
}
}
},
Expand Down

0 comments on commit 1c3c3dd

Please sign in to comment.