Arnaud Ceol
Results
1
issues of
Arnaud Ceol
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...