Mercurial > repos > bebatut > fasta_add_barcode
diff 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 |
line wrap: on
line diff
--- a/fasta_add_barcode.xml Tue Apr 12 03:00:11 2016 -0400 +++ b/fasta_add_barcode.xml Fri Apr 15 06:01:42 2016 -0400 @@ -3,7 +3,6 @@ <description>to FASTA sequences</description> <requirements> - <requirement type='package' version="1.0">fasta_add_barcode</requirement> </requirements> <stdio> @@ -38,9 +37,9 @@ <tests> <test> - <param name="sequence_file" value="input_sequence_file"/> - <param name="mapping_file" value="mapping_file"/> - <param name="output_sequence_file" value="output_sequence_file" /> + <param name="sequence_file" value="input_sequences.fasta"/> + <param name="mapping_file" value="mapping_file.txt"/> + <output name="output_sequence_file" file="output_test.fasta" /> </test> </tests> @@ -49,8 +48,8 @@ **What it does** This tool takes a FASTA file and add at the beginning of each sequence a barcode. -The barcode of each sequence is determined given sequence identifier and the mapping -file. + +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. ]]> </help>
