databio / pepatac

A modular, containerized pipeline for ATAC-seq data processing
http://pepatac.databio.org
BSD 2-Clause "Simplified" License
51 stars 13 forks source link

There’s NO JAVA in docker image #243

Open victorwang123 opened 1 year ago

victorwang123 commented 1 year ago

Hi, when I Run PEPATAC in a container. The code follows: docker pull databio/pepatac But everytime I run the script, it shows : The following required tool(s) are not callable: java python samtools bedtools bowtie2 fastqc macs2 preseq samblaster skewer perl wigToBigWig bigWigCat bedToBigBed Rscript. And I enter the docker image, I found there's no java. Can you fix this bug? Thanks very much