Difference between revisions of "Chimera-Teaching"

From Research Computing Center Wiki
Jump to navigation Jump to search
 
Line 63: Line 63:
 
   
 
   
 
<pre  class="gcommand">
 
<pre  class="gcommand">
ml Chimera/1.13-linux_x86_64
+
ml Chimera/1.16-linux_x86_64
 
chimera --help
 
chimera --help
  

Latest revision as of 16:26, 18 January 2024

Category

Bioinformatics

Program On

Teaching

Version

1.16

Author / Distributor

Chimera

Description

more details at Chimera

Running Program

Also refer to Running Jobs on the teaching cluster


  • Version 1.16, installed in /apps/eb/Chimera/1.16-linux_x86_64

To use this version of Chimera, please first load the module with

ml Chimera/1.16-linux_x86_64

Sample job submission script (sub.sh) to run chimera in a batch job:

#!/bin/bash
#SBATCH --job-name=chimerajob
#SBATCH --partition=batch
#SBATCH --mail-type=ALL
#SBATCH --mail-user=username@uga.edu
#SBATCH --ntasks=1
#SBATCH --mem=4gb
#SBATCH --time=08:00:00
#SBATCH --output=chimerajob.%j.out
#SBATCH --error=chimerajob.%j.err

cd $SLURM_SUBMIT_DIR

ml Chimera/1.16-linux_x86_64

time chimera --nogui [options]

where [options] need to be replaced by the options you want to use. In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.


Example of job submission

sbatch sub.sh

Documentation

ml Chimera/1.16-linux_x86_64
chimera --help

usage: /usr/local/apps/eb/Chimera/1.13-foss-2016b-linux_x86_64/chimera/share/__main__.py [--help] [--nogui] [-n] [--nostatus] [--silent] [--nomultisample] [--fullscreen] [-f] [--stereo <mode>] [--bgopacity] [--geometry wxh+x+y] [--title title] [--start <extension name>] [--pypath <directory>] [-P <directory>] [--send <file>] [--preferences <file>] [--visual <visual>] [--screen <screen>] [--script <python file>] [--root] [--release] [--version] [--listfiletypes] [--opt] [--debug] [--debug-opengl] [--embed] [--updatecertificates]

Back to Top

Installation

source code from Chimera

System

64-bit Linux