# HG changeset patch # User iuc # Date 1612985435 0 # Node ID 7fa28eb10fedc5811fb4aa382ee89fbb0b3d30e9 # Parent c6567483aa1eac6e116626299a4234333fd2c4a2 "planemo upload commit 2da1197aac6a18df9252e5da096645d2ecaece88" diff -r c6567483aa1e -r 7fa28eb10fed test-data/stats_outputs_edit_distance.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/stats_outputs_edit_distance.tsv Wed Feb 10 19:30:35 2021 +0000 @@ -0,0 +1,3 @@ +unique unique_null directional directional_null edit_distance +491 491 491 491 Single_UMI +0 0 0 0 0 diff -r c6567483aa1e -r 7fa28eb10fed test-data/stats_outputs_per_umi.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/stats_outputs_per_umi.tsv Wed Feb 10 19:30:35 2021 +0000 @@ -0,0 +1,17 @@ +UMI median_counts_pre times_observed_pre total_counts_pre median_counts_post times_observed_post total_counts_post +AA 1 34 35 1 34 35 +AC 1 35 35 1 35 35 +AG 1 25 25 1 25 25 +AT 1 50 50 1 50 50 +CA 1 27 27 1 27 27 +CC 1 21 21 1 21 21 +CG 1 11 11 1 11 11 +CT 1 23 24 1 23 24 +GA 1 24 24 1 24 24 +GC 1 23 23 1 23 23 +GG 1 31 32 1 31 32 +GT 1 27 28 1 27 28 +TA 1 61 63 1 61 63 +TC 1 24 24 1 24 24 +TG 1 27 27 1 27 27 +TT 1 48 48 1 48 48 diff -r c6567483aa1e -r 7fa28eb10fed test-data/stats_outputs_per_umi_per_position.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/stats_outputs_per_umi_per_position.tsv Wed Feb 10 19:30:35 2021 +0000 @@ -0,0 +1,4 @@ +counts instances_pre instances_post +1 486 486 +2 4 4 +3 1 1 diff -r c6567483aa1e -r 7fa28eb10fed umi-tools_dedup.xml --- a/umi-tools_dedup.xml Thu Dec 05 01:32:18 2019 -0500 +++ b/umi-tools_dedup.xml Wed Feb 10 19:30:35 2021 +0000 @@ -1,4 +1,4 @@ - + Extract UMI from fastq files macros.xml @@ -16,6 +16,7 @@ #end if umi_tools dedup + '$output_stats_bool' --random-seed 0 --extract-umi-method $extract_umi_method #if str($extract_umi_method) != 'read_id': @@ -63,51 +64,71 @@ + + + output_stats_bool + + + + - + - + - + - + - + - + + + + + + + + + + + + + +