comparison get_length_and_gc_content.xml @ 4:a6198fc1116f draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit fdd0811efc61c31f88ff17096fbe8ee8cfacd766-dirty
author mvdbeek
date Thu, 25 Feb 2016 05:45:51 -0500
parents 3ab168143b69
children 15ce6435ab83
comparison
equal deleted inserted replaced
3:55678334e49b 4:a6198fc1116f
4 <requirement type="package" version="3.2.1">R</requirement> 4 <requirement type="package" version="3.2.1">R</requirement>
5 <requirement type="package" version="1.22.0">goseq</requirement> 5 <requirement type="package" version="1.22.0">goseq</requirement>
6 </requirements> 6 </requirements>
7 <command interpreter="Rscript"> 7 <command interpreter="Rscript">
8 get_length_and_gc_content.r --gtf "$gtf" 8 get_length_and_gc_content.r --gtf "$gtf"
9 --fasta "$fasta" 9 --fasta "$fastaSource.fasta"
10 --output "output" 10 --output "output"
11 </command> 11 </command>
12 <inputs> 12 <inputs>
13 <param help="The GTF must match the FASTA file" label="GTF file for length and GC calculation" name="gtf" type="data" /> 13 <param help="The GTF must match the FASTA file" label="GTF file for length and GC calculation" name="gtf" type="data" />
14 <conditional name="fastaSource"> 14 <conditional name="fastaSource">