8000 GitHub - cometsong/gbrs_nxf: Analyze RNAseq with GBRS; Nextflow pipeline.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cometsong/gbrs_nxf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

nextflow run TheJacksonLaboratory/gbrs_nxf -profile singularity,slurm \
  -resume --params-file <parameter_yaml_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:

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

About

Analyze RNAseq with GBRS; Nextflow pipeline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0