nf-core / chipseq

ChIP-seq peak-calling, QC and differential analysis pipeline.
https://nf-co.re/chipseq
MIT License
195 stars 150 forks source link

Process `NFCORE_CHIPSEQ:PREPARE_GENOME:GFFREAD` declares 2 input channels but 1 were specified #432

Open ftabaro opened 5 days ago

ftabaro commented 5 days ago

Description of the bug

Hello everybody, when running this pipeline with GFF annotation as input it throws the following error:

Process `NFCORE_CHIPSEQ:PREPARE_GENOME:GFFREAD` declares 2 input channels but 1 were specified

I am using the data from nf-core/test and pipeline configuration very similar to the test one. Here are my parameters:

input: samplesheet_test.csv
outdir: results
fasta: genome.fa
gff: genes.gff
read_length: 50
narrow_peak: true
skip_preseq: true

I am attaching an archive to reproduce the error.

Command used and terminal output

nextflow run nf-core/chipseq -r 2.1.0 -profile conda -params-file params.yml

Relevant files

gff-bug.zip

System information