problem with Abyss assembler - cma-permission-denied
1
1
Entering edit mode
5.1 years ago

Hi everyone! I'm new in the process of assembling a genome so, please, forgive my mistakes.

I was trying to find the optimal k parameter with the Abyss assembler. For that I followed the manual and wrote this bash script:

    #!/bin/bash

for k in `seq 20 8 90`; do
        mkdir k$k
        abyss-pe np=4 -C k$k k=$k name=cloroplast lib='pea' \
        pea='../../../ZM1/ZM1_R1.fastq ../../../ZM1/ZM1_R2.fastq'
done
abyss-fac k*/cloroplast-contigs.fa

enter image description here Can someone tell me what did I do wrong? Thank you in advance :)

assembly • 1.8k views
ADD COMMENT
0
Entering edit mode

How did you install Abyss?

ADD REPLY
0
Entering edit mode

I installed it in an Anaconda environment, with this conda installers: https://anaconda.org/bioconda/abyss

ADD REPLY
1
Entering edit mode
5.1 years ago
JC 13k

Your bash script is fine, but your MPI installation is restricting memory access as the WARNING correctly describes.

ADD COMMENT
0
Entering edit mode

Thank you for your answer :) Is there a way to change this MPI installation that is restrincting memory access?

ADD REPLY

Login before adding your answer.

Traffic: 2680 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6