UGENE creates an auxiliary folder in some predefined folders and uses a current folder as a working directory (UGENE will write inputs in there, if it executes in the cmdline mod). A possibility to set up paths to folders with the application arguments should be added.
Paths, which are should be set up (almost all of them could be found in the UserApplicationsSettings.h file, some of them in the WorkflowSettings.h file):
- DownloadDirPath
- CustomToolsConfigsDirPath
- RecentlyDownloadedFileNames - no need
- UserTemporaryDirPath - already done
- CurrentProcessTemporaryDirPath - no need
- DefaultDataDirPath
- FileStorageDir
- UserDirectory
- ExternalToolDirectory
- IncludedElementsDirectory
- WorkflowOutputDirectory
- working dir - defined in the WorkflowContext.cpp:191 file
- relates to
-
UGENE-6674 Uninformative error message in "Export subaligment" dialog for incorrect file name
- Closed