| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.0.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
Sorry, something went wrong.
nf-core pipelines lint overall result: Passed ✅Posted for pipeline commit 20a3ead +| ✅ 165 tests passed |+
#| ❔ 15 tests were ignored |#❔ Tests ignored:
✅ Tests passed:
Run details
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Just a POC to demonstrate how to rewrite a simple process as an exec process.
The SRA_RUNINFO_TO_FTP process just transforms a metadata file and doesn't make any network requests, so it can be written purely in Nextflow pretty easily. That way you don't have to spin up a Python job just to do some metadata wrangling.
I think most people don't realize you can do this, due to the (historically) poor developer experience and lack of standard library documentation. Between the new strict syntax and upcoming standard library docs, I'm hoping people might find this approach more appealing.
A further optimization would be to not even write the samplesheet to a TSV file -- just emit the samplesheet as a list of maps.