Mercurial > repos > vimalkumarvelayudhan > riboplot
changeset 41:45f5550a0aa3 draft
Uploaded
author | vimalkumarvelayudhan |
---|---|
date | Fri, 24 Nov 2017 06:17:14 -0500 |
parents | 415fc38fbae1 |
children | abab200b808b |
files | ribocount.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ribocount.xml Fri Nov 24 06:16:53 2017 -0500 +++ b/ribocount.xml Fri Nov 24 06:17:14 2017 -0500 @@ -1,13 +1,13 @@ -<tool id="ribocount" name="ribocount" version="0.2.5"> +<tool id="ribocount" name="ribocount" version="0.3.1"> <description>Get read counts for all transcripts in an alignment (BAM) </description> <requirements> - <requirement type="package" version="0.2.5">riboplot</requirement> + <requirement type="package" version="0.3.1">riboplot</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Error" /> </stdio> - <command>python \${RIBOPLOT_PATH}/ribocount + <command>ribocount --ribo_file "${ribo_file}" --transcriptome_fasta "${transcriptome_fasta}" --read_length "${read_length}"