zhangrengang / Centromics

Centromics: visualing centromeres with multiple omics data
GNU General Public License v3.0
18 stars 10 forks source link

Error: not find drmaa library #19

Open liuniba opened 2 months ago

liuniba commented 2 months ago

Hello, I would like to use HiHi and chip data to find the centromere sequence of the genome. However, When I run the following command, an error occurs: Command:centromics -l m64144_220615_194259.ccs.fastq.gz -g L14.Chr.fasta -pre hifi -chip chip.merged.sorted.bam -hic merged_nodups.hic Error: [INFO] Grid computing is not available because DRMAA not configured properly: Could not find drmaa library. Please specify its full path using the environment variable DRMAA_LIBRARY_PATH [INFO] No DRMAA (see https://github.com/pygridtools/drmaa-python), Switching to local mode.

Looking forward to your reply, thank you~

zhangrengang commented 2 months ago

It has no affect on the downstream analysis. You can just omit it.

liuniba commented 1 month ago

It has no affect on the downstream analysis. You can just omit it.

Thank you very much!! have successfully run and obtained the results!