Skip to content

Monitoring single positions #28

@alexomics

Description

@alexomics

Occasionally I need to monitor a single sequencing position rather than all connected sequencing positions. Currently to accomplish this (monitoring MinKNOW and FASTQ) requires starting two minFQ instances that each upload only one aspect, e.g:

# Upload only FASTQ
minFQ ... -w /path/to/folder -nm
# Upload only live data
minFQ ... -nf

Ideally there should be a switch/flags for including or excluding named sequencing devices. e.g:

# Upload only device X1 and X2, exclude all other devices
minFQ ... --include X1 X2
# Exclude device X1 only include all other devices
minFQ ... --exclude X1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions