#
# Example nclever script
#
# This script shows how to modify some options to suit your search 
# strategy requirements and then illustrates how you might perform 
# a search for all the protein sequence entries for all medline citations
# that contain the terms "zinc finger protein" in them.
#
# invoke the script on unix systems by typing:
#	
#	nclever -b < sample_script1.txt
#
#
#  		  Tim Littlejohn
#  		       OGMP
#		ogmp@bch.umontreal.ca

#
# STATUS- get the version number and other information about the database
#
Status

#
# Do some searches of the MEDLINE database (this is the default)
#
Database MEDLINE

#
# OPTION - set some options, so that we don't get unwanted fields printed out
#	   and formatting is correct

# Turn on multiple mode for selecting multiple hits
option MultipleMode

# get all medline references wich refer to "yeast" and "zinc" and
# "finger" in the citation
Text yeast zinc finger

# Find all protein sequences associated with these references
protein all

# list the first 20 titles of these protein items
list 
