From 65da5344a016ef86fe97c2345372c5ca369787c8 Mon Sep 17 00:00:00 2001 From: Remi Marenco Date: Mon, 23 Jul 2012 14:17:23 -0400 Subject: [PATCH] Added eXpress sam format support + 5 parameters (-B, -O, --calc-covar, -m, -s) with their associated tests --- tool_conf.xml.sample | 2 +- tools/ngs_rna/express_wrapper.xml | 90 +++++++++++++++++++++++++++---- 2 files changed, 82 insertions(+), 10 deletions(-) diff --git a/tool_conf.xml.sample b/tool_conf.xml.sample index ef07cf07c7b..17a4b5421d9 100644 --- a/tool_conf.xml.sample +++ b/tool_conf.xml.sample @@ -362,7 +362,7 @@ - + - + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + @@ -40,7 +110,7 @@ eXpress is a streaming tool for quantifying the abundances of a set of target se eXpress requires two input files: - A multi-FASTA file containing the transcript sequences. -- Read alignments to the multi-FASTA file in BAM format. +- Read alignments to the multi-FASTA file in BAM or SAM format. ------ @@ -48,6 +118,8 @@ eXpress requires two input files: - The output for eXpress is saved in a file called results.xprs in an easy-to-parse tab-delimited format. -- Also, params.xprs contains the values of the other parameters (besides abundances and counts) estimated by eXpress. +- Also, params.xprs contains the values of the other parameters (besides abundances and counts) estimated by eXpress. + +- If you choose to use to calculate the covariance between targets and outputs, an other output would be : varcov.xprs. \ No newline at end of file