4 Feb
2016
4 Feb
'16
1:05 p.m.
Good morning team, I have an Rscript tool that is trying to read a file I uploaded into the history beforehand. Galaxy is running with the same user and privileges as the dataset directory. <command>Rscript --slave --vanilla --file=$GALAXY_ROOT_DIR/tools/Foo/Foo.R --args $inputFile1 ..... </command> Why would this be? Error in file(file, "rt") : cannot open the connectionCalls: performDataOrdering -> read.table -> fileIn addition: Warning message:In file(file, "rt") : cannot open file '--file=/home/rbrown/hmgalaxy/database/files/000/dataset_162.dat': No such file or directoryExecution halted When I try to run as R versus Rscript - I get a syntax error about unexpected '(' on function call that works fine in R window. ThanksBob