70ab0396a8c2

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Aug 2023 16:19:59 -0400
parents 51d9e0bc28b7
children 499177b192a6
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Mon Aug 28 15:58:36 2023 -0400
+++ b/README.markdown	Mon Aug 28 16:19:59 2023 -0400
@@ -208,3 +208,8 @@
 Can run with some basic reporting with some extra flags:
 
     nextflow run example.nf -with-report report.html -with-dag graph.svg
+
+Of course there appears to be some backwards-incompatible jank in the language
+already.  Reading through <https://www.nextflow.io/blog/2020/dsl2-is-here.html>
+shows minor syntax changes I guess I'll need to be aware of when looking at
+things a few years old.