I'm just using this repository to store a zip'd chunk of data.
Pair this nicely with the sub-tree that resides inside the repo
at https://github.com/sashaflevy/PPiSeq.git , it's called
`darach_subtree`.
It's uploaded as chunks, because internet. So you download the
chunks, then you can use the `unfold_archive` rule which will
`cat` those together to make `data-archive.zip` and then
will, after confirmation, unzip that into `data`.
Then type
`make nextflow`. That should curl down the latest `nextflow`,
and use that to pull and launch `Singularity` containers to
process the data.
Look in the `README.md` inside the subtree for more info.