# HG changeset patch # User trinity_ctat # Date 1513363210 18000 # Node ID a01db6debed542c86cc9b018a64d233490ef3db2 Adding star_fusion tool. diff -r 000000000000 -r a01db6debed5 star_fusion.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/star_fusion.xml Fri Dec 15 13:40:10 2017 -0500 @@ -0,0 +1,89 @@ + + Fusion-finding Pipeline Using the STAR Aligner + + star-fusion + + + STAR-Fusion + --genome_lib_dir "${genome_ref_lib.fields.path}" + --left_fq "${left_input} + --right_fq "${right_input} + --output_dir subdir + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +STAR-Fusion is a component of the Trinity Cancer Transcriptome Analysis Toolkit (CTAT). STAR-Fusion uses the STAR aligner to identify candidate fusion transcripts supported by Illumina reads. STAR-Fusion further processes the output generated by the STAR aligner to map junction reads and spanning reads to a reference annotation set. Please read more here_. + +.. _here: https://github.com/STAR-Fusion/STAR-Fusion/wiki + + + diff -r 000000000000 -r a01db6debed5 test-data/StarFusion/reads_1.fq.gz Binary file test-data/StarFusion/reads_1.fq.gz has changed diff -r 000000000000 -r a01db6debed5 test-data/StarFusion/reads_2.fq.gz Binary file test-data/StarFusion/reads_2.fq.gz has changed