Neutron structure determination

Size: px
Start display at page:

Download "Neutron structure determination"

Transcription

1 Neutron structure determination An X-ray structure is always available and is used as a starting model for neutron structure determination, therefore once the neutron data is available, the main steps to get final refined model are: - model preparation (add H or D, or H/D; library files for ligands), - model refinement and completion (adding DOD, OD or O), - model validation

2 Model preparation Model preparation (add H or D, or H/D; library files for ligands), - add H or D, or H/D, - library files for ligands (CIF file) Solution in PHENIX: - add H to everything and create ligand CIF file (if any) phenix.ready_set model.pdb - add D to everything and create ligand CIF file (if any) phenix.ready_set model.pdb perdeuterate=true - add H and exchangeable H/D: phenix.ready_set model.pdb neutron_exchange_hydrogens=true - To see all options of phenix.ready_set: phenix.ready_set --show-defaults - To remove all H and D atoms: phenix.reduce -trim model_h.pdb > model_noh.pdb

3 Model preparation phenix.pdbtools set of tools for PDB file manipulations For any selected model part: - shake coordinates, ADP, occupancies - rotation-translation shift of coordinates - shift, scale, set ADP (add, multiply, assign a constant) - converting to isotropic / anisotropic - removing selected part of a model Easy to run: % phenix.pdbtools model.pdb set_b_iso=30 selection="chain A This will sell all B-factors to 30 for all atoms in chain A. Also: - complete model statistics (geometry, B-factors) - geometry regularization - output MTZ with complete calculated structure factors (that may include all scales and bulk solvent)

4 Model refinement Designed to be very easy to use phenix.refine model.pdb data.hkl [parameters]

5 Some basic examples of running phenix.refine from the command line Refinement of individual coordinates, B-factors, and occupancies for some atoms: phenix.refine model.pdb data.hkl Add water picking and Simulated Annealing to default run above: phenix.refine model.pdb data.hkl simulated_annealing=true ordered_solvent=true Refinement of individual coordinates and B-factors using neutron data: phenix.refine model.pdb data.hkl main.scattering_dictionary=neutron To see all parameters (more than 300): phenix.refine --show_defaults=all

6 Running phenix.refine % phenix.refine model.pdb data.hkl parameter_file where parameter_file contains following lines: refinement.main { high_resolution = 2.0 low_resolution = 15.0 simulated_annealing = True ordered_solvent = True number_of_macro_cycles = 5 } refinement.refine.adp { tls = chain A tls = chain B } For typing enthusiasts, the equivalent command line run would be: % phenix.refine model.pdb data.hkl xray_data.high_resolution=2 xray_data.low_resolution=15 simmulated_annealing=true ordered_solvent=true adp.tls= chain A adp.tls= chain B main.number_of_macro_cycles=5

7 Typical way of phenix.refine run from the command line 1. Get the file with all parameters: % phenix.refine --show-defaults=all > parameter_file 2. Edit the file parameter_file: - Remove all parameters that you are not planning to change (make sure to have all { } matched) - Change the rest of parameters 3. Run phenix.refine as following: % phenix.refine model.pdb data.hkl parameter_file or (If model.pdb and data.hkl are included into parameter_file file) % phenix.refine parameter_file Useful tip: to compare the set of parameters in your parameter_file file against the set of all default parameters, type: % phenix.refine --diff-params parameter_file

8 Refinement runs required two steps: hydrogens and ligands When running: % phenix.refine model.pdb data.hkl each item in model.pdb is matched against the CCP4 Monomer Library to extract the topology and parameters and to automatically build corresponding restraints. If model.pdb contains an item not available in CCP4 Monomer Library, e.g. a novel ligand, use ReadySet! program to generate topology and parameter definitions for refinement: % phenix.ready_set model.pdb This will produce the file LIG.cif and updated PDB file model.updated.pdb with all H atoms added which can be used for refinement: % phenix.refine model.pdb data.hkl LIG.cif

9 % phenix.reel LIG.cif Restraints and novel ligands: REEL

10 Refinement runs required two steps: twinning Two steps to perform twin refinement: - run phenix.xtriage to get twin operator (twin law): % phenix.xtriage data.mtz - run phenix.refine: % phenix.refine model.pdb data.mtz twin_law="-h-k,k,-l"

11 Running joint X/N refinement: Individual neutron and joint X+N refinement % phenix.refine model.pdb parameter_file Where the parameter_file defines where the X-ray and neutron data are: refinement.input.neutron_data { file_name = data.mtz labels = "F-obs-neutron,SIGF-obs-neutron" r_free_flags { file_name = data.mtz label = "R-free-flags-neutron" } } refinement.input.xray_data { file_name = data.mtz labels = "F-obs,SIGF-obs" r_free_flags { file_name = "data.mtz" label = "R-free-flags" } }

12 Important remark about free-r flags in joint X+N refinement Free-R flags in both datasets (X-ray and neutron) must match, that is: what is test reflection in X-ray dataset, must be a test reflection in neutron dataset. Same for work reflections. phenix.refine automatically checks for this, and if there is a mismatch, phenix.refine stops and offers two options: - keep going with existing flags (but keep in mind that R free will be unreliable); - create new free-r flags that will be consistent for both datasets.

13 Model refinement - output Input command Output files phenix.refine model.pdb data.mtz [parameters] model_refine_001.eff model_refine_001.geo model_refine_001.log model_refine_001.pdb summary of all input parameters summary of all restraints used complete information about refinement refined structure model_refine_001_map_coeffs.mtz Fourier map coefficients model_refine_002.def parameters for the next run If data file is not in MTZ format, or there are multiple data files at input (example: one with Fobs and the other one with free-r flags), then phenix.refine will combine them into one MTZ data file called: model_data.mtz and this file should be used in all subsequent runs.

14 Model validation Inspect.log file created by phenix.refine. From PHENIX GUI run Comprehensive validation From the command line type: phenix.model_vs_data model.pdb data.mtz If data.mtz contains several data columns, then phenix.model_vs_data model.pdb data.mtz --f-obs-label=fo In case of neutron data: phenix.model_vs_data model.pdb data.mtz --scattering-table=neutron Simply type phenix.model_vs_data to get list of options.

15 Reporting bugs, problems, asking questions Something didn t work as expected?... program crashed?... missing feature?... Bad: silently give up and run away looking for alternative software. Good: report us a problem, ask a question, request a feature (explain why it s good to have), ask for help (send data). Reporting a bug / problem: Bad: Hi! phenix.refine crashed and I don t know why and what to do. Goodbye. Good: Hi! phenix.refine crashed. Here are: 1) PHENIX version; 2) The exact command I used; 3) Input and output files (at least logs). PHENIX:

16

Automated TLS group determination in Phenix

Automated TLS group determination in Phenix Computational Crystallography Initiative Automated TLS group determination in Phenix Pavel Afonine Computation Crystallography Initiative Physical Biosciences Division Lawrence Berkeley National Laboratory,

More information

The PHENIX graphical interface. Nathaniel Echols NEchols@lbl.gov help@phenix-online.org http://www.phenix-online.org

The PHENIX graphical interface. Nathaniel Echols NEchols@lbl.gov help@phenix-online.org http://www.phenix-online.org The PHENIX graphical interface Nathaniel Echols NEchols@lbl.gov help@phenix-online.org http://www.phenix-online.org The PHENIX Project Lawrence Berkeley Laboratory Paul Adams, Pavel Afonine, Nat Echols,

More information

Standard practices for X-ray crystallographic. structure determination in the Nowick laboratory. (Version 1.0.3)

Standard practices for X-ray crystallographic. structure determination in the Nowick laboratory. (Version 1.0.3) Standard practices for X-ray crystallographic structure determination in the Nowick laboratory (Version 1.0.3) Patrick J. Salveson and Adam G. Kreutzer E-mail: Contents Contributions to this guide 4 A

More information

An introduction in crystal structure solution and refinement

An introduction in crystal structure solution and refinement An introduction in crystal structure solution and refinement Peter Zwart PHZwart@lbl.gov Outline Introduction Structure solution methods Molecular placement Molecular replacement Experimental phasing Direct

More information

Hands-on exercises on solvent models & electrostatics EMBnet - Molecular Modeling Course 2005

Hands-on exercises on solvent models & electrostatics EMBnet - Molecular Modeling Course 2005 Hands-on exercises on solvent models & electrostatics EMBnet - Molecular Modeling Course 2005 Exercise 1. The purpose of this exercise is to color the solvent accessible surface of a protein according

More information

PyRy3D: a software tool for modeling of large macromolecular complexes MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES

PyRy3D: a software tool for modeling of large macromolecular complexes MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES PyRy3D is a method for building low-resolution models of large macromolecular complexes. The components (proteins, nucleic acids and any other

More information

HAPPy Heavy Atom Phasing in Python. Dan Rolfe, Paul Emsley, Charles Ballard Maria Turkenburg, Eleanor Dodson

HAPPy Heavy Atom Phasing in Python. Dan Rolfe, Paul Emsley, Charles Ballard Maria Turkenburg, Eleanor Dodson HAPPy Heavy Atom Phasing in Python Dan Rolfe, Paul Emsley, Charles Ballard Maria Turkenburg, Eleanor Dodson 1 What is it? New automated experimental phasing pipeline. Replace and expand on the capabilities

More information

HowTo Rhino & ICEM. 1) New file setup: choose Millimeter (automatically converts to Meters if imported to ICEM)

HowTo Rhino & ICEM. 1) New file setup: choose Millimeter (automatically converts to Meters if imported to ICEM) HowTo Rhino & ICEM Simple 2D model 1) New file setup: choose Millimeter (automatically converts to Meters if imported to ICEM) 2) Set units: File Properties Units: Model units: should already be Millimeters

More information

Automated Software Testing With Macro Scheduler

Automated Software Testing With Macro Scheduler Automated Software Testing With Macro Scheduler Copyright 2005 MJT Net Ltd Introduction Software testing can be a time consuming task. Traditionally QA technicians and/or programmers would sit in front

More information

How to Create a Custom TracDat Report With the Ad Hoc Reporting Tool

How to Create a Custom TracDat Report With the Ad Hoc Reporting Tool TracDat Version 4 User Reference Guide Ad Hoc Reporting Tool This reference guide is intended for TracDat users with access to the Ad Hoc Reporting Tool. This reporting tool allows the user to create custom

More information

Refinement of a pdb-structure and Convert

Refinement of a pdb-structure and Convert Refinement of a pdb-structure and Convert A. Search for a pdb with the closest sequence to your protein of interest. B. Choose the most suitable entry (or several entries). C. Convert and resolve errors

More information

Protein Studies Using CAChe

Protein Studies Using CAChe Protein Studies Using CAChe Exercise 1 Building the Molecules of Interest, and Using the Protein Data Bank In the CAChe workspace, click File / pen, and navigate to the C:\Program Files\Fujitsu\ CAChe\Fragment

More information

Quick Start Users Guide for Bruker SMART APEX II Diffractometer

Quick Start Users Guide for Bruker SMART APEX II Diffractometer Quick Start Users Guide for Bruker SMART APEX II Diffractometer APENDIX IV INSTRUCTION FOR USING SQUEEZE J. Tanski 2/12/06 1 Suppose your files are f10.* (0) SQUEEZE should only be used for good reason;

More information

Troubleshooting SQL Server Enterprise Geodatabase Performance Issues. Matthew Ziebarth and Ben Lin

Troubleshooting SQL Server Enterprise Geodatabase Performance Issues. Matthew Ziebarth and Ben Lin Troubleshooting SQL Server Enterprise Geodatabase Performance Issues Matthew Ziebarth and Ben Lin Troubleshooting SQL Server Enterprise Geodatabase Performance Issues AGENDA General configuration recommendations

More information

SAnDReS Tutorial 01 Prof. Dr. Walter F. de Azevedo Jr.

SAnDReS Tutorial 01 Prof. Dr. Walter F. de Azevedo Jr. 2015 Dr. Walter F. de Azevedo Jr. SAnDReS Tutorial 01 Prof. Dr. Walter F. de Azevedo Jr. 1 Running in the Windows On the Windows, left click on Command Prompt. Go to SAnDReS directory (c:\sandres) and

More information

CentralMass DataCommon

CentralMass DataCommon CentralMass DataCommon User Training Guide Welcome to the DataCommon! Whether you are a data novice or an expert researcher, the CentralMass DataCommon can help you get the information you need to learn

More information

by Jonathan Kohl and Paul Rogers 40 BETTER SOFTWARE APRIL 2005 www.stickyminds.com

by Jonathan Kohl and Paul Rogers 40 BETTER SOFTWARE APRIL 2005 www.stickyminds.com Test automation of Web applications can be done more effectively by accessing the plumbing within the user interface. Here is a detailed walk-through of Watir, a tool many are using to check the pipes.

More information

Audit TM. The Security Auditing Component of. Out-of-the-Box

Audit TM. The Security Auditing Component of. Out-of-the-Box Audit TM The Security Auditing Component of Out-of-the-Box This guide is intended to provide a quick reference and tutorial to the principal features of Audit. Please refer to the User Manual for more

More information

Managed File Transfer

Managed File Transfer Managed File Transfer In many organizations a large part of the exchange and distribution of information is realized by the copy and transfer of data files. As the number of files is ever increasing, the

More information

BIOC351: Proteins. PyMOL Laboratory #1. Installing and Using

BIOC351: Proteins. PyMOL Laboratory #1. Installing and Using BIOC351: Proteins PyMOL Laboratory #1 Installing and Using Information and figures for this handout was obtained from the following sources: Introduction to PyMOL (2009) DeLano Scientific LLC. Installing

More information

Eliminate Memory Errors and Improve Program Stability

Eliminate Memory Errors and Improve Program Stability Eliminate Memory Errors and Improve Program Stability with Intel Parallel Studio XE Can running one simple tool make a difference? Yes, in many cases. You can find errors that cause complex, intermittent

More information

Capturing Network Traffic With Wireshark

Capturing Network Traffic With Wireshark Capturing Network Traffic With Wireshark A White Paper From For more information, see our web site at Capturing Network Traffic with Wireshark Last Updated: 02/26/2013 In some cases, the easiest way to

More information

ReportByEmail Notification Examples

ReportByEmail Notification Examples ReportByEmail Notification Examples Page 2 of 36 Content RBE Examples... 3 RBE Example 1 RBE Example 1 test with subject field tagging... 3 RBE Example 2 - Notification with Excel sheet... 6 Setup basic

More information

SAS Tips and Tricks. Disclaimer: I am not an expert in SAS. These are just a few tricks I have picked up along the way.

SAS Tips and Tricks. Disclaimer: I am not an expert in SAS. These are just a few tricks I have picked up along the way. SAS Tips and Tricks Disclaimer: I am not an expert in SAS. These are just a few tricks I have picked up along the way. Saving Data Files Note: You can skip this step entirely by reading the data in directly

More information

SciTools Understand Flavor for Structure 101g

SciTools Understand Flavor for Structure 101g SciTools Understand Flavor for Structure 101g By Marcio Marchini (marcio@betterdeveloper.net ) 2014/10/10 1) WHAT IS THE UNDERSTAND FLAVOR FOR STRUCTURE101G? 1 2) WHY VARIOUS FLAVORS, AND NOT JUST ONE?

More information

Network Detective Client Connector

Network Detective Client Connector Network Detective Copyright 2014 RapidFire Tools, Inc. All Rights Reserved. v20140801 Overview The Network Detective data collectors can be run via command line so that you can run the scans on a scheduled

More information

Solving Linear Programs in Excel

Solving Linear Programs in Excel Notes for AGEC 622 Bruce McCarl Regents Professor of Agricultural Economics Texas A&M University Thanks to Michael Lau for his efforts to prepare the earlier copies of this. 1 http://ageco.tamu.edu/faculty/mccarl/622class/

More information

Installing the LotusLive TM Package for Salesforce.com

Installing the LotusLive TM Package for Salesforce.com Installing the LotusLive TM Package for Salesforce.com Before you install Make sure that Team Selling and Account Teams are enabled. To enable Team Selling: Select Setup > Customize > Opportunity > Opportunity

More information

Introduction to Synoptic

Introduction to Synoptic Introduction to Synoptic 1 Introduction Synoptic is a tool that summarizes log files. More exactly, Synoptic takes a set of log files, and some rules that tell it how to interpret lines in those logs,

More information

Bulk Downloader. Call Recording: Bulk Downloader

Bulk Downloader. Call Recording: Bulk Downloader Call Recording: Bulk Downloader Contents Introduction... 3 Getting Started... 3 Configuration... 4 Create New Job... 6 Running Jobs... 7 Job Log... 7 Scheduled Jobs... 8 Recent Runs... 9 Storage Device

More information

Remote Access Instructions

Remote Access Instructions document rev. 8 updated 6/28/2012 Remote Access Instructions Table of Contents... Page 1 Finding the AFS Remote Access links and the AFS home page... 2 First time login with RSA fob (AFS option 1 SSL VPN

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

TIBCO Fulfillment Provisioning Session Layer for FTP Installation

TIBCO Fulfillment Provisioning Session Layer for FTP Installation TIBCO Fulfillment Provisioning Session Layer for FTP Installation Software Release 3.8.1 August 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Project & Billing Edition Time & Attendance Edition Web Expense Web Schedule. Web TimeSheet Data Import Utility. Version 8.26 and Higher USER GUIDE

Project & Billing Edition Time & Attendance Edition Web Expense Web Schedule. Web TimeSheet Data Import Utility. Version 8.26 and Higher USER GUIDE Web TimeSheet Data Import Utility Version 8.26 and Higher Project & Billing Edition Time & Attendance Edition Web Expense Web Schedule USER GUIDE Notices 2006-2012 Replicon, Inc. All rights reserved. All

More information

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at:

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at: TRIM: Web Tool Accessing TRIM Records through the Web The TRIM web tool is primarily aimed at providing access to records in the TRIM system. While it is possible to place records into TRIM or amend records

More information

250.SCH: Uncashed Check Single CNAC Extract

250.SCH: Uncashed Check Single CNAC Extract 250.SCH: Uncashed Check Single CNAC Extract * Return to Quick View List Last Updated: 2/02/2009 Pennsylvania state law requires organizations such as the University of Pennsylvania to report and remit

More information

Lotus Sametime. FIPS Support for IBM Lotus Sametime 8.0. Version 8.0 SC23-8760-00

Lotus Sametime. FIPS Support for IBM Lotus Sametime 8.0. Version 8.0 SC23-8760-00 Lotus Sametime Version 8.0 FIPS Support for IBM Lotus Sametime 8.0 SC23-8760-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Summary Tutorial TU0104 (v2.3) May 16, 2008 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report. The manipulation of data and columns and exporting to an Excel

More information

Remote Web Services for Model Building

Remote Web Services for Model Building Remote Web Services for Model Building Venkataraman Parthasarathy Gerrit Langer Frank Schmitz SPINE/BIOXHIT NIH EMBL GRID computing http://en.wikipedia.org/wiki/grid_computing Grid computing is an emerging

More information

Basics of X-ray diffraction: From symmetry to structure determination

Basics of X-ray diffraction: From symmetry to structure determination Basics of X-ray diffraction: From symmetry to structure determination T. N. Guru Row Solid State and Structural Chemistry Unit Indian Institute of Science Bangalore-560012 Email: ssctng@sscu.iisc.ernet.in

More information

BarTender Version Upgrades. Best practices for updating your BarTender installation WHITE PAPER

BarTender Version Upgrades. Best practices for updating your BarTender installation WHITE PAPER BarTender Version Upgrades Best practices for updating your BarTender installation WHITE PAPER Contents Understanding Version Upgrades 3 Upgrading BarTender to a Newer Version 4 Planning a Version Upgrade

More information

SEO - Access Logs After Excel Fails...

SEO - Access Logs After Excel Fails... Server Logs After Excel Fails @ohgm Prepare for walls of text. About Me Former Senior Technical Consultant @ builtvisible. Now Freelance Technical SEO Consultant. @ohgm on Twitter. ohgm.co.uk for my webzone.

More information

Structure Check. Authors: Eduard Schreiner Leonardo G. Trabuco. February 7, 2012

Structure Check. Authors: Eduard Schreiner Leonardo G. Trabuco. February 7, 2012 University of Illinois at Urbana-Champaign NIH Resource for Macromolecular Modeling and Bioinformatics Beckman Institute Computational Biophysics Workshop Structure Check Authors: Eduard Schreiner Leonardo

More information

The Quanterix products referenced in this document are for research use only and are not for diagnostic or therapeutic procedures.

The Quanterix products referenced in this document are for research use only and are not for diagnostic or therapeutic procedures. Page 1 Customer support is available 8 AM to 5 PM, EDT. Email: service@quanterix.com Quanterix Corporation 113 Hartwell Avenue Lexington, MA 02421 Email: sales@quanterix.com The Quanterix products referenced

More information

What's New in ADP Reporting?

What's New in ADP Reporting? What's New in ADP Reporting? Welcome to the latest version of ADP Reporting! This release includes the following new features and enhancements. Use the links below to learn more about each one. What's

More information

NEOAUG. Custom Web ADI Integrators

NEOAUG. Custom Web ADI Integrators NEOAUG Custom Web ADI Integrators Agenda Agenda Web ADI Custom Integrators Creating an Integrator Creating an API Defining the Interface Defining an Importer Working around the bugs Adding the Integrator

More information

Business Partner Master Data Manager / Item Master data Manager

Business Partner Master Data Manager / Item Master data Manager Master Data Manager With the master data manager you are able to perform administration and maintenance tasks on common master data in the current database as a batch. This is done without the need for

More information

Project 2: Firewall Design (Phase I)

Project 2: Firewall Design (Phase I) Project 2: Firewall Design (Phase I) CS 161 - Joseph/Tygar November 12, 2006 1 Edits If we need to make clarifications or corrections to this document after distributing it, we will post a new version

More information

Windows 7 Backup & Restore Guide

Windows 7 Backup & Restore Guide Windows 7 Backup & Restore Guide Quick Links Creating a Backup click here Restoring a Backup click here Introduction The most common component of a computer to fail is the hard drive. This also happens

More information

Deploying the DisplayLink Software using the MSI files

Deploying the DisplayLink Software using the MSI files How to deploy DisplayLink MSI files in a corporate environment with GPO or SCCM Go to: http://support.displaylink.com/knowledgebase/articles/615840 Introduction Or This article is intended to give a Windows

More information

SLIDE SHOW 18: Report Management System RMS IGSS. Interactive Graphical SCADA System. Slide Show 2: Report Management System RMS 1

SLIDE SHOW 18: Report Management System RMS IGSS. Interactive Graphical SCADA System. Slide Show 2: Report Management System RMS 1 IGSS SLIDE SHOW 18: Report Management System RMS Interactive Graphical SCADA System Slide Show 2: Report Management System RMS 1 Contents 1. What is RMS? 6. Designing user defined reports 2. What about

More information

Essential Project Management Reports in Clinical Development Nalin Tikoo, BioMarin Pharmaceutical Inc., Novato, CA

Essential Project Management Reports in Clinical Development Nalin Tikoo, BioMarin Pharmaceutical Inc., Novato, CA Essential Project Management Reports in Clinical Development Nalin Tikoo, BioMarin Pharmaceutical Inc., Novato, CA ABSTRACT Throughout the course of a clinical trial the Statistical Programming group is

More information

Millikan Oil Drop. Introduction

Millikan Oil Drop. Introduction Millikan Oil Drop Introduction Towards the end of the 19th century a clear picture of the atom was only beginning to emerge. An important aspect of this developing picture was the microscopic nature of

More information

Quick Start. Creating a Scoring Application. RStat. Based on a Decision Tree Model

Quick Start. Creating a Scoring Application. RStat. Based on a Decision Tree Model Creating a Scoring Application Based on a Decision Tree Model This Quick Start guides you through creating a credit-scoring application in eight easy steps. Quick Start Century Corp., an electronics retailer,

More information

Create Mailing Labels from an Electronic File

Create Mailing Labels from an Electronic File Create Mailing Labels from an Electronic File Microsoft Word 2002 (XP) Electronic data requests for mailing labels will be filled by providing the requester with a commadelimited text file. When you receive

More information

Using the Bulk Export/Import Feature

Using the Bulk Export/Import Feature Using the Bulk Export/Import Feature Through Bulksheet Export and Import, agencies have the ability to download complete campaign structures and statistics across multiple clients and providers, and to

More information

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to

More information

Database Replication Error in Cisco Unified Communication Manager

Database Replication Error in Cisco Unified Communication Manager Database Replication Error in Cisco Unified Communication Manager Document ID: 100781 Contents Introduction Prerequisites Requirements Components Used Conventions Use Unifed Reports to Debug Replication

More information

Managing your Inventory

Managing your Inventory Managing your Inventory Overview The Inventory command centre controls the way MYOB manages goods and services. You can create items (i.e. things you buy and sell), and set up automatic triggers to remind

More information

Database Searching Tutorial/Exercises Jimmy Eng

Database Searching Tutorial/Exercises Jimmy Eng Database Searching Tutorial/Exercises Jimmy Eng Use the PETUNIA interface to run a search and generate a pepxml file that is analyzed through the PepXML Viewer. This tutorial will walk you through the

More information

HYDRONMR and Fast-HYDRONMR

HYDRONMR and Fast-HYDRONMR File:hydronmr7c-pub.doc HYDRONMR and Fast-HYDRONMR Index 1. Introduction to HYDRONMR 2. Literature 3. Running HYDRONMR. Input data file 4. Output files 5. Notes and hints 7. Release notes Version 7c, September

More information

Integrating Research Information: Requirements of Science Research

Integrating Research Information: Requirements of Science Research Integrating Research Information: Requirements of Science Research Brian Matthews Scientific Information Group E-Science Centre STFC Rutherford Appleton Laboratory brian.matthews@stfc.ac.uk The science

More information

Financial Econometrics MFE MATLAB Introduction. Kevin Sheppard University of Oxford

Financial Econometrics MFE MATLAB Introduction. Kevin Sheppard University of Oxford Financial Econometrics MFE MATLAB Introduction Kevin Sheppard University of Oxford October 21, 2013 2007-2013 Kevin Sheppard 2 Contents Introduction i 1 Getting Started 1 2 Basic Input and Operators 5

More information

Reasoning Component Architecture

Reasoning Component Architecture Architecture of a Spam Filter Application By Avi Pfeffer A spam filter consists of two components. In this article, based on my book Practical Probabilistic Programming, first describe the architecture

More information

Element of same atomic number, but different atomic mass o Example: Hydrogen

Element of same atomic number, but different atomic mass o Example: Hydrogen Atomic mass: p + = protons; e - = electrons; n 0 = neutrons p + + n 0 = atomic mass o For carbon-12, 6p + + 6n 0 = atomic mass of 12.0 o For chlorine-35, 17p + + 18n 0 = atomic mass of 35.0 atomic mass

More information

Backing up with Windows 7

Backing up with Windows 7 Backing up your data should be a high priority; it is far too easy for computer failure to result in the loss of data. All hard drives will eventually fail, and (at the minimum) you should be prepared

More information

What's new in CCP4. Charles Ballard. CCP4, Research Complex at Harwell, Rutherford Appleton Laboratory, Didcot OX11 0FA, UK

What's new in CCP4. Charles Ballard. CCP4, Research Complex at Harwell, Rutherford Appleton Laboratory, Didcot OX11 0FA, UK What's new in CCP4 Charles Ballard CCP4, Research Complex at Harwell, Rutherford Appleton Laboratory, Didcot OX11 0FA, UK The new release of the CCP4 suite is version 6.3.0. This contains the usual compliment

More information

Chapter 12 CONTACTS. Student Center > Search

Chapter 12 CONTACTS. Student Center > Search Chapter 12 CONTACTS eschool PLUS lists guardians, emergency contacts such as neighbors or relatives that can check out a student and the family physician as contacts. To enter or change Contact Information,

More information

The next page is the really clever bit! Here you run through a series of options about

The next page is the really clever bit! Here you run through a series of options about Page 1 of 8 Welcome to MM&M UG UK Sign in Join Help Nathan's Exchange Blog Hi, This blog will be almost entirely Exchange and Mobility focused. I hope to provide regular content which will range from longer

More information

Making Good Use of Data at Hand: Government Data Projects. Mark C. Cooke, Ph.D. Tax Management Associates, Inc.

Making Good Use of Data at Hand: Government Data Projects. Mark C. Cooke, Ph.D. Tax Management Associates, Inc. Making Good Use of Data at Hand: Government Data Projects Mark C. Cooke, Ph.D. Tax Tax Management Associates Privately held company serving state and local government Markets across eighteen (18) states

More information

Sage Accpac ERP 5.6A. CRM Analytics for SageCRM I User Guide

Sage Accpac ERP 5.6A. CRM Analytics for SageCRM I User Guide Sage Accpac ERP 5.6A CRM Analytics for SageCRM I User Guide 2009 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all SageCRM product and service names mentioned herein are registered

More information

Research Data Management Plan

Research Data Management Plan Please consult the guidance notes for examples of answers to help you to complete this template Overview Researchers Name: Title of Research Project: Length of Project: e.g. 6 months, 3 years, etc A brief

More information

Tutorial for Assignment #2 Gantry Crane Analysis By ANSYS (Mechanical APDL) V.13.0

Tutorial for Assignment #2 Gantry Crane Analysis By ANSYS (Mechanical APDL) V.13.0 Tutorial for Assignment #2 Gantry Crane Analysis By ANSYS (Mechanical APDL) V.13.0 1 Problem Description Design a gantry crane meeting the geometry presented in Figure 1 on page #325 of the course textbook

More information

A Program for PCB Estimation with Altium Designer

A Program for PCB Estimation with Altium Designer A Program for PCB Estimation with Altium Designer By: Steve Hageman AnalogHome.com One thing that I have had to do over and over on my new PCB jobs is to make an estimate of how long I think the layout

More information

Tips on exporting your Oracle Apps reports to Excel. Introduction

Tips on exporting your Oracle Apps reports to Excel. Introduction Tips on exporting your Oracle Apps reports to Excel Introduction Oracle E-Business Suite provides users with a host of standard reports. Quite often I have found that exporting reporting information to

More information

Assignment 5: Visualization

Assignment 5: Visualization Assignment 5: Visualization Arash Vahdat March 17, 2015 Readings Depending on how familiar you are with web programming, you are recommended to study concepts related to CSS, HTML, and JavaScript. The

More information

Downloading Your Financial Statements to Excel

Downloading Your Financial Statements to Excel Downloading Your Financial Statements to Excel Downloading Data from CU*BASE to PC INTRODUCTION How can I get my favorite financial statement from CU*BASE into my Excel worksheet? How can I get this data

More information

SQL Server Instance-Level Benchmarks with DVDStore

SQL Server Instance-Level Benchmarks with DVDStore SQL Server Instance-Level Benchmarks with DVDStore Dell developed a synthetic benchmark tool back that can run benchmark tests against SQL Server, Oracle, MySQL, and PostgreSQL installations. It is open-sourced

More information

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units)

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) APPENDIX A Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) Objectives: Create a geometric representation of a cantilever beam. Use the geometry model to define an MSC.Nastran

More information

Partner Portal DOCUMENT. Ticketing User Guide. NTT Communications

Partner Portal DOCUMENT. Ticketing User Guide. NTT Communications DOCUMENT Partner Portal Ticketing User Guide PREPARED BY NTT Communications Copyright of this document is owned by NTT Communications Corporation. Copying a part of or whole of this document without our

More information

Linux Audit Quick Start SUSE Linux Enterprise 10 SP1

Linux Audit Quick Start SUSE Linux Enterprise 10 SP1 Linux Audit Quick Start SUSE Linux Enterprise 10 SP1 NOVELL QUICK START CARD Linux audit allows you to comprehensively log and track any access to files, directories, or resources of your system and trace

More information

Generating Automated Test Scripts for AltioLive using QF Test

Generating Automated Test Scripts for AltioLive using QF Test Generating Automated Test Scripts for AltioLive using QF Test Author: Maryam Umar Contents 1. Introduction 2 2. Setting up QF Test 2 3. Starting an Altio application 3 4. Recording components 5 5. Performing

More information

How to Create and Send a Froogle Data Feed

How to Create and Send a Froogle Data Feed How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle

More information

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. 1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards

More information

SENDING EMAILS IN SAS TO FACILITATE CLINICAL TRIAL. Frank Fan, Clinovo, Sunnyvale CA

SENDING EMAILS IN SAS TO FACILITATE CLINICAL TRIAL. Frank Fan, Clinovo, Sunnyvale CA SENDING EMAILS IN SAS TO FACILITATE CLINICAL TRIAL Frank Fan, Clinovo, Sunnyvale CA WUSS 2011 Annual Conference October 2011 TABLE OF CONTENTS 1. ABSTRACT... 3 2. INTRODUCTION... 3 3. SYSTEM CONFIGURATION...

More information

PDSI Users Manual Version 2.0

PDSI Users Manual Version 2.0 PDSI Users Manual Version 2.0 Nathan Wells National Agricultural Decision Support System http://nadss.unl.edu University of Nebraska-Lincoln nwells@cse.unl.edu July 15, 2003 Contents Introduction... 3

More information

END-TO-END SSL SETUP SAP WEB DISPATCHER Helps you to setup the End-To-End SSL Scenario for SAP Web Dispatcher

END-TO-END SSL SETUP SAP WEB DISPATCHER Helps you to setup the End-To-End SSL Scenario for SAP Web Dispatcher A BasisOnDemand.com Guide END-TO-END SSL SETUP SAP WEB DISPATCHER Helps you to setup the End-To-End SSL Scenario for SAP Web Dispatcher by Prakash Palani (Prakash.Palani@basisondemand.com) Table of Contents

More information

Excel Intermediate Session 2: Charts and Tables

Excel Intermediate Session 2: Charts and Tables Excel Intermediate Session 2: Charts and Tables Agenda 1. Introduction (10 minutes) 2. Tables and Ranges (5 minutes) 3. The Report Part 1: Creating and Manipulating Tables (45 min) 4. Charts and other

More information

eggon SDK for ios 7 Integration Instructions

eggon SDK for ios 7 Integration Instructions eggon SDK for ios 7 Integration Instructions The eggon SDK requires a few simple steps in order to be used within your ios 7 application. Environment This guide assumes that a standard ios Development

More information

IBRIX Fusion 3.1 Release Notes

IBRIX Fusion 3.1 Release Notes Release Date April 2009 Version IBRIX Fusion Version 3.1 Release 46 Compatibility New Features Version 3.1 CLI Changes RHEL 5 Update 3 is supported for Segment Servers and IBRIX Clients RHEL 5 Update 2

More information

Your First App Store Submission

Your First App Store Submission Your First App Store Submission Contents About Your First App Store Submission 4 At a Glance 5 Enroll in the Program 5 Provision Devices 5 Create an App Record in itunes Connect 5 Submit the App 6 Solve

More information

PayPal PRO Sandbox Testing

PayPal PRO Sandbox Testing PayPal PRO Sandbox Testing Updated June 2014 2014 GoPrint Systems, Inc., All rights reserved. PayPal Pro Configuration Guide 1 PayPal Pro Test Mode (Sandbox) Overview The PayPal test account, referred

More information

Visualization Plugin for ParaView

Visualization Plugin for ParaView Alexey I. Baranov Visualization Plugin for ParaView version 1.3 Springer Contents 1 Visualization with ParaView..................................... 1 1.1 ParaView plugin installation.................................

More information

Visualizing molecular simulations

Visualizing molecular simulations Visualizing molecular simulations ChE210D Overview Visualization plays a very important role in molecular simulations: it enables us to develop physical intuition about the behavior of a system that is

More information

From Firebird 1.5 to 2.5

From Firebird 1.5 to 2.5 From Firebird 1.5 to 2.5 How to migrate 75Gb database, with 564 tables, 5000+ stored procedures, 813 triggers, which is working 24x7, with ~400 users in less than 4 months About IBSurgeon Tools and consulting

More information

Microsoft Word 2010 Mail Merge (Level 3)

Microsoft Word 2010 Mail Merge (Level 3) IT Services Microsoft Word 2010 Mail Merge (Level 3) Contents Introduction...1 Creating a Data Set...2 Creating the Merge Document...2 The Mailings Tab...2 Modifying the List of Recipients...3 The Address

More information

LSCFD: Meshing Tools for Open Source CFD A Practical Point of View

LSCFD: Meshing Tools for Open Source CFD A Practical Point of View LSCFD: Meshing Tools for Open Source CFD A Practical Point of View Juha Kortelainen Report: Meshing Tools for Open Source CFD A Practical Point of View LSCFD Tools for Large Scale

More information