#!/bin/csh

if ($2 == "") then
	echo "Reads RNA structure as PDB file and writes in in 3 orientations according to principal axis of moments of inertia tensor"
	echo "Usage: principalaxis PDBINPUTFILE OUTPUTNAMEBASE"
	exit
endif

$NANOTILER_HOME/bin/nanoscript $NANOTILER_HOME/scripts/principalaxis.script $1 $2
