Hi everyone! My name is Taimor I am a bionformatics RA at BCH. I am trying to run Nextflow chipseq pipeline for some of the researchers in my lab and am encountering some issuses. Currently the error i’m getting is related to the sample sheet i don’t understand how to make it. I’m currently using,
(env_nf) **\[**\~/Nextflow**\]**
taimor**@**RDT01154 $ cat chengxin_samplesheet.csv
sample,fastq_1,fastq_2,replicate,antibody,control,control_replicate
WT_BCATENIN_IP,/storage2/researchers/chengxian/ChIP_seq/AltN468/trimmed_fastq/CXL1239_R1.trimmed.fastq.gz,,1,BCATENIN,WT_INPUT,1
WT_BCATENIN_IP,/storage2/researchers/chengxian/ChIP_seq/AltN468/trimmed_fastq/CXL1239_R2.trimmed.fastq.gz,,2,BCATENIN,WT_INPUT,2
and the error i get is,
Command output:
ERROR: Please check samplesheet -> Control identifier and replicate has to match a provided sample identifier and replicate!
Control: 'WT_INPUT_REP1'
Command error:
WARNING: Skipping mount /usr/local/var/singularity/mnt/session/etc/resolv.conf \[files\]: /etc/resolv.conf doesn't exist in container
ERROR: Please check samplesheet -> Control identifier and replicate has to match a provided sample identifier and replicate!
Control: 'WT_INPUT_REP1'
The exact command i run is,
nextflow run nf-core/chipseq \\
-profile singularity \\
--input chengxin_samplesheet.csv \\
--outdir chengxin_out \\
--fasta /storage/genomes/mm9_AJ851868ins/mm9_AJ851868ins.fa \\
--gtf /storage/genomes/mm9_AJ851868ins/annotation/genes.mm9_AJ851868ins.gtf \\
--read_length 100 \\
--save_reference
I am new to this as this is my 1st time any help would be appreciated!
best,
Taimor