# HG changeset patch # User malbuquerque # Date 1421457333 18000 # Node ID 12c14221b302efebc71245592dded944a1384e11 # Parent b54954734c9fa71edc1078b0aea288e464b44647 Uploaded diff -r b54954734c9f -r 12c14221b302 factera/factera.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/factera/factera.xml Fri Jan 16 20:15:33 2015 -0500 @@ -0,0 +1,65 @@ + + + Fusion And Chromosomal Translocation Enumeration and Recovery Algorithm + + + samtools + blast+ + ucsc_user_apps + perl + factera + perl_descriptive_statistics + FACTERA_DIR + + + + + + ln -s $sortedBam ./input.bam; + ln -s $sortedBam.metadata.bam_index ./input.bam.bai; + + + #if $cond.additionalOpt == "no" + perl \$FACTERA_DIR/factera-v1.4.3.pl -F -o ./ input.bam $exonBed $genome2Bit; + #else + perl \$FACTERA_DIR/factera-v1.4.3.pl -F -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 ./ input.bam $exonBed $genome2Bit; + #end if + + + if [ -e *fusions.txt ]; then cat *fusions.txt > $outfile ; else echo "No Fusions" > $outfile ; fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This tool does Factera + + diff -r b54954734c9f -r 12c14221b302 factera/tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/factera/tool_dependencies.xml Fri Jan 16 20:15:33 2015 -0500 @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + 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 + + + + + +