commit/galaxy-central: jgoecks: Update default values for Cufflinks' parameters.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/281bd9a8fedd/ changeset: 281bd9a8fedd user: jgoecks date: 2012-02-06 15:29:48 summary: Update default values for Cufflinks' parameters. affected #: 1 file diff -r 0b186ed35995002dc50d48a3ee38fd96d13f76bc -r 281bd9a8feddf90af8edf13acfa752809f7824d5 tools/ngs_rna/cufflinks_wrapper.xml --- a/tools/ngs_rna/cufflinks_wrapper.xml +++ b/tools/ngs_rna/cufflinks_wrapper.xml @@ -52,8 +52,8 @@ <inputs><param format="sam,bam" name="input" type="data" label="SAM or BAM file of aligned RNA-Seq reads" help=""/><param name="max_intron_len" type="integer" value="300000" min="1" max="600000" label="Max Intron Length" help=""/> - <param name="min_isoform_fraction" type="float" value="0.05" min="0" max="1" label="Min Isoform Fraction" help=""/> - <param name="pre_mrna_fraction" type="float" value="0.05" min="0" max="1" label="Pre MRNA Fraction" help=""/> + <param name="min_isoform_fraction" type="float" value="0.10" min="0" max="1" label="Min Isoform Fraction" help=""/> + <param name="pre_mrna_fraction" type="float" value="0.15" min="0" max="1" label="Pre MRNA Fraction" help=""/><param name="do_normalization" type="select" label="Perform quartile normalization" help="Removes top 25% of genes from FPKM denominator to improve accuracy of differential expression calls for low abundance transcripts."><option value="No">No</option><option value="Yes">Yes</option> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket