Open LunaP-831 opened 3 years ago
Hi!
I suspect this error is caused by the limited cores and memory available on your working node. Did you use nohup to run the snakemake? If that is the case, could you try running the snakemake command by submitting a slurm job and allocate enough cores and memory? I normally use #SBATCH -c 32 and #SBATCH --mem=80G.
Hello Gali,
Yes, I have used nohup to run the snakemake. On our cluster we don't use slurm but I did try to allocate enough cores and memory. Nothing changed. Best
Hello, thank you for developing MAESTRO!
I am someone that is fairly new to ATAC-seq analysis. I am trying to use MAESTRO for 10X scATAC-seq using the latest version and MAESTRO has its own conda environment.
My first problem was building an index for chromap. When I tried to build an index with :
chromap -i -r genome.fa -o GRCh38_chromap.index
I get the following:
Illegal instruction (core dumped)
Then I've decided to conda install chromap with
conda install -c bioconda chromap
with this I was able to build the index for chromap so, I have followed the pipeline. But as I was running the snakemake pipeline, I got the following error:Could you help me with how to get through this?
Thank you!