Mercurial > repos > vimalkumarvelayudhan > riboplot
comparison riboplot.xml @ 42:abab200b808b draft default tip
Uploaded
author | vimalkumarvelayudhan |
---|---|
date | Fri, 24 Nov 2017 06:17:35 -0500 |
parents | 3c6ce517b9f2 |
children |
comparison
equal
deleted
inserted
replaced
41:45f5550a0aa3 | 42:abab200b808b |
---|---|
1 <tool id="riboplot" name="riboplot" version="0.2.5"> | 1 <tool id="riboplot" name="riboplot" version="0.3.1"> |
2 <description>Plot and output read counts for a single transcript in an alignment (BAM) | 2 <description>Plot and output read counts for a single transcript in an alignment (BAM) |
3 </description> | 3 </description> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="0.2.5">riboplot</requirement> | 5 <requirement type="package" version="0.3.1">riboplot</requirement> |
6 </requirements> | 6 </requirements> |
7 <stdio> | 7 <stdio> |
8 <exit_code range="1:" level="fatal" description="Error" /> | 8 <exit_code range="1:" level="fatal" description="Error" /> |
9 </stdio> | 9 </stdio> |
10 <command>python \${RIBOPLOT_PATH}/riboplot | 10 <command>riboplot |
11 --ribo_file "${ribo_file}" | 11 --ribo_file "${ribo_file}" |
12 --transcriptome_fasta "${transcriptome_fasta}" | 12 --transcriptome_fasta "${transcriptome_fasta}" |
13 --transcript_name "${transcript_name}" | 13 --transcript_name "${transcript_name}" |
14 #if $rnacov.rnacov_select=="yes" | 14 #if $rnacov.rnacov_select=="yes" |
15 --rna_file "${rna_file}" | 15 --rna_file "${rna_file}" |
22 </command> | 22 </command> |
23 <inputs> | 23 <inputs> |
24 <param name="ribo_file" type="data" format="bam" label="Ribo-Seq alignment file in BAM format"/> | 24 <param name="ribo_file" type="data" format="bam" label="Ribo-Seq alignment file in BAM format"/> |
25 <param name="transcriptome_fasta" type="data" format="fasta" label="FASTA format file of the transcriptome"/> | 25 <param name="transcriptome_fasta" type="data" format="fasta" label="FASTA format file of the transcriptome"/> |
26 <param name="transcript_name" type="text" label="Name of the transcript to plot (as in FASTA)" size="40"> | 26 <param name="transcript_name" type="text" label="Name of the transcript to plot (as in FASTA)" size="40"> |
27 <validator type="expression" message="Please input a single transcript name">len(value.split(',')) == 1</validator> | 27 <!-- <validator type="expression" message="Please input a single transcript name">len(value.split(',')) == 1</validator> |
28 <validator type="empty_field" message="Field requires a value"/> | 28 <validator type="empty_field" message="Field requires a value"/> --> |
29 <sanitizer> | 29 <sanitizer> |
30 <valid> | 30 <valid> |
31 <add value="|"/> | 31 <add value="|"/> |
32 </valid> | 32 </valid> |
33 </sanitizer> | 33 </sanitizer> |