You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything started smoothly, even passing the check_samplesheet.py script, until NFCORE_CHIPSEQ:CHIPSEQ:BAM_PEAKS_CALL_QC_ANNOTATE_MACS3_HOMER:PLOT_MACS3_QC when I run into this error.
Error executing process > 'NFCORE_CHIPSEQ:CHIPSEQ:BAM_PEAKS_CALL_QC_ANNOTATE_MACS3_HOMER:PLOT_MACS3_QC'
Caused by:
Process `NFCORE_CHIPSEQ:CHIPSEQ:BAM_PEAKS_CALL_QC_ANNOTATE_MACS3_HOMER:PLOT_MACS3_QC` input file name collision -- There are multiple input files for each of the following file names: 50k_50min_ChIP_REP1_peaks.narrowPeak, 50k_60min_ChIP_REP2_peaks.narrowPeak, 10k_60min_ChIP_REP2_peaks.narrowPeak, 10k_50min_ChIP_REP1_peaks.narrowPeak, 50k_55min_ChIP_REP1_peaks.narrowPeak, 50k_50min_ChIP_REP3_peaks.narrowPeak, 10k_55min_ChIP_REP2_peaks.narrowPeak, 10k_50min_ChIP_REP3_peaks.narrowPeak, 10k_50min_ChIP_REP2_peaks.narrowPeak, 50k_50min_ChIP_REP2_peaks.narrowPeak, 10k_60min_ChIP_REP1_peaks.narrowPeak, 50k_60min_ChIP_REP1_peaks.narrowPeak, 50k_60min_ChIP_REP3_peaks.narrowPeak, 50k_55min_ChIP_REP3_peaks.narrowPeak, 10k_55min_ChIP_REP3_peaks.narrowPeak, 50k_55min_ChIP_REP2_peaks.narrowPeak, 10k_55min_ChIP_REP1_peaks.narrowPeak, 10k_60min_ChIP_REP3_peaks.narrowPeak
Tip: when you have fixed the problem you can continue the execution adding the option `-resume` to the run command line
I naively thought that the antibody column would be appended to the sample name to make it unique, but this is seemingly not the case.
It would be great if the documentation could be improved here so that it is clear that the sample column entries need to be unique across antibody instances. Also the script check_samplesheet.py could ideally catch this formatting error.
The text was updated successfully, but these errors were encountered:
I run chipseq v2.1.0 with a samplesheet that had shared
sample
entries across multipleantibody
entires.Here is a snipet of the samplesheet
Everything started smoothly, even passing the
check_samplesheet.py
script, untilNFCORE_CHIPSEQ:CHIPSEQ:BAM_PEAKS_CALL_QC_ANNOTATE_MACS3_HOMER:PLOT_MACS3_QC
when I run into this error.I naively thought that the
antibody
column would be appended to the sample name to make it unique, but this is seemingly not the case.It would be great if the documentation could be improved here so that it is clear that the
sample
column entries need to be unique acrossantibody
instances. Also the scriptcheck_samplesheet.py
could ideally catch this formatting error.The text was updated successfully, but these errors were encountered: