499177b192a6

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Aug 2023 16:51:27 -0400
parents 70ab0396a8c2
children 6a77b4f78b1f
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Mon Aug 28 16:19:59 2023 -0400
+++ b/README.markdown	Mon Aug 28 16:51:27 2023 -0400
@@ -213,3 +213,13 @@
 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.
+
+Putting some things on the TODO list for learning mroe about nextflow:
+
+* <https://github.com/seqeralabs/nextflow-tutorial> (uses old DSL)
+* <https://carpentries-incubator.github.io/workflows-nextflow/index.html>
+
+I also need to get some basic scratch VM infrastructure set up with qemu/vagrant
+and Ansible so I can test out Nextflow/pipeline stuff without polluting my own
+machines and/or any servers I eventually get access to with random testing
+garbage.  Maybe I'll put that on tomorrow's list too.