# HG changeset patch # User Steve Losh # Date 1693255887 14400 # Node ID 499177b192a6adab61e4e7b39c23d97e1fd57f01 # Parent 70ab0396a8c2c21d46efbe8f02936e89f08b127e Update diff -r 70ab0396a8c2 -r 499177b192a6 README.markdown --- 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 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: + +* (uses old DSL) +* + +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.