Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kben
    Member
    • Feb 2012
    • 17

    MISO on a SLURM based cluster?

    In order to run MISO (http://genes.mit.edu/burgelab/miso/docs/) on a SLURM (https://computing.llnl.gov/linux/slurm/) operated cluster any tips facilitating multiple CPU usage would be awesome! At the moment I can't motivate MISO to use all of the "booked" node CPUs.

    job script:

    Code:
    #!/bin/bash
    #SBATCH --ntasks=1
    #SBATCH --cpus-per-task=24
    #SBATCH --error=miso_err.log
    #SBATCH --output=miso_out.log
    #SBATCH --job-name=miso_laczA
    #SBATCH --mem-per-cpu=3000
    #SBATCH --partition=test
    #SBATCH --time=00:59:59
    #
    export OMP_NUM_THREADS=24
    module load python/2.7.3
    python -c "import numpy"
    python -c "import scipy"
    python -c "import pysam"
    srun python $HOME/programs/MISO/misopy/run_events_analysis.py --compute-genes-psi /MISO/hg19/indexed/indexedSE /bam/laczA/Aligned.out.sorted.bam --output-dir laczA_MISO_output/ --read-len 100 --paired-end 186 16 --use-cluster --chunk-jobs 200
    Available MISO options are:

    --use-cluster
    --chunk-jobs N
    and some for SGEarray
    (http://genes.mit.edu/burgelab/miso/d...s-to-a-cluster)

    Thanks for any idea!

    Ben
    Last edited by kben; 10-16-2012, 10:17 AM.
  • kben
    Member
    • Feb 2012
    • 17

    #2
    Maybe MISO only uses full nodes? So
    Code:
    #SBATCH --nodes=x
    might work? I'll try.

    Comment

    • kben
      Member
      • Feb 2012
      • 17

      #3
      Now testing "--chunk-jobs N" as SLURM tasks (instead of SLURM threads).

      Comment

      • soren.lykkeandersen
        Junior Member
        • Jan 2015
        • 1

        #4
        Did you find a solution?

        Comment

        Latest Articles

        Collapse

        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM
        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        17 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        20 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        54 views
        0 reactions
        Last Post SEQadmin2  
        Working...