# HG changeset patch
# User malbuquerque
# Date 1421362057 18000
# Node ID 46672ba5e1e8119ad020be36038270c3330b27eb
Uploaded
diff -r 000000000000 -r 46672ba5e1e8 factera/factera.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/factera/factera.xml Thu Jan 15 17:47:37 2015 -0500
@@ -0,0 +1,54 @@
+
+
+ Fusion And Chromosomal Translocation Enumeration and Recovery Algorithm
+
+
+
+
+ #if $cond.additionalOpt.value == "no"
+ perl $FACTERA_DIR/factera.pl -o ./ $sortedBam $exonBed $genome2Bit
+ #else
+ perl $FACTERA_DIR/factera.pl -r $cond.r -m $cond.m -x $cond.x -s $cond.s -f $cond.f -S $cond.S
+ -k $cond.k -c $cond.c -b $cond.b -p $cond.p -a $cond.a -o ./ $sortedBam $exonBed $genome2Bit
+ #end if
+
+
+ cat *fusions.txt > $outfile;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This tool does Factera
+
+
diff -r 000000000000 -r 46672ba5e1e8 factera/tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/factera/tool_dependencies.xml Thu Jan 15 17:47:37 2015 -0500
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-3.0608.tar.gz
+ perl Makefile.PL PREFIX=$INSTALL_DIR
+ make
+ make install
+
+
+ $INSTALL_DIR/lib/perl5/site_perl
+
+
+
+
+
+
+
+
+
+
+ http://factera.stanford.edu/files/factera-v1.4.3.pl
+
+
+ .
+ $INSTALL_DIR
+
+
+
+ $INSTALL_DIR
+
+
+
+
+
+
+
+
+