-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input Files node: Convert to workflow relative paths broken on Windows #295
Comments
Oh no. Didn't know about that. Thanks for reporting. |
The I tried editing the settings.xml manually, but for some reason it still gives the same error message, including the old path, when trying to open the config window. |
… on Win. #295. Undeprecated Input Files since its manual adding might be a benefit.
Can you try with this update site? |
But |
FYI that link didn't work directly. I had to replace |
Yes the KNIME variable thing is fixed. I just did not rebuild the job. Regarding Input Directory.. hmm so what exactly are you doing there? |
I manually edited this line in the settings.xml:
The settings.xml does not contain the directory The error mentioned above (with |
Whaat? This sounds weird. |
Sorry but I cannot reproduce. Just downloaded the ProteomicsLFQ+MSstatspostprocessing workflow By the way, archive needs to be cleaned up desperately! iPRG2015 is not in the Example_Data. |
zipped archive of what? all example data? per workflow? |
or ftp? |
just compiling all example data would be fine. you can download an archive via our HTTP UI. |
Probably not the right place to discuss this, but some of the test data should also be reconsidered. There are some problems with some old data, like I think the iPRG2015 data doesn't work with the CometAdapter, because it isn't indexed or something (not a big problem, since the default labelfree data works and we don't use Comet often in those workflows). Preferably we should have Example Data for users to see some real results, and some tiny sanity check datasets to check for node compatibility etc. |
an example result:
knime://knime.workflow/..\Example_Data\file1.mzML
The first part
knime://knime.workflow/
seems to only work with forward slashes and is generated correctly. The rest of the path is generated differently depending on the OS and uses\
on Windows. The node does not run with a mix of/
and\
.Input Files
does not allow to paste or manually edit the file paths, so it is not possible to fix these paths in the KNIME GUI.Workaround: fix the file paths with a text editor directly in the
settings.xml
file of the node.A workflow that was set up with relative paths only containing
/
(e.g. on Linux or using the workaround) runs fine on Windows.The text was updated successfully, but these errors were encountered: