Include output directory in make.file

Hi,

It’d be cool to have an argument to set the output directory/path in make.file function. It happens to me quite often, fastq files are located in a directory I do not want to touch (I want to have only fastq files there).

Thanks

Hi,

Have you tried the outputdir argument? All of the command will take this argument so you can specify where you want the data to go. If I make a directory in my working directory called test, the following will put the output file into test

make.file(inputdir=., outputdir=test, type=fastq)

Pat

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.