Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Feature/publishing updates #289

Merged
merged 4 commits into from
Jan 20, 2021
Merged

Feature/publishing updates #289

merged 4 commits into from
Jan 20, 2021

Commits on Dec 8, 2020

  1. Add option to change the copy mode for the PUBLISH workflow.

    - Options are now 'copy', 'link', 'symlink', etc. and are set in params.utils.publish.mode
    - Default value is 'link'
    - Fixes #265
    cflerin committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d7f3b5e View commit details
    Browse the repository at this point in the history
  2. Cleanup and streamline PUBLISH workflow

    - Avoid duplicating the input file, this is replaced with a hard link
    - Input/output file collisions are avoided by renaming the input file
    before creating the link
    - SC__PUBLISH_PROXY is removed from the workflow. The PUBLISH workflow
    now only needs a single process (instead of two) to publish a file
    cflerin committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    adaf89b View commit details
    Browse the repository at this point in the history
  3. Add CI test for parameter exploration

    - Uses single_sample + two clustering parameters
    cflerin committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5526882 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    b4d9cc9 View commit details
    Browse the repository at this point in the history