Added anadama2 and WDL commands and tutorials#2
Conversation
There was a problem hiding this comment.
I don't think you meant to include this, did you? It needs to be at the top level if so
There was a problem hiding this comment.
Agreed. I have deleted the .github directory in the new commit.
There was a problem hiding this comment.
Guessing this is identical to the anadama tutorial that already exists? We probably don't need to duplicate it here. If you want to include it - maybe do it as a submodule?
There was a problem hiding this comment.
Agreed. This is a redundant README.md file. Removed it from the latest commit.
| # create output dir if it doesn’t exist | ||
| mkdir -p "${output_dir}" | ||
|
|
||
| biobakery_workflows wmgx \ |
There was a problem hiding this comment.
This is just running the anadama-constructed workflow. I thought the idea was to show how we'd define the workflow using WDL (so eg having kneaddata, metaphlan, and humann steps)?
There was a problem hiding this comment.
Agreed. I have updated the commit to include WDL workflow-kneaddata + metaphlan + humann steps rather than just the one biobakery_workflows command. I will test out the changes in the VM next.
Hi @kescobo,
I added anadama2 and WDL commands and tutorials in this PR branch, however I still need to double check everything in the VM before tomorrow and take a snapshot if needed.