Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Dec 07:25

Release Notes

πŸš€ Features

  • create now has --env option to load in an .env file
  • made inputs and outputs prefix optional in connect

πŸ› Bugfixes

  • default values are used on input connections
  • Fixed some bugs in command parsing (s4n create, fixes for python modules)
  • Better alignment with CWL spec in some points (e.g. glob)

🚜 Refactor

  • Major restructuring for better maintainability

Install s4n 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fairagro/m4.4_sciwin_client/releases/download/v1.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/v1.1.0/s4n-installer.ps1 | iex"

Download s4n 1.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-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
s4n-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum