Files
MX_Pmodule/EM/Gctf/Gctf
Spencer Bliven 5bdf6b2952 Add Gctf buildblock
No new versions were installed, but this documents the build process and
updates the modulefile.
2020-11-18 21:09:20 +01:00

7 lines
140 B
Bash
Executable File

#!/bin/sh
# Wrapper for Gctf on merlin
module purge
module use EM
module load cuda/8.0.44 Gctf/1.06
exec Gctf-v1.06_sm_30_cu8.0_x86_64 "$@"