# HG changeset patch # User Vimalkumar Velayudhan # Date 1445012373 -3600 # Node ID b26c8f3b5aa65522a3d122bc23bb99eefddb8f77 # Parent fb64b970da25fdfa5b07d6949d86f3ea9a844350 Use latest version of riboplot from PyPI (0.2.1) diff -r fb64b970da25 -r b26c8f3b5aa6 README.rst --- a/README.rst Fri Sep 11 10:19:58 2015 +0100 +++ b/README.rst Fri Oct 16 17:19:33 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 fb64b970da25 -r b26c8f3b5aa6 ribocount.xml --- a/ribocount.xml Fri Sep 11 10:19:58 2015 +0100 +++ b/ribocount.xml Fri Oct 16 17:19:33 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 fb64b970da25 -r b26c8f3b5aa6 riboplot.xml --- a/riboplot.xml Fri Sep 11 10:19:58 2015 +0100 +++ b/riboplot.xml Fri Oct 16 17:19:33 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 fb64b970da25 -r b26c8f3b5aa6 tool_dependencies.xml --- a/tool_dependencies.xml Fri Sep 11 10:19:58 2015 +0100 +++ b/tool_dependencies.xml Fri Oct 16 17:19:33 2015 +0100 @@ -1,9 +1,9 @@ - + - riboplot==0.1.1 + riboplot==0.2.1 $INSTALL_DIR/venv/bin