Mercurial > repos > yhoogstrate > segmentation_fold
comparison utils_fix-fasta-headers.xml @ 6:4d16cf9414cf draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
author | erasmus-medical-center |
---|---|
date | Fri, 24 Feb 2017 04:18:22 -0500 |
parents | b7cf9b172cfe |
children |
comparison
equal
deleted
inserted
replaced
5:b7cf9b172cfe | 6:4d16cf9414cf |
---|---|
3 | 3 |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 | 7 |
8 <requirements> | 8 <expand macro="requirements" /> |
9 <requirement type="package" version="2.7.10">python</requirement> | 9 <expand macro="version_command" /> |
10 <requirement type="package" version="1.9">numpy</requirement> | |
11 <requirement type="package" version="0.8.2.1">pysam</requirement> | |
12 <requirement type="package" version="0.6.1">htseq</requirement> | |
13 <requirement type="package" version="2.1.0">segmentation-fold-utils</requirement> | |
14 </requirements> | |
15 | 10 |
16 <expand macro="stdio" /> | 11 <command detect_errors="aggressive"><![CDATA[ |
17 | |
18 <version_command>@VERSION_COMMAND_UTILS@</version_command> | |
19 | |
20 <command><![CDATA[ | |
21 segmentation-fold-utils | 12 segmentation-fold-utils |
22 fix-fasta-headers | 13 fix-fasta-headers |
23 '${fasta_input}' | 14 '${fasta_input}' |
24 '${fasta_output}' | 15 '${fasta_output}' |
25 ]]></command> | 16 ]]></command> |
26 | 17 |
27 <inputs> | 18 <inputs> |
28 <param name="fasta_input" | 19 <param name="fasta_input" |
29 type="data" | 20 type="data" |
30 format="fasta" | 21 format="fasta" |
31 argument="-f" | 22 label="Fasta file with RNA-sequece" |
32 label="Fasta file with RNA-sequece" /> | 23 argument="-f" /> |
33 </inputs> | 24 </inputs> |
34 | 25 |
35 <outputs> | 26 <outputs> |
36 <data format="fasta" | 27 <data format="fasta" |
37 name="fasta_output" | 28 name="fasta_output" |
38 label="${tool.name} on ${str($fasta_input.hid) + ': ' + $fasta_input.name}" /> | 29 label="${tool.name} on ${str($fasta_input.hid) + ': ' + $fasta_input.name}" /> |
39 </outputs> | 30 </outputs> |
40 | 31 |
41 <tests> | 32 <tests> |
42 <test> | 33 <test> |
43 <param name="fasta_input" value="test_22.fa" format="fasta" /> | 34 <param name="fasta_input" value="test_22.fa" ftype="fasta" /> |
44 | 35 |
45 <output name="fasta_output" file="test_22.fixed.fa" /> | 36 <output name="fasta_output" file="test_22.fixed.fa" /> |
46 </test> | 37 </test> |
47 <test> | 38 <test> |
48 <param name="fasta_input" value="test_23.fa" format="fasta" /> | 39 <param name="fasta_input" value="test_23.fa" ftype="fasta" /> |
49 | 40 |
50 <output name="fasta_output" file="test_23.fixed.fa" /> | 41 <output name="fasta_output" file="test_23.fixed.fa" /> |
51 </test> | 42 </test> |
52 </tests> | 43 </tests> |
53 | 44 |