. * * ***************************************************************************************************************************************************/ // How should PET identify itself to Entrez when requesting data? $ncbi_DefaultTool = "PhpEntrezTools"; //What is your email address? $ncbi_Email = "you@yourdomain.com"; // folder to store cached files in $ncbi_CachePath = "/path/to/your/htdocs/cache/"; // number of items to fetch from Entrez in each request -- between 1000 and 2500 is good $ncbi_RetMax = 2500; // Use windows filenames? This is here just for developers who have to test code on a windows machine $ncbi_WinFiles = false; ?>