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
          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
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-25-2024, 11:49 AM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-24-2024, 08:47 AM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        62 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        61 views
        0 likes
        Last Post seqadmin  
        Working...
        X