#! /bin/csh -f

if ($#argv < 1 || $#argv > 2 || xx$1 == xx-usage) then
  echo "Usage: view_entry <accession number> [input file]"
  echo "File path, if specified, must be relative to the Third.Ed directory"
  exit
endif

ssh -X web@manatee vur/peptide-cgi/cgi-bin/view_unreleased $*
