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

Multithreading is not working #150

Open
lscdanson opened this issue Apr 23, 2024 · 0 comments
Open

Multithreading is not working #150

lscdanson opened this issue Apr 23, 2024 · 0 comments

Comments

@lscdanson
Copy link

Hi,

I've been running talon as a job with 32 threads assigned but it looks like talon is using only 1 thread – it's been running for 3+ days as a result. Any clues on this?

Here's my job script:
`#!/bin/sh

#SBATCH --time=2-00:00:00
#SBATCH --ntasks=32
#SBATCH --mem=800G
#SBATCH --partition=long

WD=/ceph/project/cribbslab/shared/proj048/analyses/PBMC_Sample4_unstim_R1/mapped_genome.dir

talon
--f $WD/TALON/3_talon_output_GENCODE/talon.config
--db $WD/TALON/2_talon_database_GENCODE/2_talon_database_GENCODE.db
--cb
--build GRCh38.primary
--threads 32
--nsg
--o 3_talon_output_GENCODE`

Please let me know if you need any additional info. Many thanks!

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