I need to inject in the command tag, the tool's input data's path.
My Tool is expecting a path (Directory to corpus containing a list of .txt documents) as parameter.
Using the following doesn't make it, as it provides a path including the name of the current processed file. It only needs the file path :
I also tried uploading the data set (txt files) as a collection in order to test and check if any effect on the path but no text data collection detected...
The error triggered by my Tool => Caused by: java.lang.IllegalArgumentException: Not a directory: [/home/user/projects/galaxy/database/files/000/dataset_82.dat]
So is there any reserved variable or way to make this possible ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I need to inject in the command tag, the tool's input data's path.
My Tool is expecting a path (Directory to corpus containing a list of .txt documents) as parameter.
Using the following doesn't make it, as it provides a path including the name of the current processed file. It only needs the file path :
I also tried uploading the data set (txt files) as a collection in order to test and check if any effect on the path but no text data collection detected...
The error triggered by my Tool =>
Caused by: java.lang.IllegalArgumentException: Not a directory: [/home/user/projects/galaxy/database/files/000/dataset_82.dat]So is there any reserved variable or way to make this possible ?
Thanks.
The text was updated successfully, but these errors were encountered: