Mercurial > repos > bebatut > fasta_add_barcode
comparison fasta_add_barcode.xml @ 2:2ca5fde7a2bb draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/fasta_add_barcode commit e857f7126443e115f11954085423f8999bc870aa-dirty
| author | bebatut |
|---|---|
| date | Fri, 15 Apr 2016 06:01:42 -0400 |
| parents | 0ea7700e08ba |
| children |
comparison
equal
deleted
inserted
replaced
| 1:0ea7700e08ba | 2:2ca5fde7a2bb |
|---|---|
| 1 <tool id="fasta_add_barcode" name="Add barcodes" version="1.0"> | 1 <tool id="fasta_add_barcode" name="Add barcodes" version="1.0"> |
| 2 | 2 |
| 3 <description>to FASTA sequences</description> | 3 <description>to FASTA sequences</description> |
| 4 | 4 |
| 5 <requirements> | 5 <requirements> |
| 6 <requirement type='package' version="1.0">fasta_add_barcode</requirement> | |
| 7 </requirements> | 6 </requirements> |
| 8 | 7 |
| 9 <stdio> | 8 <stdio> |
| 10 </stdio> | 9 </stdio> |
| 11 | 10 |
| 36 label="Sequences with added barcodes from ${on_string}" /> | 35 label="Sequences with added barcodes from ${on_string}" /> |
| 37 </outputs> | 36 </outputs> |
| 38 | 37 |
| 39 <tests> | 38 <tests> |
| 40 <test> | 39 <test> |
| 41 <param name="sequence_file" value="input_sequence_file"/> | 40 <param name="sequence_file" value="input_sequences.fasta"/> |
| 42 <param name="mapping_file" value="mapping_file"/> | 41 <param name="mapping_file" value="mapping_file.txt"/> |
| 43 <param name="output_sequence_file" value="output_sequence_file" /> | 42 <output name="output_sequence_file" file="output_test.fasta" /> |
| 44 </test> | 43 </test> |
| 45 </tests> | 44 </tests> |
| 46 | 45 |
| 47 <help><![CDATA[ | 46 <help><![CDATA[ |
| 48 | 47 |
| 49 **What it does** | 48 **What it does** |
| 50 | 49 |
| 51 This tool takes a FASTA file and add at the beginning of each sequence a barcode. | 50 This tool takes a FASTA file and add at the beginning of each sequence a barcode. |
| 52 The barcode of each sequence is determined given sequence identifier and the mapping | 51 |
| 53 file. | 52 The barcode of each sequence is determined given its sequence identifier. The mapping between sequence identifier and corresponding barcode is defined inside the mapping file. This file must be a tabular delimited file with two columns: the first with sequence identifiers and the second the corresponding barcode. |
| 54 | 53 |
| 55 ]]> | 54 ]]> |
| 56 </help> | 55 </help> |
| 57 | 56 |
| 58 <citations> | 57 <citations> |
