Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaling of SCOTCH? #1

Open
nick-youngblut opened this issue Jun 27, 2024 · 0 comments
Open

scaling of SCOTCH? #1

nick-youngblut opened this issue Jun 27, 2024 · 0 comments

Comments

@nick-youngblut
Copy link

Based on:

#! /bin/bash -l
#SBATCH --nodes=1
#SBATCH --ntasks=1 
#SBATCH --cpus-per-task=1
#SBATCH --mem=200G
#SBATCH --array=0-99
source ~/.bashrc
conda activate SCOTCH

bamfolder="path/to/tagged/bamfile"
outputfolder="path/to/output"

prepare.sh -t matrix -o $outputfolder --bam $bamfolder -match 0.2 --job_index ${SLURM_ARRAY_TASK_ID} --jobs 100

...it appears that the generate compatible matrix does not scale well. Do you have any stats on how well it scales, in regards to compute resources (especially mem & time) versus dataset size?

What is the default job time limit for your SLURM cluster? I don't see a time limit set in your sbatch job (above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant