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
how to solve this problem?I use the slurm script to run the code as follows:
#!/bin/bash
#SBATCH --job-name=cxl_mi
#SBATCH --partition=debug
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=20
#SBATCH --mem=40G
#SBATCH --time=2400:00:00
#SBATCH --output=/home/lililiang/cxl/jiaoben1/mi.out
#SBATCH --error=/home/lililiang/cxl/jiaoben2/mi.err
#SBATCH --mail-type=END,FAIL
#SBATCH --array=1-20
how to solve this problem?I use the slurm script to run the code as follows:
#!/bin/bash
#SBATCH --job-name=cxl_mi
#SBATCH --partition=debug
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=20
#SBATCH --mem=40G
#SBATCH --time=2400:00:00
#SBATCH --output=/home/lililiang/cxl/jiaoben1/mi.out
#SBATCH --error=/home/lililiang/cxl/jiaoben2/mi.err
#SBATCH --mail-type=END,FAIL
#SBATCH --array=1-20
conda activate mixer
python3 /home/lililiang/cxl/gwas_scz/mixer-1.1/mixer-1.2/mixer-1.2/precimed/mixer.py fit1 --trait1-file /home/lililiang/cxl/gwas_scz/MIXER/SCZ/SCZ_qc_noMHC.csv.gz --out /home/lililiang/cxl/gwas_scz/MIXER/SCZ/SCZ.fit.rep${SLURM_ARRAY_TASK_ID} --extract /home/lililiang/cxl/gwas_scz/mixer-1.1/mixer-main/reference/ldsc/1000G_EUR_Phase3_plink/1000G.EUR.QC.prune_maf0p05_rand2M_r2p8.rep${SLURM_ARRAY_TASK_ID}.snps --bim-file /home/lililiang/cxl/gwas_scz/mixer-1.1/mixer-main/reference/ldsc/1000G_EUR_Phase3_plink/1000G.EUR.QC.@.bim --ld-file /home/lililiang/cxl/gwas_scz/mixer-1.1/mixer-main/reference/ldsc/1000G_EUR_Phase3_plink/1000G.EUR.QC.@.run4.ld --lib /home/lililiang/cxl/gwas_scz/mixer-1.1/mixer/src/build/lib/libbgmg.so --seed ${SLURM_ARRAY_TASK_ID}
The text was updated successfully, but these errors were encountered: