GreenleafLab / ChrAccR

Analyzing chromatin accessibility data in R
https://GreenleafLab.github.io/ChrAccR/
18 stars 7 forks source link

Error in logger.error #18

Closed Chrisdoan9 closed 1 year ago

Chrisdoan9 commented 1 year ago

Hello,

I try to run the vignette and got this error. Would you please have a suggestion?

run_atac("ChrAccR_analysis", "bamFilenameFull", sampleAnnot, genome="hg38", sampleIdCol="sampleId", regionSets=regionSetList)

2023-07-31 17:44:04 3.8 INFO Analysis directory already exists 2023-07-31 17:44:04 3.8 STATUS STARTED ChrAccR analysis 2023-07-31 17:44:04 3.8 ERROR Starting new analysis although the analysis directory already exists. For continuing an existing analysis 'input' argument has to be NULL Error in logger.error("Starting new analysis although the analysis directory already exists. For continuing an existing analysis 'input' argument has to be NULL") : Starting new analysis although the analysis directory already exists. For continuing an existing analysis 'input' argument has to be NULL

demuellae commented 1 year ago

Try deleting the ChrAccR_analysis directory if you want to restart the analysis