Mercurial > repos > devteam > picard
comparison picard_NormalizeFasta.xml @ 8:3a3234d7a2e8 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author | devteam |
---|---|
date | Thu, 16 Jul 2015 15:53:10 -0400 |
parents | 3d4f1fa26f0e |
children | 05087b27692a |
comparison
equal
deleted
inserted
replaced
7:379fdf4c41ac | 8:3a3234d7a2e8 |
---|---|
1 <tool name="NormalizeFasta" id="picard_NormalizeFasta" version="1.126.0"> | 1 <tool name="NormalizeFasta" id="picard_NormalizeFasta" version="@TOOL_VERSION@.0"> |
2 <description>normalize fasta datasets</description> | 2 <description>normalize fasta datasets</description> |
3 <requirements> | |
4 <requirement type="package" version="1.126.0">picard</requirement> | |
5 </requirements> | |
6 | |
7 <macros> | 3 <macros> |
8 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
9 </macros> | 5 </macros> |
10 | 6 <expand macro="requirements" /> |
11 <command> | 7 <command> |
12 @java_options@ | 8 @java_options@ |
13 | 9 |
14 | 10 |
15 ## Two lines below are due to the fact that picard likes fasta files to have extension .fa | 11 ## Two lines below are due to the fact that picard likes fasta files to have extension .fa |