This article describes where to find configuration and key files, which are often required to troubleshoot technical problems related to Proteome Software programs. Most operating systems make certain files/directories invisible to the user by default. Therefore, it is often necessary to gain access to hidden folders to find these files. The following article lists steps to make hidden folders visible by OS, and the directories for these files.
- View Hidden Folders by OS
- Directories for Parameters Files
- Directories for License Key Files
- Directories for Log Files
Windows 7
- From the Start menu select the Control Panel
- Click on Folder Options and select the View tab
- Under the Hidden Folders section click Show hidden files, folders and drives and select Apply
Windows 8.1
- Click on the Folders icon in the lower left corner of the screen
- Select the View tab in the top left of the folders dialog box
- Click the check box for Hidden Items
Windows 10
- Click on the Folders icon
- Select the view tab and click Options
- From the Options dialog box click the View tab and select the Show hidden files, folder and drive button and click OK
Mac OS X
- To show hidden folder in OS X you must run a terminal command. Open the terminal: Finder > Utilities > Terminal
- Paste the following command into the terminal:
defaults write com.apple.finder AppleShowAllFiles YES
and press Return - Hold the Option/Alt key and right click on the Finder icon, select relaunch
- Finder should relaunch and hidden folders should now be visible
- If you would like to disable hidden folders reopen the terminal and run the following command:
defaults write com.apple.finder AppleShowAllFiles NO
and press Return. Once you relaunch Finder they should be invisible again
Linux
In general, for Linux/UNIX systems, hidden files and folders are prepended with a period, eg, ~/.ssh
(where encryption keys are stored). You can make these visible in the GUI (on Ubuntu, for example) by going to View > Show Hidden Files or by running a command like this: ls -a
Directories for Parameters Files
Scaffold
Note, to follow paths hidden folders must be made visible
Windows
C:\Users\<username>\AppData\Roaming\Proteome Software\Scaffold\parameters
Mac OS X
From the Go dropdown menu: Home/Library/Application Support/Scaffold/parameters
Linux
/home/<username>/.config/scaffold/parameters
Scaffold Elements, Scaffold PTM, Scaffold DIA, Scaffold LFQ, Scaffold perSPECtives
These programs use a similar file path, however the *_params.stp
file is not contained within a parameters folder.
C:\Users\<username>\AppData\Roaming\Proteome Software\Elements\Elements_params.stp
or
C:\Users\<username>\AppData\Roaming\Proteome Software\ScaffoldPTM\ScaffoldPTM_params.stp
Once you have navigated to the correct directory, find the program_settings_S4.sfp
or *_params.stp file
. It is possible that during use this file has become corrupted and must be backed up. To do so rename to file add _back
to the name of the file. This will force the program to write an new file and should allow it to boot properly. Note, when the program launches again, you will have to reenter Network settings .
Directories for License Key Files
These are the locations of key files for Proteome Software products in if the default file option is selected. These examples are for Scaffold keys, there should be separate folders for corresponding to each product you have installed.
Windows
C:\ProgramData\Proteome Software\<program_name>\registeredKey.lkeynew
Mac OS X/ macOS
Go > Library/Application Support/<program_name>/registeredKey.lkeynew
Linux
/var/lib/<program_name>/registeredkey.lkeynew
Navigate to these folders to find Scaffold error and output logs.
Windows
C:\Users\<username>\AppData\Local\Scaffold\logs
Mac OS X/ macOS
Go > Users/<your_username>/Library/Application Support/Scaffold/logs
Linux
Scaffold
/home/<your_username>/.config/scaffold/logs
Scaffold DIA/ PTM / Elements / Quant
/home/<your_username>/.local/share/scaffolddia/logs