Skip to content

Commit

Permalink
blarchive compression log to ./
Browse files Browse the repository at this point in the history
  • Loading branch information
sorelfitzgibbon committed Sep 21, 2023
1 parent 37f11b6 commit b83b2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/pipeline-Nextflow-config
2 changes: 1 addition & 1 deletion module/common.nf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ process compress_file_blarchive {
set -euo pipefail
dereferenced_file=\$(readlink -f ${file_to_compress})
blarchive compress_files --input \$dereferenced_file \
--log ${params.work_dir}
--log ./
ln -s \${dereferenced_file}.bz2 ${file_to_compress}.bz2
"""
}

0 comments on commit b83b2f8

Please sign in to comment.