Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions oncodrive3d_pipeline/modules/o3d_chimerax_plot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ process O3D_CHIMERAX_PLOT {
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${cohort}"
"""
# Give ChimeraX a writable, per-task HOME so it can initialise its data
# directory (\$HOME/.chimerax) without colliding with concurrent tasks or
# hitting a read-only host \$HOME inside Singularity.
export HOME="\$PWD/.chimerax-home"
mkdir -p "\$HOME"
Comment thread
St3451 marked this conversation as resolved.

oncodrive3D chimerax-plot \\
-o $prefix \\
-g $genes_csv \\
Expand Down