Hello,
Thank you for the software. We're getting this error ERROR: [ATAC] FASTQ read files are present in the input directory, but the name format is incorrect. Check parameters and/or see documentation for file naming guidelines. when we're trying to run the command below
nextflow run BioRadOpenSource/omnition -params-file <HOME_DIR>/MutationProject/renamed_srr/atac_new.yaml -profile standard --force
This is how the <HOME_DIR>/MutationProject/renamed_srr/atac_new.yaml looks like
atac:
input: "<HOME_DIR>/MutationProject/original_srr/new_folder"
output: "<HOME_DIR>/MutationProject/original_srr/new_workflow_results"
workflow: "full"
reference:
directory: "<HOME_DIR>/MutationProject/references/mouse"
fasta: "<HOME_DIR>/MutationProject/references/mouse/Mus_musculus.GRCm39.dna.primary_assembly.fa.gz"
gtf: "<HOME_DIR>/MutationProject/references/mouse/Mus_musculus.GRCm39.106.gtf.gz"
blocklist: "<HOME_DIR>/MutationProject/references/mouse/mm10-blocklist.bed"
These are the FASTQs inside of the input folder, they're supposed to be already in the correct naming convention
(OmnitionEnv) [r02cb24@maxlogin1(maxwell) new_workflow_results]$ ls <HOME_DIR>/MutationProject/original_srr/new_folder
ControlRep1GmpPos_S1_L001_R1_001.fastq.gz ControlRep2LinNegCd11bPos_S1_L001_R1_001.fastq.gz KORep2GmpPos_S1_L001_R1_001.fastq.gz
ControlRep1GmpPos_S1_L001_R2_001.fastq.gz ControlRep2LinNegCd11bPos_S1_L001_R2_001.fastq.gz KORep2GmpPos_S1_L001_R2_001.fastq.gz
ControlRep1LinNegCd11bPos_S1_L001_R1_001.fastq.gz KORep1GmpPos_S1_L001_R1_001.fastq.gz KORep2LinNegCd11bPos_S1_L001_R1_001.fastq.gz
ControlRep1LinNegCd11bPos_S1_L001_R2_001.fastq.gz KORep1GmpPos_S1_L001_R2_001.fastq.gz KORep2LinNegCd11bPos_S1_L001_R2_001.fastq.gz
ControlRep2GmpPos_S1_L001_R1_001.fastq.gz KORep1LinNegCd11bPos_S1_L001_R1_001.fastq.gz
ControlRep2GmpPos_S1_L001_R2_001.fastq.gz KORep1LinNegCd11bPos_S1_L001_R2_001.fastq.gz
Would appreciate any help on this, thanks in advance.