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 was working on running gene_annotation.ipynb map_leafcutter_cluster_to_gene and had some issues getting the notebook to run. I commented on another issue which I thought could be related. The main issue seems to center around the job failing to create the tmp folder which the job later tries to use to run a python script (see the stderr file below).
I was able to fix this by updating my .bashrc file to include the export SINGULARITY_BIND=... line I have in my csg.yml file, followed by reloading it with the source command. Here are the relevant files before I got it to work:
Here is my stderr file:
/opt/conda/bin/python: can't open file '/restricted/projectnb/casa/frank/xqtl_project/ROSMAP_PCC/scripts/tmpdbgt_wz5/singularity_run_83472.py': [Errno 2] No such file or directory
INFO: Running �[32mmap_leafcutter_cluster_to_gene�[0m:
�[91mERROR�[0m: �[91mmap_leafcutter_cluster_to_gene (id=5a76d510fef6330f) returns an error.�[0m
�[91mERROR�[0m: �[91m[map_leafcutter_cluster_to_gene]: [0]: Executing script in Singularity returns an error (exitcode=2, stderr=/restricted/projectnb/casa/frank/xqtl_project/ROSMAP_PCC/reference_data/Homo_sapiens.GRCh38.103.chr.reformatted.collapse_only.gene.ERCC.gtf.stderr).
The script has been saved to /usr3/graduate/fgrennjr/.sos/4966833ed02ca234//usr3/graduate/fgrennjr/.sos/4966833ed02ca234.To reproduce the error please run:
�[0m�[32msingularity exec /restricted/projectnb/casa/frank/xqtl_project/xqtl-pipeline/container/singularity/bioinfo.sif python /usr3/graduate/fgrennjr/.sos/4966833ed02ca234/singularity_run_83472.py�[0m�[91m�[0m
The text was updated successfully, but these errors were encountered:
I was working on running
gene_annotation.ipynb map_leafcutter_cluster_to_gene
and had some issues getting the notebook to run. I commented on another issue which I thought could be related. The main issue seems to center around the job failing to create the tmp folder which the job later tries to use to run a python script (see the stderr file below).I was able to fix this by updating my .bashrc file to include the
export SINGULARITY_BIND=...
line I have in mycsg.yml
file, followed by reloading it with the source command. Here are the relevant files before I got it to work:Here is my stderr file:
My script:
And my job log file:
The text was updated successfully, but these errors were encountered: