Skip to content

REANA-Client 0.8.0

Compare
Choose a tag to compare
@mvidalgarcia mvidalgarcia released this 30 Nov 10:09
· 125 commits to master since this release
  • Adds support for running and validating Snakemake workflows.
  • Adds support for outputs.directories in reana.yaml allowing to easily download output directories.
  • Adds new command quota-show to retrieve information about total CPU and Disk usage and quota limits.
  • Adds new command info that retrieves general information about the cluster, such as available workspace path settings.
  • Changes validate command to add the possibility to check the workflow against server capabilities such as desired workspace path via --server-capabilities option.
  • Changes list command to add the possibility to filter by workflow status and search by workflow name via --filter option.
  • Changes list command to add the possibility to filter and display all the runs of a given workflow via -w option.
  • Changes list command to stop including workflow progress and workspace size by default. Please use new options --include-progress and --include-workspace-size to show this information.
  • Changes list --sessions command to display the status of interactive sessions.
  • Changes logs command to display also the start and finish times of individual jobs.
  • Changes ls command to add the possibility to filter by file name, size and last-modified values via --filter option.
  • Changes du command to add the possibility filter by file name and size via --filter option.
  • Changes delete command to prevent hard-deletion of workflows.
  • Changes Yadage workflow specification loading to be done in reana-commons.
  • Changes CWL workflow engine to cwltool version 3.1.20210628163208.
  • Removes support for Python 2.7. Please use Python 3.6 or higher from now on.