Skip to content
Snippets Groups Projects
Commit 3045e84b authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

put default tmpdir as $TMPDIR to solve potential issues with picard and spp

parent f4a129fd
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ input_extension: '.fastq.gz'
# directory where you want to store results
analysis_dir: /path/to/directory/analysis
# tmpdir: write tempory file on this directory (default /tmp/, but could be "/local/scratch/")
tmpdir: "/tmp/"
tmpdir: $TMPDIR
#===============================================================================
# Design information. These informations will be used during the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment