If you prefer to use pip to install DeepDETAILS, you may have to install some non-Python dependencies yourself.
For bedGraphToBigwig
(and other standalone programs made by UCSC Genome Browser team): you can directly download the binary version from the UCSC FTP site
bedGraphToBigwig input.bedGraph genome.size output.bigWig
For bedtools, it's available from many package managers. If you are an Ubuntu user, you can use sudo apt-get install bedtools
.
If you encounter with errors like the following
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 160.00 MiB (GPU 0; 23.69 GiB total capacity; 22.24 GiB already allocated; 114.06 MiB free; 23.19 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
It means you don't have enough GPU memory to support the deconvolution of your sample with the current DeepDETAILS configuration. Here are several things you can try:
--seq
in your command)--batch-size 16