Skip to content

Releases: fairagro/m4.4_sciwin_client

v0.7.0

22 Jul 13:38
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Remote Execution using Reana #108
    • FAIRagro Reana Instance will be provided later, see #42
    • Credentials stored in keyring #118
    • Provenance RO-Crate can be created from remote execution 46808af
  • Possibility to connect all CWL Documents in s4n workflow connect #95
  • added --mount to s4n tool create to mount directories into working dir #103
  • added type hints in s4n tool create. Inputs prefixed like s:/mnt/ are then enforced to be of type string.

🐛 Bugfixes

  • Inputs and Outputs can not have same IDs #113

Install s4n 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.7.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.7.0/s4n-installer.ps1 | iex"

Download s4n 0.7.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.6.1

26 May 09:57
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Added command s4n workflow visualize which accepts a path and either mermaid or dot as renderer outputting diagrams

Install s4n 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.6.1/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.6.1/s4n-installer.ps1 | iex"

Download s4n 0.6.1

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.6.0

21 May 09:31
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Remote Execution s4n execute remote using REANA (testing) #101 + #108
  • Added workflow.toml as config format #102
  • added NetworkAccess Requirement via --net/--enable-network in s4n tool create #104
  • Support InlineTools in Workflow step #111
  • Support Expressions, Files and Directories as InitialWorkDirRequirement (in additon to Dirents)
  • Support Conditional Execution

🐛 Bugfixes

  • fixed a bug with Dockerfile path resolution
  • handle NetworkAccess Requirment in runner
  • inherit parents requirements correclty
  • ramping up runner conformance from 160/378 to 204/378

Install s4n 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.6.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.6.0/s4n-installer.ps1 | iex"

Download s4n 0.6.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.5.2

15 May 13:23
Compare
Choose a tag to compare

Release Notes

🐛 Bugfixes

  • fixed bugs with the tool create -i argument

Install s4n 0.5.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.5.2/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.5.2/s4n-installer.ps1 | iex"

Download s4n 0.5.2

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.5.1

15 May 12:12
Compare
Choose a tag to compare

Release Notes

🐛 Bugfixes

  • fixed serialisation error

Install s4n 0.5.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.5.1/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.5.1/s4n-installer.ps1 | iex"

Download s4n 0.5.1

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.5.0

15 May 09:15
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Support automatic downloading if files are given with http:// or https:// protocol
  • Detect URLs as files if given with http:// or https:// protocol
  • Support Detection of Arrays as inputs in tool create #100
  • Support ExpressionLibs

🐛 Bugfixes

  • correctly support DockerRequirement.DockerOutputDirectory#96
  • made CommandOutputBinding.glob Optional #99
  • ramping up runner conformance from 131/378 to 160/378

Install s4n 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.5.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.5.0/s4n-installer.ps1 | iex"

Download s4n 0.5.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.4.0

29 Apr 09:54
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Added --no-defaults flag to tool create which can be handy when using passwords as inputs

🐛 Bugfixes

  • fixed critical error in tool create where outputEval was set, even when null
  • 🏃CWL Runner
    • Fixed some bugs in CWL Runner ramping up its conformance from 126/378 to 131/378
    • Improved Array support in Runner
    • Support cwl.output.json handling in Runner
    • Support globs in Runner
  • Rewrite input ids if "bad words" are found (e.g. sql connection strings)

Install s4n 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.4.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.4.0/s4n-installer.ps1 | iex"

Download s4n 0.4.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.3.0

17 Apr 06:58
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Added Containerization Support (Docker & Podman) for s4n execute local
  • Support CWL ExpressionTools

🐛 Bugfixes

  • Fixed some bugs in CWL Runner ramping up its conformance from 90/378 to 126/378

👀 Miscellaneous Tasks

  • Removed Nightly Builds CI Workflow

Install s4n 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.3.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.3.0/s4n-installer.ps1 | iex"

Download s4n 0.3.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.0

28 Mar 09:28
Compare
Choose a tag to compare

Release Notes

New Features

  • Allowed handling of nullable and array CWLTypes using File? or File[] notation
  • Added s4n execute make-template ./path/to.cwl to create job templates #75
  • Added support for the direct execution of files #79
  • Moved Runner into separate crate (Refactor)
  • Allow Directories as output

Bugfixes

  • Fixed setting correct InitialWorkDirRequirement when -i is used in s4n tool create #69
  • Fixed handling of json-Data #60
  • Fixed unreported Bug, where CWL CommandLineTool Output was ignored if not of type File, Directory, stdout, stderr or string. 781d20e
  • Fixed Command fail because of invalid git user config - prompts user if missing #78
  • Fixed cleanup if init fails #77
  • Fixed Files in subfolders can not be created in s4n tool create #88
  • Fixed Do not check for uncommited changes if --no-run #89

Other

  • Added Tests for all Documentation examples #76
  • Added CWL Conformance Tests to CI Workflow
  • Added more integration tests

Install s4n 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.2.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.2.0/s4n-installer.ps1 | iex"

Download s4n 0.2.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0

04 Feb 13:49
Compare
Choose a tag to compare

Install s4n 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.1.0/s4n-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fairagro/m4.4_sciwin_client/releases/download/v0.1.0/s4n-installer.ps1 | iex"

Download s4n 0.1.0

File Platform Checksum
s4n-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
s4n-x86_64-apple-darwin.tar.xz Intel macOS checksum
s4n-x86_64-pc-windows-msvc.zip x64 Windows checksum
s4n-x86_64-pc-windows-msvc.msi x64 Windows checksum
s4n-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum