# HG changeset patch # User devteam # Date 1480277510 18000 # Node ID 05087b27692a01f1edb80c8d74ee00b0961d0ad0 # Parent efc56ee1ade4bd422d14a02c1b08a73ad466bfbf planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92 diff -r efc56ee1ade4 -r 05087b27692a picard_AddCommentsToBam.xml --- a/picard_AddCommentsToBam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_AddCommentsToBam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,9 +4,9 @@ picard_macros.xml - + - + ]]> + @@ -31,11 +31,8 @@ - - - - - + + @@ -57,7 +54,7 @@ @description@ COMMENT=String - C=String Comments to add to the BAM file This option may be specified 0 or more times. + C=String Comments to add to the BAM file This option may be specified 0 or more times. @more_info@ diff -r efc56ee1ade4 -r 05087b27692a picard_AddOrReplaceReadGroups.xml --- a/picard_AddOrReplaceReadGroups.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_AddOrReplaceReadGroups.xml Sun Nov 27 15:11:50 2016 -0500 @@ -5,12 +5,12 @@ read_group_macros.xml - + @define_read_group_helpers@ #set $rg_auto_name = $read_group_name_default($inputFile) @set_read_group_vars@ @java_options@ - java -jar \$JAVA_JAR_PATH/picard.jar + picard AddOrReplaceReadGroups INPUT="${inputFile}" $format_read_group("RGLB=", $rg_lb, '"') @@ -39,9 +39,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_BedToIntervalList.xml --- a/picard_BedToIntervalList.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_BedToIntervalList.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ picard_macros.xml - + + ]]> @@ -71,13 +71,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_CleanSam.xml --- a/picard_CleanSam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CleanSam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,16 +4,16 @@ picard_macros.xml - + + ]]> @@ -27,9 +27,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_CollectAlignmentSummaryMetrics.xml --- a/picard_CollectAlignmentSummaryMetrics.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CollectAlignmentSummaryMetrics.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,22 +4,19 @@ picard_macros.xml - - - - + + ]]> diff -r efc56ee1ade4 -r 05087b27692a picard_CollectBaseDistributionByCycle.xml --- a/picard_CollectBaseDistributionByCycle.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CollectBaseDistributionByCycle.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ picard_macros.xml - R + r - + + ]]> @@ -76,9 +76,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_CollectGcBiasMetrics.xml --- a/picard_CollectGcBiasMetrics.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CollectGcBiasMetrics.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ picard_macros.xml - R + r - + + + ]]> @@ -55,19 +55,19 @@ - + - + - + - + - + @@ -78,13 +78,10 @@ - + - - - - - + + .. class:: infomark @@ -97,15 +94,15 @@ @description@ - ALIGNED_READS_ONLY=Boolean If set to true, calculate the base distribution over aligned reads only. Default value: - false. Possible values: {true, false} + ALIGNED_READS_ONLY=Boolean If set to true, calculate the base distribution over aligned reads only. Default value: + false. Possible values: {true, false} - PF_READS_ONLY=Boolean If set to true calculate the base distribution over PF reads only. Default value: false. - This option can be set to 'null' to clear the default value. Possible values: {true, - false} + PF_READS_ONLY=Boolean If set to true calculate the base distribution over PF reads only. Default value: false. + This option can be set to 'null' to clear the default value. Possible values: {true, + false} ASSUME_SORTED=Boolean - AS=Boolean If true (default), then the sort order in the header file will be ignored. Default: True + AS=Boolean If true (default), then the sort order in the header file will be ignored. Default: True @more_info@ diff -r efc56ee1ade4 -r 05087b27692a picard_CollectInsertSizeMetrics.xml --- a/picard_CollectInsertSizeMetrics.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CollectInsertSizeMetrics.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ picard_macros.xml - R + r - + + ]]> @@ -91,9 +91,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_CollectRnaSeqMetrics.xml --- a/picard_CollectRnaSeqMetrics.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CollectRnaSeqMetrics.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,9 +4,9 @@ picard_macros.xml - R + r - + refFlat.tab && + grep -v '^#' ${refFlat} | awk '{print $11"\t"$1"\t"$2"\t"$3"\t"$4"\t"$5"\t"$6"\t"$7"\t"$8"\t"$9"\t"$10}' > refFlat.tab && ## Start picard command @java_options@ - java -jar \$JAVA_JAR_PATH/picard.jar + picard CollectRnaSeqMetrics REF_FLAT=refFlat.tab @@ -55,7 +55,7 @@ VERBOSITY=ERROR VALIDATION_STRINGENCY=${validation_stringency} - + ]]> @@ -77,7 +77,7 @@ - + @@ -102,9 +102,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_CollectWgsMetrics.xml --- a/picard_CollectWgsMetrics.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_CollectWgsMetrics.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,19 +4,19 @@ picard_macros.xml - + + ]]> @@ -73,9 +73,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_DownsampleSam.xml --- a/picard_DownsampleSam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_DownsampleSam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,9 @@ picard_macros.xml - + + ]]> @@ -26,9 +25,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_EstimateLibraryComplexity.xml --- a/picard_EstimateLibraryComplexity.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_EstimateLibraryComplexity.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ picard_macros.xml - + + ]]> @@ -63,9 +63,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_FastqToSam.xml --- a/picard_FastqToSam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_FastqToSam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,13 +4,10 @@ picard_macros.xml - - - - + + ]]> diff -r efc56ee1ade4 -r 05087b27692a picard_FilterSamReads.xml --- a/picard_FilterSamReads.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_FilterSamReads.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,12 +4,12 @@ picard_macros.xml - + + ]]> @@ -69,20 +69,17 @@ - + - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_FixMateInformation.xml --- a/picard_FixMateInformation.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_FixMateInformation.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ picard_macros.xml - + + ]]> @@ -39,13 +39,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_MarkDuplicates.xml --- a/picard_MarkDuplicates.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_MarkDuplicates.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,33 +4,33 @@ picard_macros.xml - + + + ]]> @@ -54,14 +54,14 @@ - - - + + + - + @@ -72,14 +72,11 @@ - + - - - - - + + **Purpose** @@ -90,34 +87,34 @@ @description@ - COMMENT=String - CO=String Comment(s) to include in the output file's header. This option may be specified 0 or - more times. + COMMENT=String + CO=String Comment(s) to include in the output file's header. This option may be specified 0 or + more times. + + REMOVE_DUPLICATES=Boolean If true do not write duplicates to the output file instead of writing them with + appropriate flags set. Default value: false. - REMOVE_DUPLICATES=Boolean If true do not write duplicates to the output file instead of writing them with - appropriate flags set. Default value: false. - - READ_NAME_REGEX=String Regular expression that can be used to parse read names in the incoming SAM file. Read - names are parsed to extract three variables: tile/region, x coordinate and y coordinate. - These values are used to estimate the rate of optical duplication in order to give a more - accurate estimated library size. Set this option to null to disable optical duplicate - detection. The regular expression should contain three capture groups for the three - variables, in order. It must match the entire read name. Note that if the default regex - is specified, a regex match is not actually done, but instead the read name is split on - colon character. For 5 element names, the 3rd, 4th and 5th elements are assumed to be - tile, x and y values. For 7 element names (CASAVA 1.8), the 5th, 6th, and 7th elements - are assumed to be tile, x and y values. Default value: + READ_NAME_REGEX=String Regular expression that can be used to parse read names in the incoming SAM file. Read + names are parsed to extract three variables: tile/region, x coordinate and y coordinate. + These values are used to estimate the rate of optical duplication in order to give a more + accurate estimated library size. Set this option to null to disable optical duplicate + detection. The regular expression should contain three capture groups for the three + variables, in order. It must match the entire read name. Note that if the default regex + is specified, a regex match is not actually done, but instead the read name is split on + colon character. For 5 element names, the 3rd, 4th and 5th elements are assumed to be + tile, x and y values. For 7 element names (CASAVA 1.8), the 5th, 6th, and 7th elements + are assumed to be tile, x and y values. Default value: [a-zA-Z0-9]+:[0-9]:([0-9]+):([0-9]+):([0-9]+).*. - + DUPLICATE_SCORING_STRATEGY=ScoringStrategy - DS=ScoringStrategy The scoring strategy for choosing the non-duplicate among candidates. Default value: - SUM_OF_BASE_QUALITIES. Possible values: {SUM_OF_BASE_QUALITIES, TOTAL_MAPPED_REFERENCE_LENGTH} - + DS=ScoringStrategy The scoring strategy for choosing the non-duplicate among candidates. Default value: + SUM_OF_BASE_QUALITIES. Possible values: {SUM_OF_BASE_QUALITIES, TOTAL_MAPPED_REFERENCE_LENGTH} + OPTICAL_DUPLICATE_PIXEL_DISTANCE=Integer - The maximum offset between two duplicte clusters in order to consider them optical - duplicates. This should usually be set to some fairly small number (e.g. 5-10 pixels) - unless using later versions of the Illumina pipeline that multiply pixel values by 10, in - which case 50-100 is more normal. Default value: 100. + The maximum offset between two duplicte clusters in order to consider them optical + duplicates. This should usually be set to some fairly small number (e.g. 5-10 pixels) + unless using later versions of the Illumina pipeline that multiply pixel values by 10, in + which case 50-100 is more normal. Default value: 100. @more_info@ diff -r efc56ee1ade4 -r 05087b27692a picard_MarkDuplicatesWithMateCigar.xml --- a/picard_MarkDuplicatesWithMateCigar.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_MarkDuplicatesWithMateCigar.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ picard_macros.xml - + + ]]> @@ -46,7 +46,7 @@ - + @@ -84,9 +84,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_MeanQualityByCycle.xml --- a/picard_MeanQualityByCycle.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_MeanQualityByCycle.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ picard_macros.xml - R + r - + + ]]> @@ -77,9 +77,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_MergeBamAlignment.xml --- a/picard_MergeBamAlignment.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_MergeBamAlignment.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,20 +4,20 @@ picard_macros.xml - + + ]]> @@ -194,13 +194,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_MergeSamFiles.xml --- a/picard_MergeSamFiles.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_MergeSamFiles.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ picard_macros.xml - + + ]]> @@ -52,13 +52,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_NormalizeFasta.xml --- a/picard_NormalizeFasta.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_NormalizeFasta.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,15 +4,15 @@ picard_macros.xml - + + ]]> @@ -43,9 +43,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_QualityScoreDistribution.xml --- a/picard_QualityScoreDistribution.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_QualityScoreDistribution.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ picard_macros.xml - R + r - + + ]]> @@ -80,9 +80,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_ReorderSam.xml --- a/picard_ReorderSam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_ReorderSam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,20 +4,20 @@ picard_macros.xml - + + ]]> @@ -76,13 +76,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_ReplaceSamHeader.xml --- a/picard_ReplaceSamHeader.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_ReplaceSamHeader.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,15 +4,15 @@ picard_macros.xml - + + ]]> @@ -40,9 +40,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_RevertOriginalBaseQualitiesAndAddMateCigar.xml --- a/picard_RevertOriginalBaseQualitiesAndAddMateCigar.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_RevertOriginalBaseQualitiesAndAddMateCigar.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ picard_macros.xml - + + ]]> @@ -41,13 +41,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_RevertSam.xml --- a/picard_RevertSam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_RevertSam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ picard_macros.xml - + + ]]> @@ -70,13 +70,10 @@ - + - - - diff -r efc56ee1ade4 -r 05087b27692a picard_SamToFastq.xml --- a/picard_SamToFastq.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_SamToFastq.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,13 +4,13 @@ picard_macros.xml - + $report && ## This is necessary for output dataset detection (see output tags below) + echo "BAM" > $report && ## This is necessary for output dataset detection (see output tags below) @java_options@ - java -jar \$JAVA_JAR_PATH/picard.jar + picard SamToFastq INPUT="${inputFile}" @@ -50,7 +50,7 @@ QUIET=true VERBOSITY=ERROR - + ]]> @@ -100,9 +100,6 @@ - - - diff -r efc56ee1ade4 -r 05087b27692a picard_SortSam.xml --- a/picard_SortSam.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_SortSam.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,44 +4,64 @@ picard_macros.xml - + - + ]]> + - + - + - + + + + - - - - - + + + + + + + + + + + + - + .. class:: infomark @@ -56,7 +76,7 @@ SORT_ORDER=SortOrder SO=SortOrder Sort order of output file. You can either sort by queryname or by coordinate. - + @more_info@ diff -r efc56ee1ade4 -r 05087b27692a picard_ValidateSamFile.xml --- a/picard_ValidateSamFile.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_ValidateSamFile.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,49 +4,52 @@ picard_macros.xml - - + + + + + + ]]> @@ -63,11 +66,11 @@ - + - + @@ -135,13 +138,13 @@ - - - + + + - + @@ -156,11 +159,7 @@ - - - - - + **Purpose** @@ -172,52 +171,52 @@ @description@ MODE=Mode - M=Mode Mode of output Default value: VERBOSE. This option can be set to 'null' to clear the - default value. Possible values: {VERBOSE, SUMMARY} - - IGNORE=Type List of validation error types to ignore. Possible values: {INVALID_QUALITY_FORMAT, - INVALID_FLAG_PROPER_PAIR, INVALID_FLAG_MATE_UNMAPPED, MISMATCH_FLAG_MATE_UNMAPPED, - INVALID_FLAG_MATE_NEG_STRAND, MISMATCH_FLAG_MATE_NEG_STRAND, INVALID_FLAG_FIRST_OF_PAIR, - INVALID_FLAG_SECOND_OF_PAIR, PAIRED_READ_NOT_MARKED_AS_FIRST_OR_SECOND, - INVALID_FLAG_NOT_PRIM_ALIGNMENT, INVALID_FLAG_SUPPLEMENTARY_ALIGNMENT, - INVALID_FLAG_READ_UNMAPPED, INVALID_INSERT_SIZE, INVALID_MAPPING_QUALITY, INVALID_CIGAR, - ADJACENT_INDEL_IN_CIGAR, INVALID_MATE_REF_INDEX, MISMATCH_MATE_REF_INDEX, - INVALID_REFERENCE_INDEX, INVALID_ALIGNMENT_START, MISMATCH_MATE_ALIGNMENT_START, - MATE_FIELD_MISMATCH, INVALID_TAG_NM, MISSING_TAG_NM, MISSING_HEADER, - MISSING_SEQUENCE_DICTIONARY, MISSING_READ_GROUP, RECORD_OUT_OF_ORDER, - READ_GROUP_NOT_FOUND, RECORD_MISSING_READ_GROUP, INVALID_INDEXING_BIN, - MISSING_VERSION_NUMBER, INVALID_VERSION_NUMBER, TRUNCATED_FILE, - MISMATCH_READ_LENGTH_AND_QUALS_LENGTH, EMPTY_READ, CIGAR_MAPS_OFF_REFERENCE, - MISMATCH_READ_LENGTH_AND_E2_LENGTH, MISMATCH_READ_LENGTH_AND_U2_LENGTH, - E2_BASE_EQUALS_PRIMARY_BASE, BAM_FILE_MISSING_TERMINATOR_BLOCK, UNRECOGNIZED_HEADER_TYPE, - POORLY_FORMATTED_HEADER_TAG, HEADER_TAG_MULTIPLY_DEFINED, - HEADER_RECORD_MISSING_REQUIRED_TAG, INVALID_DATE_STRING, TAG_VALUE_TOO_LARGE, - INVALID_INDEX_FILE_POINTER, INVALID_PREDICTED_MEDIAN_INSERT_SIZE, - DUPLICATE_READ_GROUP_ID, MISSING_PLATFORM_VALUE, INVALID_PLATFORM_VALUE, - DUPLICATE_PROGRAM_GROUP_ID, MATE_NOT_FOUND, MATES_ARE_SAME_END, - MISMATCH_MATE_CIGAR_STRING, MATE_CIGAR_STRING_INVALID_PRESENCE} This option may be - specified 0 or more times. - + M=Mode Mode of output Default value: VERBOSE. This option can be set to 'null' to clear the + default value. Possible values: {VERBOSE, SUMMARY} + + IGNORE=Type List of validation error types to ignore. Possible values: {INVALID_QUALITY_FORMAT, + INVALID_FLAG_PROPER_PAIR, INVALID_FLAG_MATE_UNMAPPED, MISMATCH_FLAG_MATE_UNMAPPED, + INVALID_FLAG_MATE_NEG_STRAND, MISMATCH_FLAG_MATE_NEG_STRAND, INVALID_FLAG_FIRST_OF_PAIR, + INVALID_FLAG_SECOND_OF_PAIR, PAIRED_READ_NOT_MARKED_AS_FIRST_OR_SECOND, + INVALID_FLAG_NOT_PRIM_ALIGNMENT, INVALID_FLAG_SUPPLEMENTARY_ALIGNMENT, + INVALID_FLAG_READ_UNMAPPED, INVALID_INSERT_SIZE, INVALID_MAPPING_QUALITY, INVALID_CIGAR, + ADJACENT_INDEL_IN_CIGAR, INVALID_MATE_REF_INDEX, MISMATCH_MATE_REF_INDEX, + INVALID_REFERENCE_INDEX, INVALID_ALIGNMENT_START, MISMATCH_MATE_ALIGNMENT_START, + MATE_FIELD_MISMATCH, INVALID_TAG_NM, MISSING_TAG_NM, MISSING_HEADER, + MISSING_SEQUENCE_DICTIONARY, MISSING_READ_GROUP, RECORD_OUT_OF_ORDER, + READ_GROUP_NOT_FOUND, RECORD_MISSING_READ_GROUP, INVALID_INDEXING_BIN, + MISSING_VERSION_NUMBER, INVALID_VERSION_NUMBER, TRUNCATED_FILE, + MISMATCH_READ_LENGTH_AND_QUALS_LENGTH, EMPTY_READ, CIGAR_MAPS_OFF_REFERENCE, + MISMATCH_READ_LENGTH_AND_E2_LENGTH, MISMATCH_READ_LENGTH_AND_U2_LENGTH, + E2_BASE_EQUALS_PRIMARY_BASE, BAM_FILE_MISSING_TERMINATOR_BLOCK, UNRECOGNIZED_HEADER_TYPE, + POORLY_FORMATTED_HEADER_TAG, HEADER_TAG_MULTIPLY_DEFINED, + HEADER_RECORD_MISSING_REQUIRED_TAG, INVALID_DATE_STRING, TAG_VALUE_TOO_LARGE, + INVALID_INDEX_FILE_POINTER, INVALID_PREDICTED_MEDIAN_INSERT_SIZE, + DUPLICATE_READ_GROUP_ID, MISSING_PLATFORM_VALUE, INVALID_PLATFORM_VALUE, + DUPLICATE_PROGRAM_GROUP_ID, MATE_NOT_FOUND, MATES_ARE_SAME_END, + MISMATCH_MATE_CIGAR_STRING, MATE_CIGAR_STRING_INVALID_PRESENCE} This option may be + specified 0 or more times. + MAX_OUTPUT=Integer - MO=Integer The maximum number of lines output in verbose mode Default value: 100. This option can - be set to 'null' to clear the default value. - + MO=Integer The maximum number of lines output in verbose mode Default value: 100. This option can + be set to 'null' to clear the default value. + REFERENCE_SEQUENCE=File - R=File Reference sequence file, the NM tag check will be skipped if this is missing Default - value: null. - - IGNORE_WARNINGS=Boolean If true, only report errors and ignore warnings. Default value: false. This option can - be set to 'null' to clear the default value. Possible values: {true, false} - - VALIDATE_INDEX=Boolean If true and input is a BAM file with an index file, also validates the index. Default - value: true. This option can be set to 'null' to clear the default value. Possible - values: {true, false} - + R=File Reference sequence file, the NM tag check will be skipped if this is missing Default + value: null. + + IGNORE_WARNINGS=Boolean If true, only report errors and ignore warnings. Default value: false. This option can + be set to 'null' to clear the default value. Possible values: {true, false} + + VALIDATE_INDEX=Boolean If true and input is a BAM file with an index file, also validates the index. Default + value: true. This option can be set to 'null' to clear the default value. Possible + values: {true, false} + IS_BISULFITE_SEQUENCED=Boolean - BISULFITE=Boolean Whether the SAM or BAM file consists of bisulfite sequenced reads. If so, C->T is not - counted as an error in computing the value of the NM tag. Default value: false. This - option can be set to 'null' to clear the default value. Possible values: {true, false} - + BISULFITE=Boolean Whether the SAM or BAM file consists of bisulfite sequenced reads. If so, C->T is not + counted as an error in computing the value of the NM tag. Default value: false. This + option can be set to 'null' to clear the default value. Possible values: {true, false} + @more_info@ diff -r efc56ee1ade4 -r 05087b27692a picard_macros.xml --- a/picard_macros.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_macros.xml Sun Nov 27 15:11:50 2016 -0500 @@ -7,20 +7,20 @@ - 1.136 + 2.7.1 - picard + picard - - _JAVA_OPTIONS=\${_JAVA_OPTIONS:-'-Xmx2048m -Xms256m'} && - export _JAVA_OPTIONS && - - + + ------ @@ -28,7 +28,7 @@ Additional information about Picard tools is available from Picard web site at http://broadinstitute.github.io/picard/. - + ------ @@ -49,7 +49,7 @@ .. csv-table:: :header-rows: 1 - + Tag,Importance,Definition,Meaning "ID","Required","Read group identifier. Each @RG line must have a unique ID. The value of ID is used in the RG tags of alignment records. Must be unique among all read groups in header section. Read group IDs may be modified when merging SAM files in order to handle collisions.","Ideally, this should be a globally unique identify across all sequencing data in the world, such as the Illumina flowcell + lane name and number. Will be referenced by each read with the RG:Z field, allowing tools to determine the read group information associated with each read, including the sample from which the read came. Also, a read group is effectively treated as a separate run of the NGS instrument in tools like base quality score recalibration (a GATK component) -- all reads within a read group are assumed to come from the same instrument run and to therefore share the same error model." "SM","Sample. Use pool name where a pool is being sequenced.","Required. As important as ID.","The name of the sample sequenced in this read group. GATK tools treat all read groups with the same SM value as containing sequencing data for the same sample. Therefore it's critical that the SM field be correctly specified, especially when using multi-sample tools like the Unified Genotyper (a GATK component)." @@ -65,13 +65,13 @@ @RG ID:FLOWCELL1.LANE2 PL:illumina LB:LIB-DAD-1 SM:DAD PI:200 @RG ID:FLOWCELL1.LANE3 PL:illumina LB:LIB-DAD-2 SM:DAD PI:400 @RG ID:FLOWCELL1.LANE4 PL:illumina LB:LIB-DAD-2 SM:DAD PI:400 - + Mom's data: @RG ID:FLOWCELL1.LANE5 PL:illumina LB:LIB-MOM-1 SM:MOM PI:200 @RG ID:FLOWCELL1.LANE6 PL:illumina LB:LIB-MOM-1 SM:MOM PI:200 @RG ID:FLOWCELL1.LANE7 PL:illumina LB:LIB-MOM-2 SM:MOM PI:400 @RG ID:FLOWCELL1.LANE8 PL:illumina LB:LIB-MOM-2 SM:MOM PI:400 - + Kid's data: @RG ID:FLOWCELL2.LANE1 PL:illumina LB:LIB-KID-1 SM:KID PI:200 @RG ID:FLOWCELL2.LANE2 PL:illumina LB:LIB-KID-1 SM:KID PI:200 @@ -89,6 +89,6 @@ - + diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_CASM_test1.tab --- a/test-data/picard_CASM_test1.tab Wed Nov 11 12:23:17 2015 -0500 +++ b/test-data/picard_CASM_test1.tab Sun Nov 27 15:11:50 2016 -0500 @@ -1,12 +1,12 @@ ## htsjdk.samtools.metrics.StringHeader -# picard.analysis.CollectAlignmentSummaryMetrics MAX_INSERT_SIZE=100000 ADAPTER_SEQUENCE=[AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT, AGATCGGAAGAGCTCGTATGCCGTCTTCTGCTTG, AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT, AGATCGGAAGAGCGGTTCAGCAGGAATGCCGAGACCGATCTCGTATGCCGTCTTCTGCTTG, AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT, AGATCGGAAGAGCACACGTCTGAACTCCAGTCACNNNNNNNNATCTCGTATGCCGTCTTCTGCTTG, METRIC_ACCUMULATION_LEVEL=None] IS_BISULFITE_SEQUENCED=false INPUT=/Users/anton/galaxy-central/database/files/000/dataset_616.dat OUTPUT=/Users/anton/galaxy-central/database/files/000/dataset_639.dat REFERENCE_SEQUENCE=localref.fa ASSUME_SORTED=true VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT METRIC_ACCUMULATION_LEVEL=[ALL_READS] STOP_AFTER=0 COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false +# picard.analysis.CollectAlignmentSummaryMetrics MAX_INSERT_SIZE=100000 METRIC_ACCUMULATION_LEVEL=[ALL_READS] IS_BISULFITE_SEQUENCED=false REFERENCE_SEQUENCE=localref.fa INPUT=/tmp/tmppFEHK6/files/000/dataset_1.dat OUTPUT=/tmp/tmppFEHK6/files/000/dataset_3.dat ASSUME_SORTED=true VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT EXPECTED_PAIR_ORIENTATIONS=[FR] ADAPTER_SEQUENCE=[AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT, AGATCGGAAGAGCTCGTATGCCGTCTTCTGCTTG, AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT, AGATCGGAAGAGCGGTTCAGCAGGAATGCCGAGACCGATCTCGTATGCCGTCTTCTGCTTG, AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT, AGATCGGAAGAGCACACGTCTGAACTCCAGTCACNNNNNNNNATCTCGTATGCCGTCTTCTGCTTG] STOP_AFTER=0 COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false GA4GH_CLIENT_SECRETS=client_secrets.json ## htsjdk.samtools.metrics.StringHeader -# Started on: Thu Oct 02 13:35:09 EDT 2014 +# Started on: Sun Nov 27 10:07:49 CET 2016 ## METRICS CLASS picard.analysis.AlignmentSummaryMetrics CATEGORY TOTAL_READS PF_READS PCT_PF_READS PF_NOISE_READS PF_READS_ALIGNED PCT_PF_READS_ALIGNED PF_ALIGNED_BASES PF_HQ_ALIGNED_READS PF_HQ_ALIGNED_BASES PF_HQ_ALIGNED_Q20_BASES PF_HQ_MEDIAN_MISMATCHES PF_MISMATCH_RATE PF_HQ_ERROR_RATE PF_INDEL_RATE MEAN_READ_LENGTH READS_ALIGNED_IN_PAIRS PCT_READS_ALIGNED_IN_PAIRS BAD_CYCLES STRAND_BALANCE PCT_CHIMERAS PCT_ADAPTER SAMPLE LIBRARY READ_GROUP -FIRST_OF_PAIR 100 100 1 0 100 1 17831 100 17831 16865 1 0.008188 0.008188 0 251 99 0.99 0 0.46 0 0 -SECOND_OF_PAIR 100 100 1 0 99 0.99 17907 99 17907 16887 1 0.008879 0.008879 0 251 99 1 0 0.545455 0 0 -PAIR 200 200 1 0 199 0.995 35738 199 35738 33752 1 0.008534 0.008534 0 251 198 0.994975 0 0.502513 0 0 +FIRST_OF_PAIR 100 100 1 0 100 1 17831 100 17831 16865 1 0.008132 0.008132 0 251 99 0.99 0 0.46 0.74 0 +SECOND_OF_PAIR 100 100 1 0 99 0.99 17907 99 17907 16887 1 0.008824 0.008824 0 251 99 1 0 0.545455 0.676768 0 +PAIR 200 200 1 0 199 0.995 35738 199 35738 33752 1 0.008479 0.008479 0 251 198 0.994975 0 0.502513 0.708543 0 diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_CollectGcBiasMetrics_test1.tab --- a/test-data/picard_CollectGcBiasMetrics_test1.tab Wed Nov 11 12:23:17 2015 -0500 +++ b/test-data/picard_CollectGcBiasMetrics_test1.tab Sun Nov 27 15:11:50 2016 -0500 @@ -1,48 +1,110 @@ ## htsjdk.samtools.metrics.StringHeader -# picard.analysis.CollectGcBiasMetrics REFERENCE_SEQUENCE=localref.fa INPUT=/Users/anton/galaxy-central/database/files/000/dataset_616.dat OUTPUT=/Users/anton/galaxy-central/database/files/000/dataset_707.dat CHART_OUTPUT=/Users/anton/galaxy-central/database/files/000/dataset_708.dat SUMMARY_OUTPUT=/Users/anton/galaxy-central/database/files/000/dataset_706.dat WINDOW_SIZE=100 MINIMUM_GENOME_FRACTION=5.0E-5 ASSUME_SORTED=true IS_BISULFITE_SEQUENCED=true VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false +# picard.analysis.CollectGcBiasMetrics CHART_OUTPUT=/tmp/tmp_TYiPX/files/000/dataset_5.dat SUMMARY_OUTPUT=/tmp/tmp_TYiPX/files/000/dataset_3.dat SCAN_WINDOW_SIZE=100 MINIMUM_GENOME_FRACTION=5.0E-5 IS_BISULFITE_SEQUENCED=true INPUT=/tmp/tmp_TYiPX/files/000/dataset_1.dat OUTPUT=/tmp/tmp_TYiPX/files/000/dataset_4.dat ASSUME_SORTED=true VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT REFERENCE_SEQUENCE=localref.fa METRIC_ACCUMULATION_LEVEL=[ALL_READS] STOP_AFTER=0 COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false GA4GH_CLIENT_SECRETS=client_secrets.json ## htsjdk.samtools.metrics.StringHeader -# Started on: Sat Oct 04 11:22:58 EDT 2014 +# Started on: Sun Nov 27 10:39:24 CET 2016 ## METRICS CLASS picard.analysis.GcBiasDetailMetrics -GC WINDOWS READ_STARTS MEAN_BASE_QUALITY NORMALIZED_COVERAGE ERROR_BAR_WIDTH -24 2 0 0 0 0 -25 15 0 0 0 0 -26 13 0 0 0 0 -27 18 0 0 0 0 -28 50 5 21 4.843529 2.166092 -29 47 0 0 0 0 -30 63 0 0 0 0 -31 97 4 20 1.997332 0.998666 -32 167 3 23 0.870095 0.50235 -33 178 4 22 1.088434 0.544217 -34 225 8 22 1.722144 0.60887 -35 291 5 22 0.832222 0.372181 -36 391 1 21 0.123875 0.123875 -37 506 4 24 0.382888 0.191444 -38 570 0 0 0 0 -39 640 0 0 0 0 -40 729 0 0 0 0 -41 846 1 24 0.057252 0.057252 -42 1060 1 24 0.045694 0.045694 -43 1182 13 22 0.532706 0.147746 -44 1113 8 22 0.348142 0.123087 -45 1161 7 20 0.29203 0.110377 -46 1113 5 20 0.217589 0.097309 -47 1035 8 23 0.374379 0.132363 -48 956 9 23 0.455981 0.151994 -49 913 1 24 0.053051 0.053051 -50 785 5 22 0.308505 0.137968 -51 607 5 22 0.398973 0.178426 -52 436 104 22 11.553373 1.132901 -53 354 13 23 1.778697 0.493322 -54 288 0 0 0 0 -55 232 6 21 1.252637 0.511387 -56 133 0 0 0 0 -57 108 2 24 0.89695 0.634239 -58 65 0 0 0 0 -59 38 0 0 0 0 -60 29 0 0 0 0 -61 10 0 0 0 0 -62 2 0 0 0 0 +ACCUMULATION_LEVEL GC WINDOWS READ_STARTS MEAN_BASE_QUALITY NORMALIZED_COVERAGE ERROR_BAR_WIDTH SAMPLE LIBRARY READ_GROUP +All Reads 0 0 118 20 0 0 +All Reads 1 0 0 0 0 0 +All Reads 2 0 0 0 0 0 +All Reads 3 0 0 0 0 0 +All Reads 4 0 0 0 0 0 +All Reads 5 0 0 0 0 0 +All Reads 6 0 0 0 0 0 +All Reads 7 0 0 0 0 0 +All Reads 8 0 0 0 0 0 +All Reads 9 0 0 0 0 0 +All Reads 10 0 0 0 0 0 +All Reads 11 0 0 0 0 0 +All Reads 12 0 0 0 0 0 +All Reads 13 0 0 0 0 0 +All Reads 14 0 0 0 0 0 +All Reads 15 0 0 0 0 0 +All Reads 16 0 0 0 0 0 +All Reads 17 0 0 0 0 0 +All Reads 18 0 0 0 0 0 +All Reads 19 0 0 0 0 0 +All Reads 20 0 0 0 0 0 +All Reads 21 0 0 0 0 0 +All Reads 22 0 0 0 0 0 +All Reads 23 0 0 0 0 0 +All Reads 24 2 0 0 0 0 +All Reads 25 15 0 0 0 0 +All Reads 26 13 0 0 0 0 +All Reads 27 18 0 0 0 0 +All Reads 28 50 5 21 4.843529 2.166092 +All Reads 29 47 0 0 0 0 +All Reads 30 63 0 0 0 0 +All Reads 31 97 4 20 1.997332 0.998666 +All Reads 32 167 3 23 0.870095 0.50235 +All Reads 33 178 4 22 1.088434 0.544217 +All Reads 34 225 8 22 1.722144 0.60887 +All Reads 35 291 5 22 0.832222 0.372181 +All Reads 36 391 1 21 0.123875 0.123875 +All Reads 37 506 4 24 0.382888 0.191444 +All Reads 38 570 0 0 0 0 +All Reads 39 640 0 0 0 0 +All Reads 40 729 0 0 0 0 +All Reads 41 846 1 24 0.057252 0.057252 +All Reads 42 1060 1 24 0.045694 0.045694 +All Reads 43 1182 13 22 0.532706 0.147746 +All Reads 44 1113 8 22 0.348142 0.123087 +All Reads 45 1161 7 20 0.29203 0.110377 +All Reads 46 1113 5 20 0.217589 0.097309 +All Reads 47 1035 8 23 0.374379 0.132363 +All Reads 48 956 9 23 0.455981 0.151994 +All Reads 49 913 1 24 0.053051 0.053051 +All Reads 50 785 5 22 0.308505 0.137968 +All Reads 51 607 5 22 0.398973 0.178426 +All Reads 52 436 104 22 11.553373 1.132901 +All Reads 53 354 13 23 1.778697 0.493322 +All Reads 54 288 0 0 0 0 +All Reads 55 232 6 21 1.252637 0.511387 +All Reads 56 133 0 0 0 0 +All Reads 57 108 2 24 0.89695 0.634239 +All Reads 58 65 0 0 0 0 +All Reads 59 38 0 0 0 0 +All Reads 60 29 0 0 0 0 +All Reads 61 10 0 0 0 0 +All Reads 62 2 0 0 0 0 +All Reads 63 0 0 0 0 0 +All Reads 64 0 0 0 0 0 +All Reads 65 0 0 0 0 0 +All Reads 66 0 0 0 0 0 +All Reads 67 0 0 0 0 0 +All Reads 68 0 0 0 0 0 +All Reads 69 0 0 0 0 0 +All Reads 70 0 0 0 0 0 +All Reads 71 0 0 0 0 0 +All Reads 72 0 0 0 0 0 +All Reads 73 0 0 0 0 0 +All Reads 74 0 0 0 0 0 +All Reads 75 0 0 0 0 0 +All Reads 76 0 0 0 0 0 +All Reads 77 0 0 0 0 0 +All Reads 78 0 0 0 0 0 +All Reads 79 0 0 0 0 0 +All Reads 80 0 0 0 0 0 +All Reads 81 0 0 0 0 0 +All Reads 82 0 0 0 0 0 +All Reads 83 0 0 0 0 0 +All Reads 84 0 0 0 0 0 +All Reads 85 0 0 0 0 0 +All Reads 86 0 0 0 0 0 +All Reads 87 0 0 0 0 0 +All Reads 88 0 0 0 0 0 +All Reads 89 0 0 0 0 0 +All Reads 90 0 0 0 0 0 +All Reads 91 0 0 0 0 0 +All Reads 92 0 0 0 0 0 +All Reads 93 0 0 0 0 0 +All Reads 94 0 0 0 0 0 +All Reads 95 0 0 0 0 0 +All Reads 96 0 0 0 0 0 +All Reads 97 0 0 0 0 0 +All Reads 98 0 0 0 0 0 +All Reads 99 0 0 0 0 0 +All Reads 100 0 0 0 0 0 diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_CollectWgsMetrics_test1.tab --- a/test-data/picard_CollectWgsMetrics_test1.tab Wed Nov 11 12:23:17 2015 -0500 +++ b/test-data/picard_CollectWgsMetrics_test1.tab Sun Nov 27 15:11:50 2016 -0500 @@ -1,11 +1,11 @@ ## htsjdk.samtools.metrics.StringHeader -# picard.analysis.CollectWgsMetrics INPUT=/Users/anton/galaxy-central/database/files/000/dataset_773.dat OUTPUT=/Users/anton/galaxy-central/database/files/000/dataset_802.dat REFERENCE_SEQUENCE=localref.fa MINIMUM_MAPPING_QUALITY=20 MINIMUM_BASE_QUALITY=20 COVERAGE_CAP=250 VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT STOP_AFTER=-1 COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false +# picard.analysis.CollectWgsMetrics INPUT=/tmp/tmpOXrG6f/files/000/dataset_1.dat OUTPUT=/tmp/tmpOXrG6f/files/000/dataset_3.dat REFERENCE_SEQUENCE=localref.fa MINIMUM_MAPPING_QUALITY=20 MINIMUM_BASE_QUALITY=20 COVERAGE_CAP=250 VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT LOCUS_ACCUMULATION_CAP=100000 STOP_AFTER=-1 INCLUDE_BQ_HISTOGRAM=false COUNT_UNPAIRED=false SAMPLE_SIZE=10000 COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false GA4GH_CLIENT_SECRETS=client_secrets.json ## htsjdk.samtools.metrics.StringHeader -# Started on: Tue Oct 07 15:46:29 EDT 2014 +# Started on: Sun Nov 27 10:15:01 CET 2016 ## METRICS CLASS picard.analysis.CollectWgsMetrics$WgsMetrics -GENOME_TERRITORY MEAN_COVERAGE SD_COVERAGE MEDIAN_COVERAGE MAD_COVERAGE PCT_EXC_MAPQ PCT_EXC_DUPE PCT_EXC_UNPAIRED PCT_EXC_BASEQ PCT_EXC_OVERLAP PCT_EXC_CAPPED PCT_EXC_TOTAL PCT_5X PCT_10X PCT_15X PCT_20X PCT_25X PCT_30X PCT_40X PCT_50X PCT_60X PCT_70X PCT_80X PCT_90X PCT_100X -16568 2.915983 3.836089 2 2 0 0 0 0 0.008069 0 0.008069 0.240464 0.055831 0.02541 0.011045 0 0 0 0 0 0 0 0 0 +GENOME_TERRITORY MEAN_COVERAGE SD_COVERAGE MEDIAN_COVERAGE MAD_COVERAGE PCT_EXC_MAPQ PCT_EXC_DUPE PCT_EXC_UNPAIRED PCT_EXC_BASEQ PCT_EXC_OVERLAP PCT_EXC_CAPPED PCT_EXC_TOTAL PCT_1X PCT_5X PCT_10X PCT_15X PCT_20X PCT_25X PCT_30X PCT_40X PCT_50X PCT_60X PCT_70X PCT_80X PCT_90X PCT_100X HET_SNP_SENSITIVITY HET_SNP_Q +16568 2.915862 3.835741 2 2 0 0 0 0.000041 0.008069 0 0.00811 0.684633 0.240464 0.055831 0.02541 0.010985 0 0 0 0 0 0 0 0 0 0.54448 3 ## HISTOGRAM java.lang.Integer coverage count @@ -17,8 +17,8 @@ 5 1247 6 672 7 468 -8 361 -9 311 +8 362 +9 310 10 210 11 95 12 78 @@ -28,8 +28,8 @@ 16 29 17 31 18 53 -19 61 -20 65 +19 62 +20 64 21 74 22 32 23 12 diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_DownsampleSam_test1.bam Binary file test-data/picard_DownsampleSam_test1.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_EstimateLibraryComplexity_test1.tab --- a/test-data/picard_EstimateLibraryComplexity_test1.tab Wed Nov 11 12:23:17 2015 -0500 +++ b/test-data/picard_EstimateLibraryComplexity_test1.tab Sun Nov 27 15:11:50 2016 -0500 @@ -1,11 +1,11 @@ ## htsjdk.samtools.metrics.StringHeader -# picard.sam.markduplicates.EstimateLibraryComplexity INPUT=[/Users/anton/galaxy-central/database/files/000/dataset_951.dat] OUTPUT=/Users/anton/galaxy-central/database/files/001/dataset_1073.dat MIN_IDENTICAL_BASES=5 MAX_DIFF_RATE=0.03 MIN_MEAN_QUALITY=20 MAX_GROUP_RATIO=500 READ_NAME_REGEX=[a-zA-Z0-9]+:[0-9]:([0-9]+):([0-9]+):([0-9]+).*. OPTICAL_DUPLICATE_PIXEL_DISTANCE=100 VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=3472024 CREATE_INDEX=false CREATE_MD5_FILE=false +# picard.sam.markduplicates.EstimateLibraryComplexity INPUT=[/tmp/tmpiSG3kJ/files/000/dataset_1.dat] OUTPUT=/tmp/tmpiSG3kJ/files/000/dataset_2.dat MIN_IDENTICAL_BASES=5 MAX_DIFF_RATE=0.03 MIN_MEAN_QUALITY=20 MAX_GROUP_RATIO=500 READ_NAME_REGEX=[a-zA-Z0-9]+:[0-9]:([0-9]+):([0-9]+):([0-9]+).*. OPTICAL_DUPLICATE_PIXEL_DISTANCE=100 VERBOSITY=ERROR QUIET=true VALIDATION_STRINGENCY=LENIENT MAX_READ_LENGTH=0 MIN_GROUP_COUNT=2 COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=3098916 CREATE_INDEX=false CREATE_MD5_FILE=false GA4GH_CLIENT_SECRETS=client_secrets.json ## htsjdk.samtools.metrics.StringHeader -# Started on: Fri Oct 17 13:39:31 EDT 2014 +# Started on: Sun Nov 27 10:17:54 CET 2016 ## METRICS CLASS picard.sam.DuplicationMetrics -LIBRARY UNPAIRED_READS_EXAMINED READ_PAIRS_EXAMINED UNMAPPED_READS UNPAIRED_READ_DUPLICATES READ_PAIR_DUPLICATES READ_PAIR_OPTICAL_DUPLICATES PERCENT_DUPLICATION ESTIMATED_LIBRARY_SIZE -Unknown 0 982 0 0 116 0 0.118126 3822 +LIBRARY UNPAIRED_READS_EXAMINED READ_PAIRS_EXAMINED SECONDARY_OR_SUPPLEMENTARY_RDS UNMAPPED_READS UNPAIRED_READ_DUPLICATES READ_PAIR_DUPLICATES READ_PAIR_OPTICAL_DUPLICATES PERCENT_DUPLICATION ESTIMATED_LIBRARY_SIZE +Unknown 0 982 0 0 0 116 0 0.118126 3822 ## HISTOGRAM java.lang.Integer duplication_group_count Unknown diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_FixMateInformation_test1.bam Binary file test-data/picard_FixMateInformation_test1.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_MarkDuplicates_test1.bam Binary file test-data/picard_MarkDuplicates_test1.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_MergeBamAlignment_test1.bam Binary file test-data/picard_MergeBamAlignment_test1.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_MergeBamAlignment_unaligned.bam Binary file test-data/picard_MergeBamAlignment_unaligned.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_RevertOriginalBaseQualitiesAndAddMateCigar_test1.bam Binary file test-data/picard_RevertOriginalBaseQualitiesAndAddMateCigar_test1.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_SortSam_test1.bam Binary file test-data/picard_SortSam_test1.bam has changed diff -r efc56ee1ade4 -r 05087b27692a test-data/picard_SortSam_test1.sam diff -r efc56ee1ade4 -r 05087b27692a tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:23:17 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - - - - - - - - -