Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Hammarn/NGI-RNAfusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGI-RNAfusion

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

Old initial repo of the pipeline, main repo here:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Groovy 62.9%
  • Python 37.1%