Mercurial > repos > iuc > sinto_barcode
diff sinto_barcode.xml @ 3:fb61eb03e313 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sinto commit 4a156b17a386e1ecf13dfb2b232a1fc7d8344adc
author | iuc |
---|---|
date | Tue, 05 Nov 2024 11:51:48 +0000 (4 months ago) |
parents | d1b34ac42b8f |
children |
line wrap: on
line diff
--- a/sinto_barcode.xml Sat Sep 28 16:34:26 2024 +0000 +++ b/sinto_barcode.xml Tue Nov 05 11:51:48 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <requirements> <requirement type="package" version="@TOOL_VERSION@">sinto</requirement> </requirements> @@ -13,8 +14,8 @@ #if str( $fastq_input.fastq_input_selector ) == "paired": ln -s '${fastq_input.read2_fastq}' read2.fastq.gz && #end if - sinto barcode - --barcode_fastq barcodes.fastq.gz + sinto barcode + --barcode_fastq barcodes.fastq.gz --read1 read1.fastq.gz #if str( $fastq_input.fastq_input_selector ) == "paired": --read2 read2.fastq.gz