Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

SciLifeLab/NGI-RNAfusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGI-RNAfusion

This pipeline has moved!

This pipeline has been moved to the new nf-core project. You can now find it here:

If you have any problems with the pipeline, please create an issue at the above repository instead.

To find out more about nf-core, visit http://nf-co.re/

This repository will be archived to maintain the released versions for future reruns, in the spirit of full reproducibility.

If you have any questions, please get in touch: support@ngisweden.se

// Phil Ewels, 2018-10-05


NB This is work in progress - use at your own risk!

Attempt at setting up a pipeline for fusion detection as an addon to the previously existing NGI-RNAseq pipeline.

Usage:

--reads

Path to input reads NB: Must be enclosed in quotes!

 --reads 'path/to/data/sample_*_{1,2}.fastq'

--star-fusion

If this flag is set to true then the pipeline will run STAR-Fusion. True by default

--fusioncatcher

If this flag is set to true then the pipeline will run Fusion Catcher. True by default

More than one of these can be true at a time.

Example usage if you wish to run both STAR-fusion and Fusion Catcher

nextflow run /NGI-RNAfusion/main.nf --star --fusioncatcher --reads 'SRR5665649_{1,2}*.gz'

--fc_extra_options

Invoking this flag allows for extra options to be sent directly to Fusion Catcher.


SciLifeLab National Genomics Infrastructure


About

RNA pipeline for fusion detection

Resources

License

Stars

4 stars

Watchers

10 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Groovy 61.2%
  • Python 28.8%
  • Dockerfile 10.0%