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 tried running it both locally and on a cluster but it crashes every time at the TYPEx:TIERED:STRATIFY:tier_one_ref step with this error message:
ERROR ~ Error executing process > 'TYPEx:TIERED:STRATIFY:tier_one_ref'
Caused by:
Process `TYPEx:TIERED:STRATIFY:tier_one_ref` terminated with an error exit status (1)
Command executed:
export BASE_DIR=/gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx
export PARAMS_CONF=/gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/data/typing_params.json
export ANN_CONF=/gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/data/cell_type_annotation.json
export COL_CONF=/gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/conf/celltype_colors.json
typing.R --wDir /gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/results/TYPEx_test/ --nfDir nfData --method cellassign --subset major --markers major_markers --run TYPEx_test --panel p1 --regFile /gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/data/sample_file.txt --tissAreaDir "/gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/results/TYPEx_test//tissue_seg/" --celltypeModelFile /gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/results/TYPEx_test//review/p1_major_markers.RData --stratify true --mostFreqCellType "None" --major_markers "major_markers"
Command exit status:
1
Command output:
Reading cell-type annotation config /gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/data/cell_type_annotation.json
Reading typing config /gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/data/typing_params.json
Reading typing config /gpfs/bwfor/work/ws/hd_qk451-typex/TYPEx/conf/celltype_colors.json
Command error:
Error in read_fst(path, columns, from, to, as.data.table, old_format) :
Error opening fst file for reading, please check access rights and file availability
Calls: <Anonymous> -> read_fst
Execution halted
I've made sure that all three files the error message is mentioning ( cell_type_annotation.json, typing_params.json, celltype_colors.json) are available and have access rights -rwxr-xr-x
Have you encountered this error before and could point me to how to solve it? Please let me know if you need additional information from me.
Thank you very much!
Best,
Margot
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run TYPEx on my user provided cell objects table with this command:
I've tried running it both locally and on a cluster but it crashes every time at the
TYPEx:TIERED:STRATIFY:tier_one_ref
step with this error message:I've made sure that all three files the error message is mentioning ( cell_type_annotation.json, typing_params.json, celltype_colors.json) are available and have access rights
-rwxr-xr-x
Have you encountered this error before and could point me to how to solve it? Please let me know if you need additional information from me.
Thank you very much!
Best,
Margot
The text was updated successfully, but these errors were encountered: