Giter VIP home page Giter VIP logo

Comments (5)

nservant avatar nservant commented on May 26, 2024

Hi @erbon7
Thanks for reporting the issue. Indeed I can reproduce it, but I'm really surprise about it.
I'll try to investigate and come back to you
N

from hic.

nservant avatar nservant commented on May 26, 2024

@erbon7
It seems that installing cooltools from bioconda instead of pip solves the issue.
I'll need to make additional test, to update the environment and make a new release ... which could take some times.

In the meantime, you can for instance, manually update your conda env as follow ;

conda activate work/conda/nf-core-hic-1.3.0-6b228b9d59279339a55b4a54b5df58de/
conda install -c bioconda cooltools
conda deactivate

from hic.

nservant avatar nservant commented on May 26, 2024

Note that once your conda env is created (and corrected), you can set up a small config file for the conda cache dir to avoid regenerating the conda each time ...

$ cat conda.conf
conda {
  cacheDir = my_conda_dir
}
$ nextflow  run nf-core/hic -profile test,conda -c conda.conf

from hic.

erbon7 avatar erbon7 commented on May 26, 2024

Indeed, with the patch the pipeline runs successfully.
Thanks Nicolas for your fast response and for the tip.

from hic.

zcmit avatar zcmit commented on May 26, 2024

@erbon7 It seems that installing cooltools from bioconda instead of pip solves the issue. I'll need to make additional test, to update the environment and make a new release ... which could take some times.

In the meantime, you can for instance, manually update your conda env as follow ;

conda activate work/conda/nf-core-hic-1.3.0-6b228b9d59279339a55b4a54b5df58de/
conda install -c bioconda cooltools
conda deactivate

Hi, I got a similar error, but to install 'cooltools from 'bioconda' doesn't fix it.
Any thoughts about it will be really appreciated.

Core Nextflow options
revision : 1.3.0
runName : thirsty_lamarck
container : nfcore/hic:1.3.0
launchDir : /media/b/Bigdata3/Chi/Ales_Cvekl/HiC_fastq
workDir : /media/b/Bigdata3/Chi/Ales_Cvekl/HiC_fastq/work
projectDir : /home/b/.nextflow/assets/nf-core/hic
userName : b
profile : test,conda
configFiles : /home/b/.nextflow/assets/nf-core/hic/nextflow.config, /media/b/Bigdata3/Chi/Ales_Cvekl/HiC_fastq/conda_hic.conf

Error executing process > 'tads_insulation (SRR4292758_00 - 1000)'

Caused by:
Process tads_insulation (SRR4292758_00 - 1000) terminated with an error exit status (2)

Command executed:

cooltools diamond-insulation --window-pixels SRR4292758_00_1000_norm.cool 15 25 50 > SRR4292758_00_insulation.tsv

Command exit status:
2

Command output:
(empty)

Command error:
Usage: cooltools [OPTIONS] COMMAND [ARGS]...
Try 'cooltools -h' for help.

Error: No such command 'diamond-insulation'.

Work dir:
/media/b/Bigdata3/Chi/Ales_Cvekl/HiC_fastq/work/4c/66d24e86e4b823228ce8865ec6305e

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named .command.sh

from hic.

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.