One can specify a new location for temporary files created by the CLC Workbench (see related page linked at the end of this page).
If you have tried to do this, but the files are still being put into your system's default temp location, this is usually easily fixed and is usually due to one of the issues listed below.

 

1) Incorrect formatting of the file location within the path.properties file

The most common issues here are:

- typos in the path provided
- incorrect characters used in the path

One common slip is the direction of the slashes used in file paths on Windows systems, where backslashes (\) are used, and those used on Linux and Mac systems, where forward slashes (/)  are used.

For example, the following is an acceptable style of writing a path on a Linux system:
/path/to/tmp

whereas the following is an acceptable path  on a Windows system:
X:\Somefolder\
 

2) Incorrect naming of the path.properties file

The name of this file must be exactly and only path.properties

There is a particular problem with some Windows programs where text files are automatically given a suffix .txt when you create the file.
This can be hard to spot if the option to hide file extensions is enabled. Microsoft provides some information on how to disable this option here:
https://support.microsoft.com/en-us/help/4479981/windows-10-common-file-name-extensions

Please change the file name so that it is exactly and only path.properties.

3) Incorrect content in the path.properties file

The file path specified must be suitable for your operating system and you must spell tmpdir as tmpdir.
An example path.properties file, with some additional information in it, can be found here:
http://resources.qiagenbioinformatics.com/deployment/path.properties

As an example, on Windows, the following would re-direct temporary files to the D: drive, to a folder at the root level on that drive called CLCTemp:
tmpdir = D:\CLCTemp
 

The following versions would not work:
tempdir = D:\CLCTemp 
Tempdir = D:\CLCTemp 
tmpdir = D/CLCTemp
 

4) Path.properties file is saved to the wrong place

The path.properties file must be saved in the folder called settings within the installation area of the CLC Workbench that you plan to run. Issues that can arise associated with this include:

- The path.properties file was saved to a settings  folder in a different copy of the CLC Workbench then the one you are running.

- If you are starting up the Workbench by double clicking on an icon, please check where the actual program being launched is located, and then ensure that you are placing the path.properties file in a folder called settings  within the installation area of that particular copy of the Workbench.

- The path.properties file was saved to a folder of a different name.   

If you have worked through all the above and there are still problems getting your temporary files to be written by the Workbench to your new location, then please contact Support (ts-bioinformatics@qiagen.com). Please include in your description the line you have used in your path.properties file to define the new temporary directory location.

Related FAQs:
Where are my temporary files to be written to and how can I change this?
How do I submit an error report for a CLC Workbench to the Support team?