pipelines.chromake.scripts.config.check_sample_files_exist
pipelines.chromake.scripts.config.check_sample_files_exist(config_path)Check if all R1 and R2 FASTQ files listed in the config exist.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| config_path | str | Path to the YAML config file. | required |
Returns
| Name | Type | Description |
|---|---|---|
| bool | True if all R1 and R2 files exist, False otherwise. |