atacseq icon indicating copy to clipboard operation
atacseq copied to clipboard

getting issue when running default design csv with --genome GRCh37

Open maxozo opened this issue 4 years ago • 0 comments

Hi, I struggle to understand whats happening. I am running the pipeline from cloned github repo since I may need to adjust and implement a few aditional steps. The design.csv is the same in both occassion and is a default file for testing the pipeline.

When I run nextflow run ./nf-core/atacseq -profile cambridge,test --input ./design.csv all works ok, But when I try to run with a full genome by nextflow run ./nf-core/atacseq -profile cambridge --input ./design.csv --genome GRCh37 I get an error on MERGED_LIB_CONSENSUS- `*****

***** ERROR: Requested column 2, but database file - only has fields 1 - 0.

Warning message:

package ‘optparse’ was built under R version 3.6.3

Warning message:

package ‘UpSetR’ was built under R version 3.6.3

Error in read.table(opt$input_file, sep = "\t", header = FALSE) :

no lines available in input

Execution halted`

Is the sample data not compatible with the GRCh37? I tried also --genome hg19 but same issue appears. I can see that in the failed runs the consensus_peaks.mLb.clN.saf / OSMOTIC_STRESS_T15_R2* and all others are empty, indicating that the peaks have not been called correctly with the GRCh37. Hope you can help me. Thanks

maxozo avatar Aug 13 '21 10:08 maxozo