Closed mhabsaoui closed 5 years ago
Would be helpful to see the tool sources. But I guess you need to loop over to content of $corpus
as described here https://docs.galaxyproject.org/en/master/dev/schema.html#id146
Please ask support questions at https://help.galaxyproject.org/ , thanks!
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.