You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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!
The text was updated successfully, but these errors were encountered: