# find_illumina_files Utility workflow to discover and structure Illumina run files from a GCS bucket directory. This workflow uses gcloud storage commands and is only compatible with Google Cloud Platform. ## Inputs ### Required inputs
find_illumina_files.find_illumina_files_in_directory.illumina_dir
String — Default: None
GCS bucket path to Illumina run directory (e.g., gs://bucket/path/to/run)
find_illumina_files.find_illumina_files_in_directory.fastq_dir
String? — Default: None
Override path to fastq files (defaults to {illumina_dir}/fastq)
find_illumina_files.find_illumina_files_in_directory.lane
Int? — Default: None
If specified, filter outputs to only include FASTQs from this sequencing lane number
find_illumina_files.find_illumina_files_in_directory.docker
String — Default: "ghcr.io/broadinstitute/viral-ngs:3.0.4-baseimage"
???
find_illumina_files.fastqs
Array[String]
???
find_illumina_files.runinfo_xml
String
???