# HG changeset patch # User iuc # Date 1642250370 0 # Node ID 881d7645d1bf8fce8467057b037d2d4fb799a77f # Parent a1f0b3f4b78144ed7b046b6705dab66fd3a9208f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130" diff -r a1f0b3f4b781 -r 881d7645d1bf picard_FastqToSam.xml --- a/picard_FastqToSam.xml Wed Feb 19 14:27:00 2020 -0500 +++ b/picard_FastqToSam.xml Sat Jan 15 12:39:30 2022 +0000 @@ -1,11 +1,14 @@ - convert Fastq data into unaligned BAM - - picard_macros.xml - 1 - - - convert Fastq data into unaligned BAM + + 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_macros.xml - 1 - - - reorder reads to match ordering in reference sequences + + picard_macros.xml + 1 + + + picard_reordersam + + + - replace header in a SAM/BAM dataset - - picard_macros.xml - 1 - - - replace header in a SAM/BAM dataset + + picard_macros.xml + 1 + + + picard_replacesamheader + + + - extract reads and qualities from SAM/BAM dataset and convert to fastq - - picard_macros.xml - 2 - - - extract reads and qualities from SAM/BAM dataset and convert to fastq + + picard_macros.xml + 2 + + + picard_samtofastq + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a1f0b3f4b781 -r 881d7645d1bf read_group_macros.xml --- a/read_group_macros.xml Wed Feb 19 14:27:00 2020 -0500 +++ b/read_group_macros.xml Sat Jan 15 12:39:30 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 a1f0b3f4b781 -r 881d7645d1bf test-data/picard_MarkDuplicates_test1.bam Binary file test-data/picard_MarkDuplicates_test1.bam has changed diff -r a1f0b3f4b781 -r 881d7645d1bf test-data/picard_MarkDuplicates_test2.bam Binary file test-data/picard_MarkDuplicates_test2.bam has changed