You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# remove-uncompressed-output-files.sh: script to be run after a successful build to save on storage costs. The files are kept after zipping in finish-snakemake.sh to allow for partial rebuilds of rules after Merge. See #1104.
# Copyright 2020 Stephen A. Ramsey
# Author Lindsey Kvarfordt
set -o nounset -o pipefail -o errexit
if [[ "${1:-}" == "--help" || "${1:-}" == "-h" ]]; then