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

https://github.com/cometsong/gbrs_nxf

Analyze RNAseq with GBRS; Nextflow pipeline.
https://github.com/cometsong/gbrs_nxf

Last synced: 6 months ago
JSON representation

Analyze RNAseq with GBRS; Nextflow pipeline.

Awesome Lists containing this project

README

          

Run GBRS (https://github.com/churchill-lab/gbrs) on paired-end RNAseq data using
Nextflow pipelines.

This is adapted to Sumner cluster (slurm, singularity) and uses the
jaxreg.jax.org containers repository, follow the User Guide there to add it to
your library.

To test it, install nextflow and run:
```bash
nextflow run TheJacksonLaboratory/gbrs_nxf -profile singularity,slurm \
-resume --params-file
```
Make sure the input files are in the format: `ID_*R{1,2}*.fastq.gz`

The parameter file is a `yaml` formatted file that contains at least the
parameter entries:
```yaml
fastqR1: [path]
fastqR2: [path]
outputDir: [path]
generation: '[G0-G40]'
sex: [M|F]
```
Plus any other optional parameters, which can be shown by passing the `--help`
argument i.e. `nextflow run TheJacksonLaboratory/gbrs_nxf --help`