# HG changeset patch # User iuc # Date 1730807443 0 # Node ID bbd857162bff70e1a8580b5db9ab4dc11c95fec0 # Parent c2e4a3ab02d4eb7d50d500056dfcbc13aa3cfc24 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sinto commit 4a156b17a386e1ecf13dfb2b232a1fc7d8344adc diff -r c2e4a3ab02d4 -r bbd857162bff macros.xml --- a/macros.xml Sat Sep 28 16:34:11 2024 +0000 +++ b/macros.xml Tue Nov 05 11:50:43 2024 +0000 @@ -2,7 +2,11 @@ 0.10.1 0 - + + + sinto + + 10.1038/s41592-021-01282-5 diff -r c2e4a3ab02d4 -r bbd857162bff sinto_barcode.xml --- a/sinto_barcode.xml Sat Sep 28 16:34:11 2024 +0000 +++ b/sinto_barcode.xml Tue Nov 05 11:50:43 2024 +0000 @@ -3,6 +3,7 @@ macros.xml + sinto @@ -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