Description:
Extend the pipeline to support additional file formats, such as CRAM, to increase flexibility and compatibility with various input data sources.
Tasks:
Add support for reading and processing CRAM files in addition to BAM files.
Update input validation to detect and handle CRAM files.
Modify any steps that assume BAM format to work with CRAM as well.
Update documentation to reflect support for new file formats.
Description: Extend the pipeline to support additional file formats, such as CRAM, to increase flexibility and compatibility with various input data sources.
Tasks:
Example Code Block: