Giter VIP home page Giter VIP logo

Comments (3)

nservant avatar nservant commented on May 26, 2024

Hi,
This is a memory issue.
You should increase the resource for this job.
By default, it is running with 12GB of RAM which seems to not be enough in your case.

I would suggest to create your own config file and to change the RAM for this process ;

process {
  withName:remove_duplicates {
    memory = 40.Gb
  }
}

see https://nf-co.re/usage/configuration#custom-configuration-files

from hic.

nservant avatar nservant commented on May 26, 2024

btw, what was the issue with v1.3.0 ? was it a conda issue ?

from hic.

koushik20 avatar koushik20 commented on May 26, 2024

Thank you for your suggestions the pipeline is successfully completed.

When running with version1.3.0 I am getting the following error

Execution cancelled -- Finishing pending tasks before exit
- Ignore this warning: params.schema_ignore_params = "saveReference,splitFastq" 
WARN: Found unexpected parameters:
* --saveReference: true
* --splitFastq: 10000000
Error executing process > 'bowtie2_end_to_end (HiChIP_MCF10A_R1)'

Caused by:
  Process exceeded running time limit (8h)

Command executed:

  INDEX=`find -L ./ -name "*.rev.1.bt2" | sed 's/.rev.1.bt2//'`
    bowtie2 --rg-id BMG --rg SM:HiChIP_MCF10A-A_S7_R1_001 \
  --very-sensitive --end-to-end --reorder \
  -p 4 \
  -x ${INDEX} \
  --un HiChIP_MCF10A-A_S7_R1_001_unmap.fastq \
  	-U HiChIP_MCF10A-A_S7_R1_001.fastq.gz | samtools view -F 4 -bS - > HiChIP_MCF10A-A_S7_R1_001.bam

Command exit status:
  -

Command output:
  (empty)

Work dir:
  /mnt/hichip_fastq/work/f9/f391d404fdf5768da48979b926096d

Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`

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.