Skip to content

run_get_phylomarkers_pipeline.sh stops without feedback #20

Open
@TT1972

Description

@TT1972

Hi, I am using get_phylomarkers on a HPC cluster using slurm. On the cluster I can't use docker and have to use apptainer instead.
The sbatch file looks like this:

!/bin/bash

#SBATCH -p defq
#BSUB -J get_phylom
#BSUB -o stdout.%J
#BSUB -e stderr.%J

module load apptainer
apptainer run --bind /home/thuenen/work:/home/you/get_homPhy/ apptainer/get_phylomarkers_latest.sif "/home/you/get_homPhy/get_phylo.sh"

The get_phlyo.sh script looks like this:

#!/bin/bash

cd /home/you/get_homPhy/Mesorhizobium/GBFF_homologues/core_B_Mesorhizobia
run_get_phylomarkers_pipeline.sh -R 1 -t DNA

The problem is, that the run_get_phylomarkers_pipeline.sh script is not running through completely, but simply stops at some point, without giving any error message. I have attached the log file.

Is there a way to find out, what is happening, and why the script stops?

Best regards,
Torsten

get_phylomarkers_run_AIR1tDNA_k1.5_m0.7_Thigh_18Mar25.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions