You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Description: The pipeline currently assumes input FASTQ files are full datasets. However, in some scenarios, users may want to input pre-subset FASTQ files, such as those generated from a range request of an online BAM file. The pipeline should be updated to handle these pre-subset FASTQ files as valid input without requiring further processing.
Tasks:
Update the input handling logic to accept pre-subset FASTQ files.
Ensure that the pipeline can properly process these files without assuming they represent the entire dataset.