# HG changeset patch # User iuc # Date 1642250298 0 # Node ID e65f2d5fd3d8c368e83edef7bb8fae9fffff70a2 # Parent 4740a2548206582427b38fb02c283e41643a714a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130" diff -r 4740a2548206 -r e65f2d5fd3d8 picard_FastqToSam.xml --- a/picard_FastqToSam.xml Wed Sep 01 07:58:57 2021 +0000 +++ b/picard_FastqToSam.xml Sat Jan 15 12:38:18 2022 +0000 @@ -1,12 +1,12 @@ convert Fastq data into unaligned BAM - - picard_fastqtosam - picard_macros.xml 1 + + picard_fastqtosam + examine aligned records in BAM datasets to locate duplicate molecules picard_macros.xml - 2 + 3 examine aligned records in BAM datasets to locate duplicate molecules picard_macros.xml - 1 + 2 reorder reads to match ordering in reference sequences - - picard_reordersam - picard_macros.xml 1 + + picard_reordersam + replace header in a SAM/BAM dataset - - picard_replacesamheader - picard_macros.xml 1 + + picard_replacesamheader + extract reads and qualities from SAM/BAM dataset and convert to fastq - - picard_samtofastq - picard_macros.xml 2 + + picard_samtofastq + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 4740a2548206 -r e65f2d5fd3d8 read_group_macros.xml --- a/read_group_macros.xml Wed Sep 01 07:58:57 2021 +0000 +++ b/read_group_macros.xml Sat Jan 15 12:38:18 2022 +0000 @@ -23,7 +23,7 @@ #import itertools #set $input_name1 = $clean($identifier_or_name($input1)) #set $input_name2 = $clean($identifier_or_name($input2)) - #set $common_prefix = ''.join([c[0] for c in itertools.takewhile(lambda x: all(x[0] == y for y in x), itertools.izip(*[$input_name1, $input_name2]))]) + #set $common_prefix = ''.join([c[0] for c in itertools.takewhile(lambda x: all(x[0] == y for y in x), zip(*[$input_name1, $input_name2]))]) #if len($common_prefix) > 3 #return $common_prefix #else diff -r 4740a2548206 -r e65f2d5fd3d8 test-data/picard_MarkDuplicates_test1.bam Binary file test-data/picard_MarkDuplicates_test1.bam has changed diff -r 4740a2548206 -r e65f2d5fd3d8 test-data/picard_MarkDuplicates_test2.bam Binary file test-data/picard_MarkDuplicates_test2.bam has changed