ONT wf-transcriptomes v2.0.2 for DAU validation
Go to file
2021-07-26 11:18:43 +00:00
bin Fix typos 2021-07-23 17:02:03 +01:00
data Tidy up and add mock optional file example 2021-04-13 11:46:44 +01:00
lib add fastqingress module 2021-07-12 21:15:03 +01:00
test_data Add larger test data and sample report 2021-03-01 11:44:41 +00:00
.dockerignore Optimise image size a little 2021-07-22 17:37:02 +01:00
.gitignore First sketch 2021-01-29 15:04:44 +00:00
.gitlab-ci.yml Remove macos run 2021-04-29 16:16:33 +01:00
CHANGELOG.md Testnewmamba 2021-06-30 16:59:26 +00:00
Dockerfile Bump default BASEIMAGE 2021-07-26 11:18:43 +00:00
environment.yaml Update version reporting 2021-07-23 16:49:32 +01:00
LICENSE Update LICENSE 2021-07-26 09:51:41 +00:00
main.nf Fix version file passing 2021-07-23 17:34:46 +01:00
nextflow.config Update version reporting 2021-07-23 16:49:32 +01:00
README.md Cut down readme to workflow particulars 2021-07-22 13:55:44 +01:00

Workflow template

This repository contains a nextflow workflow template that can be used as the basis for creating new workflows.

This workflow is not intended to be used by end users.

Quickstart

The workflow uses nextflow to manage compute and software resources, as such nextflow will need to be installed before attempting to run the workflow.

The workflow can currently be run using either Docker or conda to provide isolation of the required software. Both methods are automated out-of-the-box provided either docker of conda is installed.

It is not required to clone or download the git repository in order to run the workflow. For more information on running EPI2ME Labs workflows visit out website.

Workflow options

To obtain the workflow, having installed nextflow, users can run:

nextflow run epi2me-labs/wf-template --help

to see the options for the workflow.

Workflow outputs

The primary outputs of the workflow include:

  • a simple text file providing a summary of sequencing reads,
  • an HTML report document detailing the primary findings of the workflow.