fastq-tools
fastq-tools copied to clipboard
Remove tmp files with fastq-sort
Hi,
It would be useful if fastq-sort could remove the temporary files it creates.
char const *tmpfolder = getenv("TMPDIR");
if (tmpfolder == NULL)
tmpfolder = "/tmp";
The only solution yet is to set the tmp folder and remove it manually at the end of the process.
thanks,
Arnaud