Hello! This might just be because I am a newbie to all of this, but I have an academic license of majic and voila (majiq 3.0.15.dev1+g720c9976, voila 3.0.15.dev1+g720c99768) and have successfully created .tsv files with voila modulize.
I get all my .tsv files and everything seems to be going well. I then want to use voila view and I'm having some challenges:
I run this:
voila view --lazy-load-zarr -j 20 /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/splicegraph.zarr /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/deltapsi_results/744_12hr_vs_Mock_12hr/744_12hr_vs_Mock_12hr.deltapsi.voila /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ01.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ02.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ03.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ13.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ14.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ15.sgc
OUTPUT:
2025-11-08 14:26:37,859 (PID:3934520) - INFO - Command: software/anaconda/envs/majiq/bin/voila view --lazy-load-zarr -j 20 /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/splicegraph.zarr /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/deltapsi_results/744_12hr_vs_Mock_12hr/744_12hr_vs_Mock_12hr.deltapsi.voila /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ01.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ02.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ03.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ13.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ14.sgc /scratch/alpine/email/Genewiz_sequencing/03_output/majiq_output/sgc_files/AJ15.sgc
2025-11-08 14:26:37,859 (PID:3934520) - INFO - Voila v3.0.15.dev1+g720c99768
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ╔═══════════════════════════════════════════════════════════════╗
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ╠╡ ACADEMIC License applied ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ║ Name: Official Majiq Academic-only License ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ║ File: majiq_license_academic_official.lic ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ║ Expiration Date: Never ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ║ ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ╠╡ The academic license is for non-commercial purposes by ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ╠╡ individuals at an academic or not for profit institution. ║
2025-11-08 14:26:37,875 (PID:3934520) - INFO - ╚═══════════════════════════════════════════════════════════════╝
2025-11-08 14:26:37,875 (PID:3934520) - INFO - config file: /tmp/voila-config-b82033191201a132e5dfcb1b985dac8d
2025-11-08 14:26:39,687 (PID:3934520) - INFO - Generating Caches...
0%| | 0/29413 [00:15<?, ?it/s
Then the process just gets killed... I am using a HPC so I may just be misunderstanding how to set this up? I was trying to follow the documentation (https://biociphers.bitbucket.io/majiq/VOILA_view.html) but I think that's for version 2 as I don't have .sql files....
If there is a documentation I am missing or another piece of the puzzle, I'd appreciate any advice and thank you again for your time!