<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to alignment-tools</title><link>https://sourceforge.net/p/integrate-fusion/wiki/alignment-tools/</link><description>Recent changes to alignment-tools</description><atom:link href="https://sourceforge.net/p/integrate-fusion/wiki/alignment-tools/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 28 May 2015 14:45:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/integrate-fusion/wiki/alignment-tools/feed" rel="self" type="application/rss+xml"/><item><title>alignment-tools modified by Jin</title><link>https://sourceforge.net/p/integrate-fusion/wiki/alignment-tools/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -41,5 +41,5 @@
 Integrate fusion hg19.fa ensembl.txt bwts/ 1.mapped.bam 2.not-mapped.bam
 INTEGRATE 0.2.0 takes mapped encompassing reads, soft-clipped and/or hard-clipped spanning reads, and reads serve as anchor (i.e mate not mapped) from 1.mapped.bam. INTEGRATE 0.2.0 takes the not mapped mates from 2.not-mapped.bam.

-We have tested TopHat2, GSNAP, and STAR.
+We have tested running INTEGRATE 0.2.0 with BAMs from TopHat2, GSNAP, and STAR.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jin</dc:creator><pubDate>Thu, 28 May 2015 14:45:08 -0000</pubDate><guid>https://sourceforge.net2512f6c35b5e905185226b322c3d997843474947</guid></item><item><title>alignment-tools modified by Jin</title><link>https://sourceforge.net/p/integrate-fusion/wiki/alignment-tools/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,45 @@
+From version 0.2.0, INTEGRATE is supporting more RNA-Seq reads alignment tools. For example, GSNAP and STAR. 
+---------------
+
+example commands of running GSNAP:
+
+~~~~~~~~~~~~~~~~~
+gsnap -d hg19 -D hg19.gmap_index/ --format=sam --nthreads=12 -s hg19.splicesites.iit 1.fastq 2.fastq &amp;gt; gsnap.sam
+
+samtools view -Sb -o gsnap.bam gsnap.sam
+
+samtools sort gsnap.bam gsnap.sort
+
+samtools index gsnap.sort.bam
+~~~~~~~~~~~~~~~~~
+
+example commands of running STAR:
+
+~~~~~~~~~~~~~~~~~~~
+STAR --runThreadN 12 --genomeDir hg19.star.index/ --readFilesIn 1.fastq 2.fastq --outFileNamePrefix star --chimSegmentMin 18
+
+samtools sort star.chimeric.mapped.bam star.chimeric.mapped.sort
+
+samtools index star.chimeric.mapped.sort.bam
+~~~~~~~~~~~~~~~~~~~
+
+example command of running INTEGRATE using BAMs from GSNAP:
+
+~~~~~~~~~~~~~~~~~~~
+Integrate fusion hg19.fa ensembl.txt bwts/ gsnap.sort.bam gsnap.sort.bam wgs.tumor.bam wgs.normal.bam
+~~~~~~~~~~~~~~~~~~~
+
+example command of running INTEGRATE using BAMs from STAR:
+
+~~~~~~~~~~~~~~~~~~~
+Integrate fusion hg19.fa ensembl.txt bwts/ star.chimeric.mapped.sort.bam star.chimeric.mapped.sort.bam wgs.tumor.bam wgs.normal.bam
+~~~~~~~~~~~~~~~~~~~
+
+Note
+---- 
+for a command such as: 
+Integrate fusion hg19.fa ensembl.txt bwts/ 1.mapped.bam 2.not-mapped.bam
+INTEGRATE 0.2.0 takes mapped encompassing reads, soft-clipped and/or hard-clipped spanning reads, and reads serve as anchor (i.e mate not mapped) from 1.mapped.bam. INTEGRATE 0.2.0 takes the not mapped mates from 2.not-mapped.bam. 
+
+We have tested TopHat2, GSNAP, and STAR.
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jin</dc:creator><pubDate>Thu, 28 May 2015 14:44:18 -0000</pubDate><guid>https://sourceforge.netdca8fcc85aeb9f22acd5997b94fb46f70e2d5436</guid></item><item><title>alignment-tools modified by Jin</title><link>https://sourceforge.net/p/integrate-fusion/wiki/alignment-tools/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jin</dc:creator><pubDate>Thu, 28 May 2015 14:17:40 -0000</pubDate><guid>https://sourceforge.net27c8096ff7ac29f94c0769b9667a5de85258ca79</guid></item></channel></rss>