Giter Club home page Giter Club logo

Comments (6)

roddypr avatar roddypr commented on September 3, 2024

In my (very limited!) experience, if you are using Slurm, the error message in the cluster_logs directory is more helpful. And doing "seff 1444270" to check if you ran out of memory or time

from snakepipes.

sunta3iouxos avatar sunta3iouxos commented on September 3, 2024

@roddypr
thsnk you, this is what I get:

seff 1444270
Job ID: 1444270
Cluster: raptor
User/Group: hthiele0/uniuser
State: FAILED (exit code 1)
Nodes: 1
Cores per node: 24
CPU Utilized: 00:00:02
CPU Efficiency: 2.08% of 00:01:36 core-walltime
Job Wall-clock time: 00:00:04
Memory Utilized: 0.00 MB (estimated maximum)
Memory Efficiency: 0.00% of 24.00 GB (1.00 GB/core)

from snakepipes.

katsikora avatar katsikora commented on September 3, 2024

Hi Sunta3iouxos,

thanks for reporting your issue. Could you have a look in the Bowtie log file: Bowtie2/logs/A006850324_209972_S8_L000.sort.log ?

Best wishes,

Katarzyna

from snakepipes.

sunta3iouxos avatar sunta3iouxos commented on September 3, 2024

Unfortunately it is empty:

(base) [tgeorgom@cheops1:~]$ 07:54:33$ls /scratch/tgeorgom/AP04/Bowtie2/logs/
(base) [tgeorgom@cheops1:~]$ 07:54:38$

from snakepipes.

katsikora avatar katsikora commented on September 3, 2024

That's a pity. You can try to reproduce the error by rerunning the command manually like this:

cd $output_directory
conda activate /projects-raptor/ccg-ngs/production/sw/miniconda3/envs/4094a9892df79329972dc6079b5814b5
TMPDIR=/scratch/tmp/tmp/
MYTEMP=$(mktemp -d ${TMPDIR:-/tmp}/snakepipes.XXXXXXXXXX);
bowtie2             -X 1000             -x /data/repository/organisms/GRCm38_ensembl/BowtieIndex/genome -1 FASTQ_fastp/A006850324_209972_S8_L000_R1_001.fastq.gz -2 FASTQ_fastp/A006850324_209972_S8_L000_R2_001.fastq.gz              --end-to-end --very-sensitive-local --no-mixed --no-discordant --dovetail -I 10 -X 1000 --fr             --rg-id A006850324_209972_S8_L000             --rg DS:A006850324_209972_S8_L000 --rg PL:ILLUMINA --rg SM:A006850324_209972_S8_L000             -p 24             2> Bowtie2/A006850324_209972_S8_L000.Bowtie2_summary.txt |             samtools view -Sb - |             samtools sort -m 2G -T $MYTEMP/A006850324_209972_S8_L000 -@ 2 -O bam - > Bowtie2/A006850324_209972_S8_L000.sorted.bam

The error message should be printed to the screen then.

Hope this helps,

Katarzyna

from snakepipes.

sunta3iouxos avatar sunta3iouxos commented on September 3, 2024

I am closing this one I figured it out, but do not really remember how I solved it.

from snakepipes.

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.