home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / rasmol / scipts / dna3 / !DNA3 / SEQCOLOR_S < prev    next >
Text File  |  1996-02-22  |  256b  |  13 lines

  1. #colors = dna sequence
  2. define sel_tmp selected
  3. define bases_tmp selected and not backbone
  4. select a and bases_tmp
  5. color blue
  6. select t and bases_tmp
  7. color yellow
  8. select c and bases_tmp
  9. color red
  10. select g and bases_tmp
  11. color green
  12. select sel_tmp
  13.