Skip to content

Commit

Permalink
add the qcField to the shesmu variable name for cardea detailed cases
Browse files Browse the repository at this point in the history
  • Loading branch information
grapigeau committed Nov 25, 2024
1 parent de12ac8 commit 4a3f02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/fix_inputdef_for_cardea_detailed_cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sequencing definition should contain the qcFailed field
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public Optional<Instant> completedDate() {
return completedDate;
}

@ShesmuVariable(type = "ao4test$stype$scomplete$blimsIds$ao2id$ssupplemental$b")
@ShesmuVariable(type = "ao4test$stype$scomplete$blimsIds$ao3id$sqcFailed$bsupplemental$b")
public Set<Tuple> sequencing() {
return sequencing;
}
Expand Down

0 comments on commit 4a3f02d

Please sign in to comment.