Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment


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

      Comment


      • #4
        Did you find a solution?

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          05-06-2024, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 05-14-2024, 07:03 AM
        0 responses
        15 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-10-2024, 06:35 AM
        0 responses
        37 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-09-2024, 02:46 PM
        0 responses
        45 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-07-2024, 06:57 AM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Working...
        X