# HG changeset patch # User Vimalkumar Velayudhan # Date 1444990283 -3600 # Node ID b0ae69eb1712c25b59141fb365ce54f53cd1e826 # Parent c330ef264927fa48788c8d1b48af37493daa9214 Use latest version of riboplot (0.2.0) diff -r c330ef264927 -r b0ae69eb1712 README.rst --- a/README.rst Fri Sep 11 10:11:48 2015 +0100 +++ b/README.rst Fri Oct 16 11:11:23 2015 +0100 @@ -14,7 +14,7 @@ Free software: GPL license -Documentation: https://riboplot.readthedocs.org +Documentation: http://pythonhosted.org/riboplot Repository: https://github.com/vimalkumarvelayudhan/riboplot diff -r c330ef264927 -r b0ae69eb1712 ribocount.xml --- a/ribocount.xml Fri Sep 11 10:11:48 2015 +0100 +++ b/ribocount.xml Fri Oct 16 11:11:23 2015 +0100 @@ -1,8 +1,8 @@ - + Get read counts for all transcripts in an alignment (BAM) - riboplot + riboplot @@ -12,6 +12,11 @@ --transcriptome_fasta "${transcriptome_fasta}" --read_length "${read_length}" --read_offset "${read_offset}" + #if (str($region_select) == 'five_prime'): + --count_five + #elif (str($region_select) == 'three_prime'): + --count_three + #end if --html_file "${html_file}" --output_path "${html_file.files_path}" ## --debug @@ -19,11 +24,18 @@ - + + + + + + - + **RiboCount** @@ -54,6 +66,11 @@ If this option is provided, this offset is added to the read alignment positions. +5. Restrict read counts + + Choose whether to output read counts for the entire transcript or restrict read counts to the 5' or 3' region of the longest ORF. + Default start (ATG) and stop codons ('TAG', 'TGA', 'TAA') are used to identify the longest ORF in 3 frames. + ---- **Output** diff -r c330ef264927 -r b0ae69eb1712 riboplot.xml --- a/riboplot.xml Fri Sep 11 10:11:48 2015 +0100 +++ b/riboplot.xml Fri Oct 16 11:11:23 2015 +0100 @@ -1,8 +1,8 @@ - + Plot and output read counts for a single transcript in an alignment (BAM) - riboplot + riboplot @@ -78,7 +78,7 @@ If you have RNA-Seq data (sorted BAM), you can select the option to plot RNA coverage. -5. Read lengths to consider [Optional] (Integer - 0 or greater) +5. Read lengths to consider [optional] (Integer - 0 or greater) If this option is provided, only Ribo-Seq data of the given length is considered. diff -r c330ef264927 -r b0ae69eb1712 tool_dependencies.xml --- a/tool_dependencies.xml Fri Sep 11 10:11:48 2015 +0100 +++ b/tool_dependencies.xml Fri Oct 16 11:11:23 2015 +0100 @@ -1,9 +1,9 @@ - + - riboplot==0.1.1 + riboplot==0.2.0 $INSTALL_DIR/venv/bin