Mercurial > repos > yhoogstrate > segmentation_fold
annotate 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 |
rev | line source |
---|---|
5
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
1 <tool id="smf_utils_fix-fasta-headers" name="fix-fasta-headers" version="@VERSION@-1"> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
2 <description>Replaces all spaces with underscores in the ">.."-sequence headers of a FASTA file</description> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
3 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
4 <macros> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
5 <import>macros.xml</import> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
6 </macros> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
7 |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
8 <expand macro="requirements" /> |
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
9 <expand macro="version_command" /> |
5
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
10 |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
11 <command detect_errors="aggressive"><![CDATA[ |
5
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
12 segmentation-fold-utils |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
13 fix-fasta-headers |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
14 '${fasta_input}' |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
15 '${fasta_output}' |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
16 ]]></command> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
17 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
18 <inputs> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
19 <param name="fasta_input" |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
20 type="data" |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
21 format="fasta" |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
22 label="Fasta file with RNA-sequece" |
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
23 argument="-f" /> |
5
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
24 </inputs> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
25 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
26 <outputs> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
27 <data format="fasta" |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
28 name="fasta_output" |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
29 label="${tool.name} on ${str($fasta_input.hid) + ': ' + $fasta_input.name}" /> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
30 </outputs> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
31 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
32 <tests> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
33 <test> |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
34 <param name="fasta_input" value="test_22.fa" ftype="fasta" /> |
5
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
35 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
36 <output name="fasta_output" file="test_22.fixed.fa" /> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
37 </test> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
38 <test> |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
39 <param name="fasta_input" value="test_23.fa" ftype="fasta" /> |
5
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
40 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
41 <output name="fasta_output" file="test_23.fixed.fa" /> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
42 </test> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
43 </tests> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
44 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
45 <help><![CDATA[ |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
46 Replaces all spaces with underscores in the ">.."-sequence headers of a FASTA file for compatibility with pysam indexing. |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
47 ]]></help> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
48 |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
49 <expand macro="citations" /> |
b7cf9b172cfe
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty
yhoogstrate
parents:
diff
changeset
|
50 </tool> |