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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
[1.3.0] - 12/07/2023
Added
scripts/ethical_sample_scrub.sh: A script to remove eager input/outputs for samples that were marked as ethically sensitive after the pipelines picked them up.
scripts/cron_ethical_scrub.sh: A cron-able script to run ethical_sample_scrub.sh daily.
scripts/clear_work_dirs.sh: A bash script to rm -r the work directories of an individual ID for both SG and TF processing.
scripts/clear_results.sh: A bash script that deletes the results for an individual while maintaining the nextflow process cache for them.
Fixed
scripts/cron_daily_prepare.sh: Silenced permission errors due to ethical sample scrubbing.