NXF_TEMP = "$pwd"Adding to this .. the -qs option does not seem to work. I set it to 10 and it's still running 13 processes.
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.
This looks unusual. You should try to understand what tool is using all that space.Running `du -h -d 1` in the /tmp directory can help to troubleshoot the problem.Cheers,Paolo
On Wed, Sep 14, 2016 at 5:55 PM, Carlos Guzman <cguzma...@gmail.com> wrote:
Adding to this .. the -qs option does not seem to work. I set it to 10 and it's still running 13 processes.
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
export TMPDIR=$(mktemp -d)<your script>rm -rf $TMPDIR
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
beforeScript 'export TMPDIR=$(mktemp -d)'
afterScript 'rm -rf $TMPDIR'To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.