nextflow

A DSL for data-driven computational pipelines

APACHE-2.0 License

Stars
2.5K
Committers
164

Bot releases are hidden (Show)

nextflow - Version 22.08.2-edge

Published by pditommaso about 2 years ago

  • Fix queueSize setting is not honoured by AWS Batch executor (again) #3117 [1733bb2e]
  • Add files() method to docs (#3123) [00bb8896]
  • Refactor wave packing [bc876986]
  • Improve logging [aa380d5f]
  • Update dockerfile [e6329282]
nextflow - Version 22.08.1-edge

Published by pditommaso about 2 years ago

  • Add support for disabling config include [e0859a12]
  • Add experimental fusion support [1854f1f2]
  • Add support for plugin provided function extension (#3079) [16230c2b]
  • Add support for AWS Batch logs group (#3092) [4ef043ac]
  • Add share identifier to Aws Batch (#3089) [c0253aba]
  • Improve Tower cache manager [0091afc5]
  • Improve S3 copy via xfer manager [02d2beae]
  • Reports a warning when using NXF vars in the config [009ec256]
  • Make wake token cache duration config [5f955fc9]
  • Patch unable to start non-core plugin [a55f58ff]
  • Increase S3 upload chunk size to 100 MB [9c94a080]
  • Change Google Batch disk directive to override boot disk size (#3097) [7e1c0686]
  • Fix queueSize setting is not honoured by AWS Batch executor (#3093) [d07bb52b]
  • Fix Allow disabling scratch with Google Batch [e8e5c721]
  • Fix Emit relative path when relative parameter is set (#3072) [39797759]
  • Bump [email protected] [e46d341d]
  • Bump [email protected] [cdc2be53]
  • Bump [email protected] [c39935a5]
  • Bump [email protected] [ccdf62d0]
nextflow - Version 22.08.0-edge

Published by pditommaso about 2 years ago

22.08.0-edge - 1 Aug 2022

  • Add warning to env config docs (#3083) [ca933c16]
  • Add -with-conda CLI option (#3073) [98b2ac80]
  • Add simple wave plugin cli commands [8888b866]
  • Add default wave plugin [7793a0ec]
  • Add boot disk, cpu platform to Google Batch (#3058) [17a8483d]
  • Add support for GPU accelerator to Google Batch (#3056) [f34ad7f6]
  • Add support for archive dir to tower plugin [c234681a]
  • Add support tower cache backup/restore [bc2f9d13]
  • Add disk directive to google batch (#3057) [ec6e290c]
  • Add retry when Azure submit fails with OperationTimedOut [6a3f9742]
  • Add warning when Google Batch quota is exceeded (#3066) [6b9c52ad]
  • Allow fully disabling history file [0a45f858]
  • Allow the support function overloading and default parameters (#3011) [042d3857]
  • Improve S3 file upload/download via Transfer manager [7e8d2a5a]
  • Prevent overriding container entrypoint [b3a4bf85]
  • Update FileTransfer pool settings [503aafce]
  • Remove deprecated commands [93228b4b]
  • Prevent nextflow config to break tower launch [e059a724]
  • Refactor Google Batch executor to use Java API (#3044) [31a6e85c]
  • Fix Unable to disable scratch attribute with AWS Batch [1770f73a]
  • Fix unit test setting explicit permissions for test files [1c821139]
  • Fix Default plugins are overriden by config plugins [46cf3bfa]
  • Fix S3 transfer download directory [b7bf9fe5]
  • Fix NPE while setting S3 ObjectMetada #3031 [d6163431]
  • Fix Unable to retrieve AWS batch instance type #1658 [3c4d4d3b]
  • Fix AWS Batch job definition conflict (#3048) [e5084418]
  • Fix JAVA_TOOL_OPTIONS breaking launch #1716 [0e7b416d]
  • Fix add ps shared objects to Dockerfile (#3033) [1c23b40a]
  • Parallelize build integration tests [807800a3]
  • Bump google-cloud-nio:0.124.8 [dfaa9d19]
  • Bump groovy 3.0.12 [5c900b91]
  • Bump Moment.js 2.29.4 [a9ced868]
  • Bump [email protected] [12f17176]
  • Bump [email protected]
  • Bump [email protected]
  • Bump [email protected]
  • Bump [email protected]
  • Bump [email protected]

Breaking changes

  • The container entrypoint is not overridden anymore with /bin/bash by Nextflow when using Local, Kubernetes and batch scheduler executors. This has been made for consistency with the AWS, Google and Azure Batch executors that do not set it either. Make sure the containers used in your pipeline use sh or bash as the default entry point. If you want to continue to use the old behaviour set the variable NXF_CONTAINER_ENTRYPOINT_OVERRIDE=true in the launch environment
  • The use of Conda environment defined in the process definition via the conda directive needs to be enabled in an explicit manner using either the CLI option -with-conda or using the config setting conda.enabled=true or setting environment variable NXF_CONDA_ENABLED=true. See https://github.com/nextflow-io/nextflow/pull/3073 for details.
nextflow - Version 22.04.5

Published by pditommaso over 2 years ago

  • Allow fully disabling history file [1a36c9bc]
nextflow - Version 22.07.1-edge

Published by pditommaso over 2 years ago

  • Add support for Google Batch API v1 [4c116d58] [e85d87ee]
  • Add time directive support for K8s executor (#2948) [2b6f70a8]
  • Add docs aws.client.s3PathStyleAccess config (#3000) [20005500]
  • Allow to override lsf.conf settings with nextflow config #2862 [dae191a1]
  • Allow hybrid containers execution [0af1bcb3]
  • Improve error msg when script file cannot be read [52c2780e]
  • Improve error reporting for custom function [877c7931]
  • Improve error message for missing plugin extension [4a43db84]
  • Improve test #3019 [7c37e0be]
  • Rename kuberun -pod-image to -head-image [2576ba62]
  • Externalise sqldb plugin source code [17e80b4f]
  • Fix escape unstage outputs with double quotes #2912 #2904 #2790 [49ff02a6]
  • Fix Exception when settings AWS Batch containerOptions #3019 [89312ad8]
  • Fix Missing query param in http file (#2918) [43cc8511]
  • Fix Publish copy mode for S3 based path [085f6b2b]
  • Fix Fail fast uploads to S3 (#2969) [7fd1a6e1]
  • Fix null script name in launch info [7118849f]
  • Bump [email protected] [a06b4442]
  • Bump [email protected] [3331826f]
  • Bump [email protected] [de62fd3f]
  • Bump [email protected] [3234ddd5]
nextflow - Version 22.04.4

Published by pditommaso over 2 years ago

  • Fix Publish copy mode for s3 based path [bb510ce6]
  • Add strict mode config setting [b0567e62]
  • Update docker base image [b00c1418]
nextflow - Version 22.06.1-edge

Published by pditommaso over 2 years ago

nextflow - Version 22.06.0-edge

Published by pditommaso over 2 years ago

  • Add AWS CodeCommit initial support [80fba6e9]
  • Add support for 307 and 308 HTTP redirection [92382012]
  • Add DirWatcher v2 [209c82cd]
  • Add Moriondo in the list of random names [e0abca58]
  • Add preview CLI option (#2914) [aa8f1aa4]
  • Fix Git config resultion error [64436697]
  • Fix StackOverflowError when dump all profiles (#2922) [28cd11a2]
  • Fix gradle warning message in nf-sqldb (#2921) [b09ceabe]
  • Fix log for LsfExecutror perTaskReserve attribute [7c3ec874]
  • Fix external pod deletion for jobs (#2915) [4dd1af7a]
  • Prevent function overloading in module definition [c0b522ab]
  • Improve error message of non sensical include (#2623) [285fe49c]
  • Mount PWD path only when scratch is used [9b3c6e31]
  • Stripe sensitive data into strings (#2908) [7fa4c86c]
  • Dump scm content when trace is enabled [c3117ada]
nextflow - Version 22.05.0-edge

Published by pditommaso over 2 years ago

  • Add Hyperqueue executor (#2896) [ffa5712e]
  • Add support for K8s Job resource [c70eb12d]
  • Add support for time process directive in GLS executor (#2880) [1402e183]
  • Add support for priviledge option for K8s containers [7ffe3a02]
  • Add DSL1 option to docs (#2836) [d30841a5]
  • Add support for container options to Azure Batch [3f4f00f9]
  • Add support for move operation to AWS S3 [8c0ddfd5]
  • Add K8s execution hostname in the trace file (#2828) [ebaef92a]
  • Add support for AWS S3 encyption using a custom KMS key [c1e45aa9]
  • Add support for Micromamba [383e023f]
  • Add jaxb-api dependecy to nf-amazon [c1a09f87]
  • Add strict mode config setting [ci fast] [696e70b5]
  • Add -head-prescript option to kuberun (#2830) [9e387055]
  • Fix missing err message on submit failure [233e67f0] (#2899)
  • Fix resolve azure devops repositories when projectId is present [2500ff01]
  • Fix AthenaJdbc into distribution zip [853a1f2a] [4b3579d5] [70ef7ee3]
  • Fix Inconsistent bool parsing #2881 [40bf2b2a]
  • Fix Unable to pull pipeline if config file is not in default branch (#2876) [4ee5b04f]
  • Fix Prevent crash when scratch dir does not exist (#2888) [9ef44ae5]
  • Fix DSL1 detection to invalid workflow keyword matching [fe0700b0] (#2879)
  • Fix Aws Batch retry policy on spot reclaim [6e029b79]
  • Fix 'false' string in config interpreted as true (#2865) [079a18ce]
  • Improve Git Provider config logging [d7dbca8ec]
  • Improve K8s task handler [1822b2ca]
  • Improve missing workflow err message [da101e8f] (#2871)
  • Include revision in the Azure Repos provider when specified (#2861) [3342c767]
  • Remove unnecessary change dir echo [372d1f47]
  • Abort execution when accessing undefined params with strict mode [93836081]
  • Update docker base image [50cd7956]
  • Update default SKU for Azure Batch (#2868) [9ea09dba] ]
  • Update dependencies [405d9545]
  • Refactoring to prevent name conflict [aba2671b]
  • Few DSL syntax to explicit declaration of plugin extensions (#2820) [bfc4a067]
  • Sanitize k8s label and annotation keys, don't sanitize annotation value (#2843) [5287a984]
  • Docs improvement (#2835) [09e5bca3]
  • Bump Jgit 6.1 [7186348c]
  • Bump Spock 2.1 [51100d16]
  • Bump capsule 1.1.1 [20ec1697]
nextflow - Version 22.04.3

Published by pditommaso over 2 years ago

  • Fix dsl1 detection (#2879) [1a7ea0d1]
nextflow - Version 22.04.2

Published by pditommaso over 2 years ago

  • Fix stackoverflow error when probe dsl [a05fcbea]
nextflow - Version 22.04.1

Published by pditommaso over 2 years ago

  • Improve dsl detection [739b959f]
  • Improve missing workflow err message [f3fc081b] (#2871)
  • Fix Aws Batch retry policy on spot reclaim [d855f0d9]
  • Update default SKU for Azure Batch (#2868) [be60fc14]
  • Bump nf-amazon 1.7.2
  • Bump nf-azure 0.13.2
nextflow - Version 22.04.0

Published by pditommaso over 2 years ago

  • Improve error reporting (#2658) [e6ef017d]
  • Document params-file and improve self-update (#2673) [1e008f47]
  • Add support for AWS S3 anonymous credentials (#2810) [ae7ba35a]
  • Add tolerations K8s pod option (#2763) [7f7cdadc]
  • Add support for batched queries to nf-sqldb plugin [3a9dad8b]
  • Add emitColumns option fromQuery operator [6a6a6eac]
  • Add mermaid DAG renderer [653f1e57]
  • Fix missing SSE flag on AWS Batch job submit (#2809) [4b3e946d]
  • Fix Task execution is not evicted on unexpected execution error (#2787) [05ea0c86]
  • Document params-file and improve self-update (#2673) [1e008f47]
  • Improve deprecation message (#2788) [720a84d7]
  • General docs improvements (#2800) [88acd26b]
  • Decrease Aws upload chunk size to 20 MB [086138fb]
  • Improve error reporting (#2658) [e6ef017d]
  • Improve err reporting for Azure Batch [798bae1f]
  • Rename echo directive to debug (#2776) [8f906aa5]
  • Remove embedded Read The Docs theme [728d545f]
  • Use a remote config in kuberun (#2781) [5485b699]
  • Start Github Actions also for edited PRs (#2796) [78f5c10f]
  • Deprecate isDsl2Final method [0f63f1a7]
  • Document task object [1c83e21e]
  • Bump [email protected] [a137e93a]
  • Bump [email protected] [912b9bb2]
  • Bump moment.js version2.29.2 [a229c1ed]

22.03.1-edge - 6 Apr 2022

  • Fix default dsl env detection [b9a09bf6]
  • Handle K8s timeout error - 500 status code (#2756) [89a1a46b]
  • Honour background option for kuberun command [b1b0ddd9]
  • Add Aws Batch native retry on spot reclaim [cd95e297]
  • Improve Aws Batch error reporting [00443510]
  • Add missing workflow err report [fa687789]
  • Use local nextflow when packing docker image (#2757) [40271b08]
  • Add retry policy Azure create job [792820a2]
  • Fix log message in nf-azure [80a0e937]
  • Prevent build on tag [5b660c73]
  • Fix missing linux/amd64 platform on docker build [05f117d7]

22.03.0-edge - 27 Mar 2022

  • Add experimental proxy reg [b3836691]
  • Add API to access config raw value [977f6305]
  • Add warning for invalid emit names [0045834c]
  • Add retry policy on grid submit failure #2696 [673f560c]
  • Add config tests #2422 [885993b1]
  • Add ability to disable config names check [814a2605]
  • Add azcopy fine grain config settings [3998a56b]
  • Add binary compatibility with Java 8 [763ec999]
  • Add retry policy to Az Batch operations [991c6175]
  • Make DSL2 default syntax [4e9189ac] [0c80784a]
  • Fix Reduce task command runner script size [6930408b]
  • Fix K8s task retry strategy on node termination [bd093081]
  • Fix use first config in stack when is into profile #2701 [44bdde8d]
  • Fix Allow comments after nextflow.enable.dsl (#2746) [6988638b]
  • Fix allow blank spaces in java path (#2690) [a966020e]
  • Improve AWS Batch job retry on spot termination [bd8f2e26] [72fbda848]
  • Improve error reporting [55466be7]
  • Undeprecate merge operation [1649944b]
  • Bump support for Java 18 [f3a11e4c]
  • Prevent invalid use of large maxForks values [5de0c200]
  • Prevent race condition on thread pool creation [3e707a1d]
  • Refactor AWS batch job unique token generation [d64f5a21]
  • Decrese log verbosity [9237d587] [d1a5e5a8]
  • Throw an error if a required secret is missing [8e5129d6]
  • Wait for pod to stop running before shutdown (#2667) [505c5ad6])
  • Restore AZ tests [858a4568]

22.02.1-edge - 3 Mar 2022

  • Prevent multiple parsing of params file [38bb1f71]

22.02.0-edge - 25 Feb 2022

  • Fix Prevent S3 tagging with empty list [ae7db466]
  • Fix Azure repos tests [856aacf0]
  • Fix isse on includeConfig resolution #2675 [6591a9e1]
  • Fix NPE when accessing not existing Git file [6c79f8fd]
  • Fix Batch Job name exceed max allowed size [e8b70ca3]
  • Fix detect and skip bom mark in files (#2645) [02b06ba3]
  • Feature: Abort session if publish fails (#2643) [79b3836b]
  • Fix report overwrite cannot be disabled [202b5c9c] #2647
  • Fix match bash interpreter irrespective the path [c2d2b9b2]
  • Fix build warning + plugins assemble (#2634) [00dd143a]
  • Fix CITATION.cff and add automatic validation of your citation metadata [15698a45]
  • Bump [email protected] [a4496bb2]
  • Bump [email protected] [e51139bb]

22.01.0-edge - 7 Feb 2022

  • Add support for Tower reports (#2523) [de3d76349]
  • Add RateLimitExceededException when GitHub api limit is reached [ff123c605]
  • Add fetch tags and branches to local git provider [e1de8e0ac]
  • Add K8s priorityClassName pod option, updated tests (#2585) [51650f8c4]
  • Add securityContext pod option to docs (#2584) [19f16f0da]
  • Add automountServiceAccountToken option for k8s executor (#2562) [1b5908e4c]
  • Add warn about AWS CLI grandparent path in container (#2565) [67073b0c5]
  • Add affinity option to pod directive (#2522) [640cbed48](3 weeks ago)
  • Add ability to specify memory/cpu resources for the control pod (#2559) [13f3e036d]
  • Add -entry parameter to pass in k8s executor (#2525) [a96233af6]
  • Add AWS Athena JDBC driver for nf-sqldb plugin (#2500) [462575f05]
  • Fix process output 'env' as array (#2624) [0a246dc2c]
  • Fix make date format to change independent from system locale [d1e5f6e76]
  • Fix double access of params file [459ebab7b]
  • Fix Use account SAS token instead of service SAS token (#2576) [d5125975d]
  • Fix upload of nested directory outputs on azure (#2578) [85ad55225] [744447155]
  • Fix Docs Typo (#2556) [942be46f6]
  • Fix NXF_PARAMS_FILE is not recognised #2549 [62f5fe1d9]
  • Fix failing tests (4 weeks ago)
  • Fix Unable to use output path with nested properties [ceceb0784]
  • Fix Nextflow couldn't parse generated nextflow.config under some circumstances (#2496) [2dfbbc63c]
  • Fix invalid use of var keyword [8418cc8d6]
  • Improve k8s executor throwing NodeTerminationException on node shutdown (#2590) [084c8d6ca] <Patrick Hüther>
  • Improve docs on include statements (#2520) [9c140cee3]
  • Improve core plugins info & logging [dfa544ac9]
  • Improve Secrets handling [1c0ad4679] [329502d19] [[26b4be906]]
  • Improve DSL2 documentation [048b026f2] [e2e8b5557]
  • Improve documentation (#2600) [787a1fd84]
  • Allow disabling history file unique check [c3677c311]
  • Make S3 parallel download as default [b490f146d] [03dae9d6e]
  • Run Azure integration tests only with Java 11 [0890ceeb3]
  • Prepare for Java >= 11 build [8c0566fc3] [5ba16dd18] [405b67365]
  • Use Standard_A3 instance type for Azure tests [67e7d3ab3] [b97b0010c]
  • Refactor cache store using plugins [54bf7a61d]
  • Update google cloud docs (#2594) [dfa867953]
  • Update the azure docs for registry [96baf288e]
  • Update copyright info [807a816a5]
  • Remove gradle logs about tasks dependencies (#2618) [cae44e00b]
  • Remove Tika deps for nf-amazon module [95620d42b]
  • Remove deprecated validExitStatuas directive [b3117e789] [2188d51a0]
  • Remove support for Apache Ignite [d4dc1cfe1] [64d2773fd]
  • Bump [email protected] as default plugin
  • Bump Gradle 7.3.3 [f00bfb0d3]
  • Bump [email protected] [40f90aa92] [[2bc16732e]]

21.12.1-edge - 22 Dec 2021

  • Add tags attribute to publishDir directive [e78a997b5]
  • Add ability to disable running jobs cancellation [a13af9a3c]
  • Add ability to define containerProperties with using AWS Batch #2471 [ac7f1e71e]
  • Add NXF_JVM_ARGS env variable [7afb2deed]
  • Improve paths validation [0849d583f]
  • Include S3FS provider into nf-amazon plugin [3a7bf8c7a]
  • Fix error reporting on missing script file #1951 [e1a0b240a]
  • Fix singularity docs #2493 [c66cb3ba7]
  • Fix cross compilation error cause by ByteBuffer [74916100f]
  • Fix File staging race condition + beta AWS parallel downloader [b7c262de3]
  • Fix enableAIAcaIssuers launcher flag [cd780aabd]
  • Fix task index sequence generation [3447e735b]
  • Fix Changes process directives invalidates tasks cache [967c1adff]
  • Fix Interrupted download of staged files cause execution to fail #1552 [847789fad]
  • Fix plugins start/stop for fs command [88d8be1f4]
  • Fix for nested params with the same name #2485 [02de4147c]
  • Fix race condition on plugin autoload status [ab00a50f5]
  • Fix failing test with Java 17 [1c6183c92] [4daf8d0a1]
  • Note on Azure Batch inactive pools #2483 [7fc116067]
  • Remove drip launcher [909f95279]
  • Update azure test image [de9d5ee8c]
  • Update logging library [a957db646]
  • Bump [email protected] [93193a3f3]
  • Bump version 21.12.0-edge [9cb7ee81f]
  • Bump AWS sdk 1.12.129 [bd7ba1706]
  • Bump logback 1.2.9 [29f260717]
  • Bump Jsoup 1.14.3 [5776c0391]
  • Bump corretto:17.0.1 [f7e047ea4]

21.11.0-edge - 5 Dec 2021

  • Add process and workflow recursion (PREVIEW) [9f51155e9]
  • Fix include no longer works for custom methods [6adfce099]
  • Fix Azure executor fail to cleanup jobs on completion [533448be4]
  • Fix Missing AWS SSE encryption for begin and exit task files #2452 [2c6665ef9]
  • Fix false positive detection of publishDir conflict [6ea54eaea]
  • Fix execution hang when reading empty error file [414240a1a]
  • Test with java-17 LTS [c2141e826]
  • Improve plugins dev root detection [b095bee15]
  • Change Azure test pool vmType [ad5ad97ab]
  • Downgrade Google NIO library to version 0.121.2 [896ec3abd]
  • Bump [email protected] - bump [email protected] (6 days ago)
  • Bump [email protected] [email protected] [email protected] [92f94bfeb]
  • Bump gradle 7.3.1 [2c34a3a27]
nextflow - Version 22.03.1-edge

Published by pditommaso over 2 years ago

  • Fix default dsl env detection [b9a09bf6]
  • Handle K8s timeout error - 500 status code (#2756) [89a1a46b]
  • Honour background option for kuberun command [b1b0ddd9]
  • Add Aws Batch native retry on spot reclaim [cd95e297]
  • Improve Aws Batch error reporting [00443510]
  • Add missing workflow err report [fa687789]
  • Use local nextflow when packing docker image (#2757) [40271b08]
  • Add retry policy Azure create job [792820a2]
  • Fix log message in nf-azure [80a0e937]
  • Prevent build on tag [5b660c73]
  • Fix missing linux/amd64 platform on docker build [05f117d7]
nextflow - Version 22.03.0-edge

Published by pditommaso over 2 years ago

  • Add experimental proxy reg [b3836691]
  • Add api to access config raw value [977f6305]
  • Add warning for invalid emit names [0045834c]
  • Add retry policy on grid submit failure #2696 [673f560c]
  • Add config tests #2422 [885993b1]
  • Add ability to disable config names check [814a2605]
  • Add azcopy fine grain config settings [3998a56b]
  • Add binary compatibility with Java 8 [763ec999]
  • Add retry policy to Az Batch operations [991c6175]
  • Make DSL2 default syntax [4e9189ac] [0c80784a]
  • Fix Reduce task command runner script size [6930408b]
  • Fix K8s task retry strategy on node termination [bd093081]
  • Fix use first config in stack when is into profile #2701 [44bdde8d]
  • Fix Allow comments after nextflow.enable.dsl (#2746) [6988638b]
  • Fix allow blank spaces in java path (#2690) [a966020e]
  • Improve AWS Batch job retry on spot termination [bd8f2e26] [72fbda848]
  • Improve error reporting [55466be7]
  • Undeprecate merge operation [1649944b]
  • Bump support for Java 18 [f3a11e4c]
  • Prevent invalid use of large maxForks values [5de0c200]
  • Prevent race condition on thread pool creation [3e707a1d]
  • Refactor AWS batch job unique token generation [d64f5a21]
  • Decrese log verbosity [9237d587] [d1a5e5a8]
  • Throw an error if a required secret is missing [8e5129d6]
  • Wait for pod to stop running before shutdown (#2667) [505c5ad6]
  • Restore AZ tests [858a4568]
nextflow - Version 22.02.1-edge

Published by pditommaso over 2 years ago

  • Prevent multiple parsing of params file [38bb1f71]
nextflow - Version 22.02.0-edge

Published by pditommaso over 2 years ago

22.02.0-edge - 25 Feb 2022

  • Fix Prevent S3 tagging with empty list [ae7db466]
  • Fix Azure repos tests [856aacf0]
  • Fix isse on includeConfig resolution #2675 [6591a9e1]
  • Fix NPE when accessing not existing Git file [6c79f8fd]
  • Fix Batch Job name exceed max allowed size [e8b70ca3]
  • Fix detect and skip bom mark in files (#2645) [02b06ba3]
  • Feature: Abort session if publish fails (#2643) [79b3836b]
  • Fix report overwrite cannot be disabled [202b5c9c] #2647
  • Fix match bash interpreter irrespective the path [c2d2b9b2]
  • Fix build warning + plugins assemble (#2634) [00dd143a]
  • Fix CITATION.cff and add automatic validation of your citation metadata [15698a45]
  • Bump [email protected] [a4496bb2]
  • Bump [email protected] [e51139bb]
nextflow - Version 22.01.0-edge

Published by pditommaso over 2 years ago

21.12.1-edge - 22 Dec 2021

  • Add tags attribute to publishDir directive [e78a997b5]
  • Add ability to disable running jobs cancellation [a13af9a3c]
  • Add ability to define containerProperties with using AWS Batch #2471 [ac7f1e71e]
  • Add NXF_JVM_ARGS env variable [7afb2deed]
  • Improve paths validation [0849d583f]
  • Include S3FS provider into nf-amazon plugin [3a7bf8c7a]
  • Fix error reporting on missing script file #1951 [e1a0b240a]
  • Fix singularity docs #2493 [c66cb3ba7]
  • Fix cross compilation error cause by ByteBuffer [74916100f]
  • Fix File staging race condition + beta AWS parallel downloader [b7c262de3]
  • Fix enableAIAcaIssuers launcher flag [cd780aabd]
  • Fix task index sequence generation [3447e735b]
  • Fix Changes process directives invalidates tasks cache [967c1adff]
  • Fix Interrupted download of staged files cause execution to fail #1552 [847789fad]
  • Fix plugins start/stop for fs command [88d8be1f4]
  • Fix for nested params with the same name #2485 [02de4147c]
  • Fix race condition on plugin autoload status [ab00a50f5]
  • Fix failing test with Java 17 [1c6183c92] [4daf8d0a1]
  • Note on Azure Batch inactive pools #2483 [7fc116067]
  • Remove drip launcher [909f95279]
  • Update azure test image [de9d5ee8c]
  • Update logging library [a957db646]
  • Bump [email protected] [93193a3f3]
  • Bump version 21.12.0-edge [9cb7ee81f]
  • Bump AWS sdk 1.12.129 [bd7ba1706]
  • Bump logback 1.2.9 [29f260717]
  • Bump Jsoup 1.14.3 [5776c0391]
  • Bump corretto:17.0.1 [f7e047ea4]
nextflow - Version 21.12.1-edge

Published by pditommaso almost 3 years ago

  • Add tags attribute to publishDir directive [e78a997b5]
  • Add ability to disable running jobs cancellation [a13af9a3c]
  • Add ability to define containerProperties with using AWS Batch #2471 [ac7f1e71e]
  • Add NXF_JVM_ARGS env variable [7afb2deed]
  • Improve paths validation [0849d583f]
  • Include S3FS provider into nf-amazon plugin [3a7bf8c7a]
  • Fix error reporting on missing script file #1951 [e1a0b240a]
  • Fix singularity docs #2493 [c66cb3ba7]
  • Fix cross compilation error cause by ByteBuffer [74916100f]
  • Fix File staging race condition + beta AWS parallel downloader [b7c262de3]
  • Fix enableAIAcaIssuers launcher flag [cd780aabd]
  • Fix task index sequence generation [3447e735b]
  • Fix Changes process directives invalidates tasks cache [967c1adff]
  • Fix Interrupted download of staged files cause execution to fail #1552 [847789fad]
  • Fix plugins start/stop for fs command [88d8be1f4]
  • Fix for nested params with the same name #2485 [02de4147c]
  • Fix race condition on plugin autoload status [ab00a50f5]
  • Fix failing test with Java 17 [1c6183c92] [4daf8d0a1]
  • Note on Azure Batch inactive pools #2483 [7fc116067]
  • Remove drip launcher [909f95279]
  • Update azure test image [de9d5ee8c]
  • Update logging library [a957db646]
  • Bump [email protected] [93193a3f3]
  • Bump version 21.12.0-edge [9cb7ee81f]
  • Bump AWS sdk 1.12.129 [bd7ba1706]
  • Bump logback 1.2.9 [29f260717]
  • Bump Jsoup 1.14.3 [5776c0391]
  • Bump corretto:17.0.1 [f7e047ea4]
nextflow - Version 21.10.6

Published by pditommaso almost 3 years ago

  • Bump Slf4j 1.7.32
  • Bump Logback 1.2.9
Package Rankings
Top 6.54% on Repo1.maven.org
Top 4.6% on Proxy.golang.org
Badges
Extracted from project README
Nextflow CI Nextflow version Nextflow Twitter Nextflow Publication install with bioconda Nextflow license