GithubHelp home page GithubHelp logo

Comments (11)

aneichyk avatar aneichyk commented on June 12, 2024

Complete log:
nextflow.log

from nextneopi.

riederd avatar riederd commented on June 12, 2024

Hi, thanks for opening the issue. It seems that there is a problem on your Ubuntu 20.04.2 machine to create the bioconda cnvkit env.

Can you try to verify this by running:
conda create --mkdir --yes --quiet --prefix /home/ubuntu/test_cnvkit bioconda::cnvkit=0.9.9

Would it be possible for you to test the pipeline on a CentOS 7 AWS instance? We are running CentOS 7.9 locally, and there we do not see this issue. Debian 10 seem also to work.

We have to look into this, however we are not providing the bioconda packages.

from nextneopi.

riederd avatar riederd commented on June 12, 2024

I just checked on a vanilla Ubuntu 20.04.3 docker image and it seems that the cnvkit conda installation is working.
Please make sure that you add the following conda channels before running the pipeline:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

I hope this solves your problem

from nextneopi.

aneichyk avatar aneichyk commented on June 12, 2024
[ff/c12606] process > make_CNVkit_access_file (mkCNVkitaccess) [100%] 1 of 1 ✔

Adding bioconda and conda-forge to channels solved the issue. Thanks!

from nextneopi.

aneichyk avatar aneichyk commented on June 12, 2024

Sorry, gonna reopen this one as it seems to be still issue with the environments. This time its the process RegionsBedToIntervalList
Here is the message

Error executing process > 'RegionsBedToIntervalList (RegionsBedToIntervalList)'                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                
Caused by:                                                                                                                                                                                                                                                                      
  Failed to create Conda environment                                                                                                                                                                                                                                            
  command: conda env create --prefix /home/ubuntu/nextNEOpi/work/conda/nextNEOpi-793bd3cf3a3d634bcf12326ab71820ea --file /home/ubuntu/nextNEOpi/assets/nextNEOpi.yml                                                                                                            
  status : 143                                                                                                                                                                                                                                                                  
  message:          

from nextneopi.

aneichyk avatar aneichyk commented on June 12, 2024

Here is once again a complete log:
nextflow.log

from nextneopi.

riederd avatar riederd commented on June 12, 2024

I'm sorry that you ran again into an issue.
Can you edit the /home/ubuntu/nextNEOpi/assets/nextNEOpi.yml
and replace
bioconda::pysam=0.16.0.1 with bioconda::pysam=0.16

Let me know if that works

from nextneopi.

aneichyk avatar aneichyk commented on June 12, 2024

seems to have solved the installation, but I now have an issue with CPU requirements:

  Process requirement exceed available CPUs -- req: 34; avail: 16

I tried to find where task.cpus is defined, but it doesn't seem to be in the conf/ folder or in the nf file. Could you point me to where is it defined?

Do you want me to open a different issue for this?

from nextneopi.

riederd avatar riederd commented on June 12, 2024

please look into conf/process.config you can adjust the number of cpus there for all multithreaded processes. I think in your case it is the BWA process.

from nextneopi.

riederd avatar riederd commented on June 12, 2024

In the README we state:

Before running the pipeline, the config files in the conf/ directory may need to be edited. In the params.config parameters default settings are defined. The process.config is a template for the configuration of the single processes, you may check the number of CPUs assigned for each process and adjust according to your systems capabilities.

Anyway, we lower the number of cpus in that default config in the next release.

from nextneopi.

riederd avatar riederd commented on June 12, 2024

I'm going to close this issue for now, We just released nextNEOpi_v1.2.1 that should fix the problems. Thanks again.

from nextneopi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.