diff README @ 17:c3167ccca38c draft default tip

planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/defuse commit d2317dff5a89016f18038b97d057f47d949e7808-dirty
author jjohnson
date Sat, 26 Jan 2019 12:53:08 -0500
parents b22f8634ff84
children
line wrap: on
line diff
--- a/README	Mon Dec 18 09:31:31 2017 -0500
+++ b/README	Sat Jan 26 12:53:08 2019 -0500
@@ -61,3 +61,9 @@
 The create_reference_dataset.pl script will download the genome and other source files, and build any derivative files including bowtie indices, gmap indices, and 2bit files. Run the following command. Expect this step to take at least 12 hours.
 create_reference_dataset.pl -c config.txt
 
+
+defuse_trinity_analysis.py - Validating deFuse predictions using Trinity de novo assembled transcripts
+
+DeFuse provides a total fusion sequence of 200-500 nucleotides (nts) around the fusion breakpoint.  This may be insufficient to predict the effect of the fusion on protein production.  To get a view of the full transcript containing the fusion, Trinity de novo transcripts from the RNA-seq data are compared with the deFuse fusion sequences using a subsequence around the deFuse indetified fusion breakpoint.  The Trinity transcriptToOrfs output provides potential proteins from the projected fusion transcript.
+
+