Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/targene/targene-pipeline

Nextflow pipeline for Targeted-Learning of genetic effects
https://github.com/targene/targene-pipeline

Last synced: 9 days ago
JSON representation

Nextflow pipeline for Targeted-Learning of genetic effects

Awesome Lists containing this project

README

        

# TarGene-Pipeline

## Documentation Access

Please visit [the docs](https://targene.github.io/targene-pipeline/stable/)

## Running the Workflow

Please refer to the main [NextFlow](https://www.nextflow.io/) documentation for general usage. The main point being that, depending on your cluster specifications, you will need to provide a specific `myprofile` configuration file. If you are part of the University of Edinburgh and simply using Eddie, then the `eddie` profile is already defined. Then simply run:

```bash
nextflow run TARGENE/targene-pipeline -profile myprofile -resume
```

## Live Server

```bash
]activate doc
```

```julia
using LiveServer
servedocs()
```