ammaraziz / wfi

whofluIRMA - influenza assembly pipeline
9 stars 2 forks source link

Update readme with info on pattern matching in wfi_config.yaml #10

Closed ammaraziz closed 2 years ago

ammaraziz commented 2 years ago

wfi automatically detects fastq.gz files. The issue with this setup is that while it's easy for the user to run, the pattern needs to match the file name structure:

# required patterns = {sample_name} and {sample_number}
pattern_illumina : /{sample_name}_{sample_number}_L{lane_number}_{pair}_001.fastq.gz
pattern_ont : /{sample_name}_{sample_number}.fastq.gz
pattern_pgm : /{sample_name}.fastq.gz

Add instructions for users on recommended file names and how to modify the config file.