Skip to content

add srllc and srssc events #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

raylrui
Copy link
Contributor

@raylrui raylrui commented Apr 30, 2025

As description, SRLLC and SRSSC events need to been added to eventbus.

{
    "version": "0",
    "id": "12345678-90ab-cdef-1234-567890abcdef",
    "detail-type": "SequenceRunLibraryLinkingChange",
    "source": "orcabus.sequencerunmanager",
    "account": "000000000000",
    "time": "2025-03-00T00:00:00Z",
    "region": "ap-southeast-2",
    "resources": [],
    "detail": {
        "instrumentRunId": "123456_A7890_1234_ABCDEFGH",
        "sequenceRunId": "r.1234567890abcdefghijklmn",
        "sequenceRunOrcabusId": "seq.1234567890ABCDEFGHIJKLMN",
        "timeStamp": "2025-03-01T00:00:00.123456Z",
        "linkedLibraries": [
            "L2000000",
            "L2000001",
            "L2000002"
        ]
    }
}
{
    "version": "0",
    "id": "12345678-90ab-cdef-1234-567890abcdef",
    "detail-type": "SequenceRunSampleSheetChange",
    "source": "orcabus.sequencerunmanager",
    "account": "000000000000",
    "time": "2025-03-00T00:00:00Z",
    "region": "ap-southeast-2",
    "resources": [],
    "detail": {
        "instrumentRunId": "123456_A7890_1234_ABCDEFGH",
        "sequenceRunId": "r.1234567890abcdefghijklmn",
        "sequenceRunOrcabusId": "seq.1234567890ABCDEFGHIJKLMN",
        "timeStamp": "2025-03-01T00:00:00.123456Z",
        "sampleSheetName": "sampleSheet_v2.csv",
        "samplesheetbase64gz": "base64_encoded_samplesheet........"
    }
}

@raylrui raylrui added the feature New feature label Apr 30, 2025
@raylrui raylrui self-assigned this Apr 30, 2025
@alexiswl
Copy link
Member

alexiswl commented Apr 30, 2025

SequenceRunSampleSheetChange

Will an event for this occur for the first samplesheet (and hopefully in most cases - only) is found for an instrument run id?

@victorskl
Copy link
Member

Consider migrate this feature branch to new repo
https://github.com/OrcaBus/service-sequence-run-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants