Mercurial > repos > iuc > seqtk
comparison seqtk_mutfa.xml @ 15:16f2535c08bf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
| author | iuc |
|---|---|
| date | Mon, 05 Jun 2017 13:26:30 -0400 |
| parents | 55e75a28fde7 |
| children | 48a51c72f5e7 |
comparison
equal
deleted
inserted
replaced
| 14:bdc5ba2a7486 | 15:16f2535c08bf |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="seqtk_mutfa" name="seqtk_mutfa" version="@WRAPPER_VERSION@.0"> | 2 <tool id="seqtk_mutfa" name="seqtk_mutfa" version="@WRAPPER_VERSION@.0"> |
| 3 <description>point mutate FASTA at specified positions</description> | 3 <description>point mutate FASTA at specified positions</description> |
| 4 <macros> | 4 <macros> |
| 5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
| 8 <expand macro="stdio"/> | 8 <expand macro="stdio"/> |
| 9 <command><![CDATA[seqtk mutfa | 9 <command><![CDATA[ |
| 10 $in_file $in_snp | 10 seqtk mutfa |
| 11 > $default]]></command> | 11 '$in_file' |
| 12 <inputs> | 12 '$in_snp' |
| 13 <expand macro="in_faq"/> | 13 > '$default' |
| 14 <param name="in_snp" type="data" format="tabular" label="Input SNP file"/> | 14 ]]></command> |
| 15 </inputs> | 15 <inputs> |
| 16 <outputs> | 16 <expand macro="in_faq"/> |
| 17 <data format_source="in_file" hidden="false" name="default" label="Mutated $in_file.name"/> | 17 <param name="in_snp" type="data" format="tabular" label="Input SNP file"/> |
| 18 </outputs> | 18 </inputs> |
| 19 <tests> | 19 <outputs> |
| 20 <test> | 20 <data name="default" format_source="in_file" label="Mutated $in_file.name"/> |
| 21 <param name="in_file" value="seqtk_mutfa.fa"/> | 21 </outputs> |
| 22 <param name="in_snp" value="seqtk_mutfa.snp"/> | 22 <tests> |
| 23 <output name="default" file="seqtk_mutfa.out" ftype="fasta"/> | 23 <test> |
| 24 </test> | 24 <param name="in_file" value="seqtk_mutfa.fa"/> |
| 25 </tests> | 25 <param name="in_snp" value="seqtk_mutfa.snp"/> |
| 26 <help><![CDATA[ | 26 <output name="default" file="seqtk_mutfa.out" ftype="fasta"/> |
| 27 </test> | |
| 28 </tests> | |
| 29 <help><![CDATA[ | |
| 27 **What it does** | 30 **What it does** |
| 28 | 31 |
| 29 the SNP inputs consist of 4 columns: chromosome, 1-based-pos, any, base-changed-to. | 32 the SNP inputs consist of 4 columns: chromosome, 1-based-pos, any, base-changed-to. |
| 30 | 33 |
| 31 :: | 34 :: |
| 45 # Output result | 48 # Output result |
| 46 >test0 | 49 >test0 |
| 47 GCTAACTGAA | 50 GCTAACTGAA |
| 48 | 51 |
| 49 @ATTRIBUTION@ | 52 @ATTRIBUTION@ |
| 50 ]]></help> | 53 ]]></help> |
| 51 <expand macro="citation" /> | 54 <expand macro="citation" /> |
| 52 </tool> | 55 </tool> |
