# HG changeset patch # User jackcurragh # Date 1653646426 0 # Node ID 2069a71dc578af09f955c178c6c2113cee221820 # Parent a9b4a031a4033fbd64c91998cc2f9ebafc7f68d6 Uploaded diff -r a9b4a031a403 -r 2069a71dc578 create_ribosome_profile.tar.xz Binary file create_ribosome_profile.tar.xz has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/macros.xml --- a/samtools_sort_transcriptome/macros.xml Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,223 +0,0 @@ - - - - samtools - - - - 1.13 - 20.05 - - - - - - - - - @HELP@ - - - - - - - - - - - - - - - - - - - - - - @HELP@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ^[^\s'\":]+(:\d+(-\d+){0,1}){0,1}$ - - - - - - - - - - - - - @misc{SAM_def, - title={Definition of SAM/BAM format}, - url = {https://samtools.github.io/hts-specs/},} - - 10.1093/bioinformatics/btp352 - 10.1093/bioinformatics/btr076 - 10.1093/bioinformatics/btr509 - - @misc{Danecek_et_al, - Author={Danecek, P., Schiffels, S., Durbin, R.}, - title={Multiallelic calling model in bcftools (-m)}, - url = {http://samtools.github.io/bcftools/call-m.pdf},} - - - @misc{Durbin_VCQC, - Author={Durbin, R.}, - title={Segregation based metric for variant call QC}, - url = {http://samtools.github.io/bcftools/rd-SegBias.pdf},} - - - @misc{Li_SamMath, - Author={Li, H.}, - title={Mathematical Notes on SAMtools Algorithms}, - url = {http://www.broadinstitute.org/gatk/media/docs/Samtools.pdf},} - - - @misc{SamTools_github, - title={SAMTools GitHub page}, - url = {https://github.com/samtools/samtools},} - - - - - &1 | grep Version]]> - - - - - - - diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/samtools_sort.xml --- a/samtools_sort_transcriptome/samtools_sort.xml Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,173 +0,0 @@ - - order of storing aligned sequences - - macros.xml - - - - - '${output1}' - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**What it does** - -Sort alignments by leftmost coordinates, or by read name when -n is used. -An appropriate @HD-SO sort order header tag will be added or an existing -one updated if necessary. - -**Ordering Rules** - -The following rules are used for ordering records. - -If option -t is in use, records are first sorted by the value of the given -alignment tag, and then by position or name (if using -n). For example, “-t RG” -will make read group the primary sort key. The rules for ordering by tag are: - -- Records that do not have the tag are sorted before ones that do. -- If the types of the tags are different, they will be sorted so that single - character tags (type A) come before array tags (type B), then string tags - (types H and Z), then numeric tags (types f and i). -- Numeric tags (types f and i) are compared by value. Note that comparisons of - floating-point values are subject to issues of rounding and precision. -- String tags (types H and Z) are compared based on the binary contents of the - tag using the C strcmp(3) function. -- Character tags (type A) are compared by binary character value. -- No attempt is made to compare tags of other types — notably type B array values will not be compared. - -When the -n option is present, records are sorted by name. Names are compared so as to give a “natural” ordering — i.e. sections consisting of digits are compared numerically while all other sections are compared based on their binary representation. This means “a1” will come before “b1” and “a9” will come before “a10”. Records with the same name will be ordered according to the values of the READ1 and READ2 flags (see flags). - -When the -n option is not present, reads are sorted by reference (according to the order of the @SQ header records), then by position in the reference, and then by the REVERSE flag. - -This has now been removed. The previous out.prefix argument (and -f option, if any) should be changed to an appropriate combination of -T PREFIX and -o FILE. The previous -o option should be removed, as output defaults to standard output. - -When the -M (minash collation) option is present, then samtools sort groups unmapped reads with similar sequence together. This can sometimes significantly reduce the file size. - - - - diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/1.bam Binary file samtools_sort_transcriptome/test-data/1.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/1_sort.bam Binary file samtools_sort_transcriptome/test-data/1_sort.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/1_sort_read_names.bam Binary file samtools_sort_transcriptome/test-data/1_sort_read_names.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/minhash.expected.bam Binary file samtools_sort_transcriptome/test-data/minhash.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/name.sort.expected.bam Binary file samtools_sort_transcriptome/test-data/name.sort.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/name.sort.expected.sam --- a/samtools_sort_transcriptome/test-data/name.sort.expected.sam Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -@HD VN:1.4 SO:queryname -@SQ SN:insert LN:599 -@SQ SN:ref1 LN:45 -@SQ SN:ref2 LN:40 -@SQ SN:ref3 LN:4 -@RG ID:fish PG:donkey -@RG ID:cow PU:13_&^&&*(:332 -@RG PU:*9u8jkjjkjd: ID:colt -@PG ID:bull PP:donkey -@PG ID:donkey -@PG ID:moose -@PG PP:moose ID:cow -@CO -r000 99 insert 50 30 10M = 80 30 ATTTAGCTAC AAAAAAAAAA RG:Z:cow PG:Z:bull -r000 211 insert 80 30 10M = 50 -30 CCCAATCATT AAAAAAAAAA RG:Z:cow PG:Z:bull -r001 83 ref1 37 30 9M = 7 -39 CAGCGCCAT * RG:Z:fish PG:Z:colt -r001 163 ref1 7 30 8M4I4M1D3M = 37 39 TTAGATAAAGAGGATACTG * XX:B:S,12561,2,20,112 YY:i:100 RG:Z:fish PG:Z:colt -r002 0 ref1 9 30 1S2I6M1P1I1P1I4M2I * 0 0 AAAAGATAAGGGATAAA * XA:Z:abc XB:i:-10 PG:Z:colt -r003 0 ref1 9 30 5H6M * 0 0 AGCTAA * RG:Z:cow -r003 16 ref1 29 30 6H5M * 0 0 TAGGC * RG:Z:cow PG:Z:colt -r004 0 ref1 16 30 6M14N1I5M * 0 0 ATAGCTCTCAGC * RG:Z:colt PG:Z:colt -u1 4 * 0 30 23M * 0 0 TAATTAAGTCTACAGAAAAAAAA ??????????????????????? -x1 0 ref2 1 30 20M * 0 0 AGGTTTTATAAAACAAATAA * RG:Z:colt PG:Z:bull -x2 0 ref2 2 30 21M * 0 0 GGTTTTATAAAACAAATAATT ????????????????????? RG:Z:colt PG:Z:bull -x3 0 ref2 6 30 9M4I13M * 0 0 TTATAAAACAAATAATTAAGTCTACA ?????????????????????????? RG:Z:fish PG:Z:bull -x4 0 ref2 10 30 25M * 0 0 CAAATAATTAAGTCTACAGAGCAAC ????????????????????????? RG:Z:fish PG:Z:bull -x5 0 ref2 12 30 24M * 0 0 AATAATTAAGTCTACAGAGCAACT ???????????????????????? RG:Z:fish PG:Z:bull -x6 0 ref2 14 30 23M * 0 0 TAATTAAGTCTACAGAGCAACTA ??????????????????????? RG:Z:cow diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/pos.sort.expected.bam Binary file samtools_sort_transcriptome/test-data/pos.sort.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/pos.sort.expected.sam --- a/samtools_sort_transcriptome/test-data/pos.sort.expected.sam Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -@HD VN:1.4 SO:coordinate -@SQ SN:insert LN:599 -@SQ SN:ref1 LN:45 -@SQ SN:ref2 LN:40 -@SQ SN:ref3 LN:4 -@RG ID:fish PG:donkey -@RG ID:cow PU:13_&^&&*(:332 -@RG PU:*9u8jkjjkjd: ID:colt -@PG ID:bull PP:donkey -@PG ID:donkey -@PG ID:moose -@PG PP:moose ID:cow -@CO -r000 99 insert 50 30 10M = 80 30 ATTTAGCTAC AAAAAAAAAA RG:Z:cow PG:Z:bull -r000 211 insert 80 30 10M = 50 -30 CCCAATCATT AAAAAAAAAA RG:Z:cow PG:Z:bull -r001 163 ref1 7 30 8M4I4M1D3M = 37 39 TTAGATAAAGAGGATACTG * XX:B:S,12561,2,20,112 YY:i:100 RG:Z:fish PG:Z:colt -r002 0 ref1 9 30 1S2I6M1P1I1P1I4M2I * 0 0 AAAAGATAAGGGATAAA * XA:Z:abc XB:i:-10 PG:Z:colt -r003 0 ref1 9 30 5H6M * 0 0 AGCTAA * RG:Z:cow -r004 0 ref1 16 30 6M14N1I5M * 0 0 ATAGCTCTCAGC * RG:Z:colt PG:Z:colt -r003 16 ref1 29 30 6H5M * 0 0 TAGGC * RG:Z:cow PG:Z:colt -r001 83 ref1 37 30 9M = 7 -39 CAGCGCCAT * RG:Z:fish PG:Z:colt -x1 0 ref2 1 30 20M * 0 0 AGGTTTTATAAAACAAATAA * RG:Z:colt PG:Z:bull -x2 0 ref2 2 30 21M * 0 0 GGTTTTATAAAACAAATAATT ????????????????????? RG:Z:colt PG:Z:bull -x3 0 ref2 6 30 9M4I13M * 0 0 TTATAAAACAAATAATTAAGTCTACA ?????????????????????????? RG:Z:fish PG:Z:bull -x4 0 ref2 10 30 25M * 0 0 CAAATAATTAAGTCTACAGAGCAAC ????????????????????????? RG:Z:fish PG:Z:bull -x5 0 ref2 12 30 24M * 0 0 AATAATTAAGTCTACAGAGCAACT ???????????????????????? RG:Z:fish PG:Z:bull -x6 0 ref2 14 30 23M * 0 0 TAATTAAGTCTACAGAGCAACTA ??????????????????????? RG:Z:cow -u1 4 * 0 30 23M * 0 0 TAATTAAGTCTACAGAAAAAAAA ??????????????????????? diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.as.sort.expected.bam Binary file samtools_sort_transcriptome/test-data/tag.as.sort.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.as.sort.expected.sam --- a/samtools_sort_transcriptome/test-data/tag.as.sort.expected.sam Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@HD VN:1.4 SO:unknown -@SQ SN:insert LN:599 -@SQ SN:ref1 LN:45 -@SQ SN:ref2 LN:40 -@SQ SN:ref3 LN:4 -@PG ID:llama -@RG ID:fish PG:llama -@RG ID:cow PU:13_&^&&*(:332 PG:donkey -@RG PU:*9u8jkjjkjd: ID:colt -@PG ID:bull PP:donkey -@PG ID:donkey -@CO Do you know? -r006 16 ref1 29 30 6H5M * 0 0 TAGGC * RG:Z:colt PG:Z:donkey FI:i:3 -x11 0 ref2 12 30 24M * 0 0 AATAATTAAGTCTACAGAGCAACT ???????????????????????? RG:Z:cow PG:Z:bull FI:Z:a -r007 0 ref1 16 30 6M14N1I5M * 0 0 ATAGCTCTCAGC * RG:Z:colt PG:Z:donkey AS:i:-5 FI:f:3.5 -x10 0 ref2 10 30 25M * 0 0 CAAATAATTAAGTCTACAGAGCAAC ????????????????????????? RG:Z:cow PG:Z:bull AS:i:0 FI:A:b -r007 0 ref1 9 30 5H6M * 0 0 AGCTAA * RG:Z:colt PG:Z:donkey AS:i:1 FI:i:4 -r005 163 ref1 7 30 8M4I4M1D3M = 37 39 TTAGATAAAGAGGATACTG * XX:B:S,12561,2,20,112 YY:i:100 RG:Z:colt PG:Z:donkey AS:i:10 FI:i:5 -x8 0 ref2 2 30 21M * 0 0 GGTTTTATAAAACAAATAATT ????????????????????? RG:Z:cow PG:Z:bull AS:i:10 FI:f:1.5 -r006 0 ref1 9 30 1S2I6M1P1I1P1I4M2I * 0 0 AAAAGATAAGGGATAAA * XA:Z:abc XB:i:-10 RG:Z:colt PG:Z:donkey AS:i:20 FI:f:4.5 -x9 0 ref2 6 30 9M4I13M * 0 0 TTATAAAACAAATAATTAAGTCTACA ?????????????????????????? RG:Z:cow PG:Z:bull AS:i:20 FI:i:1 -x7 0 ref2 1 30 20M * 0 0 AGGTTTTATAAAACAAATAA * RG:Z:cow PG:Z:bull AS:i:50 FI:i:2 -r005 83 ref1 37 30 9M = 7 -39 CAGCGCCAT * RG:Z:colt PG:Z:donkey AS:i:100 FI:f:2.5 -x12 0 ref2 14 30 23M * 0 0 TAATTAAGTCTACAGAGCAACTA ??????????????????????? RG:Z:cow PG:Z:bull AS:i:65100 diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.fi.sort.expected.bam Binary file samtools_sort_transcriptome/test-data/tag.fi.sort.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.fi.sort.expected.sam --- a/samtools_sort_transcriptome/test-data/tag.fi.sort.expected.sam Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@HD VN:1.4 SO:unknown -@SQ SN:insert LN:599 -@SQ SN:ref1 LN:45 -@SQ SN:ref2 LN:40 -@SQ SN:ref3 LN:4 -@PG ID:llama -@RG ID:fish PG:llama -@RG ID:cow PU:13_&^&&*(:332 PG:donkey -@RG PU:*9u8jkjjkjd: ID:colt -@PG ID:bull PP:donkey -@PG ID:donkey -@CO Do you know? -x12 0 ref2 14 30 23M * 0 0 TAATTAAGTCTACAGAGCAACTA ??????????????????????? RG:Z:cow PG:Z:bull AS:i:65100 -x10 0 ref2 10 30 25M * 0 0 CAAATAATTAAGTCTACAGAGCAAC ????????????????????????? RG:Z:cow PG:Z:bull AS:i:0 FI:A:b -x11 0 ref2 12 30 24M * 0 0 AATAATTAAGTCTACAGAGCAACT ???????????????????????? RG:Z:cow PG:Z:bull FI:Z:a -x9 0 ref2 6 30 9M4I13M * 0 0 TTATAAAACAAATAATTAAGTCTACA ?????????????????????????? RG:Z:cow PG:Z:bull AS:i:20 FI:i:1 -x8 0 ref2 2 30 21M * 0 0 GGTTTTATAAAACAAATAATT ????????????????????? RG:Z:cow PG:Z:bull AS:i:10 FI:f:1.5 -x7 0 ref2 1 30 20M * 0 0 AGGTTTTATAAAACAAATAA * RG:Z:cow PG:Z:bull AS:i:50 FI:i:2 -r005 83 ref1 37 30 9M = 7 -39 CAGCGCCAT * RG:Z:colt PG:Z:donkey AS:i:100 FI:f:2.5 -r006 16 ref1 29 30 6H5M * 0 0 TAGGC * RG:Z:colt PG:Z:donkey FI:i:3 -r007 0 ref1 16 30 6M14N1I5M * 0 0 ATAGCTCTCAGC * RG:Z:colt PG:Z:donkey AS:i:-5 FI:f:3.5 -r007 0 ref1 9 30 5H6M * 0 0 AGCTAA * RG:Z:colt PG:Z:donkey AS:i:1 FI:i:4 -r006 0 ref1 9 30 1S2I6M1P1I1P1I4M2I * 0 0 AAAAGATAAGGGATAAA * XA:Z:abc XB:i:-10 RG:Z:colt PG:Z:donkey AS:i:20 FI:f:4.5 -r005 163 ref1 7 30 8M4I4M1D3M = 37 39 TTAGATAAAGAGGATACTG * XX:B:S,12561,2,20,112 YY:i:100 RG:Z:colt PG:Z:donkey AS:i:10 FI:i:5 diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.rg.n.sort.expected.bam Binary file samtools_sort_transcriptome/test-data/tag.rg.n.sort.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.rg.n.sort.expected.sam --- a/samtools_sort_transcriptome/test-data/tag.rg.n.sort.expected.sam Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -@HD VN:1.4 SO:unknown -@SQ SN:insert LN:599 -@SQ SN:ref1 LN:45 -@SQ SN:ref2 LN:40 -@SQ SN:ref3 LN:4 -@RG ID:fish PG:donkey -@RG ID:cow PU:13_&^&&*(:332 -@RG PU:*9u8jkjjkjd: ID:colt -@PG ID:bull PP:donkey -@PG ID:donkey -@PG ID:moose -@PG PP:moose ID:cow -@CO -r002 0 ref1 9 30 1S2I6M1P1I1P1I4M2I * 0 0 AAAAGATAAGGGATAAA * XA:Z:abc XB:i:-10 PG:Z:colt -u1 4 * 0 30 23M * 0 0 TAATTAAGTCTACAGAAAAAAAA ??????????????????????? -r004 0 ref1 16 30 6M14N1I5M * 0 0 ATAGCTCTCAGC * RG:Z:colt PG:Z:colt -x1 0 ref2 1 30 20M * 0 0 AGGTTTTATAAAACAAATAA * RG:Z:colt PG:Z:bull -x2 0 ref2 2 30 21M * 0 0 GGTTTTATAAAACAAATAATT ????????????????????? RG:Z:colt PG:Z:bull -r000 99 insert 50 30 10M = 80 30 ATTTAGCTAC AAAAAAAAAA RG:Z:cow PG:Z:bull -r000 211 insert 80 30 10M = 50 -30 CCCAATCATT AAAAAAAAAA RG:Z:cow PG:Z:bull -r003 0 ref1 9 30 5H6M * 0 0 AGCTAA * RG:Z:cow -r003 16 ref1 29 30 6H5M * 0 0 TAGGC * RG:Z:cow PG:Z:colt -x6 0 ref2 14 30 23M * 0 0 TAATTAAGTCTACAGAGCAACTA ??????????????????????? RG:Z:cow -r001 83 ref1 37 30 9M = 7 -39 CAGCGCCAT * RG:Z:fish PG:Z:colt -r001 163 ref1 7 30 8M4I4M1D3M = 37 39 TTAGATAAAGAGGATACTG * XX:B:S,12561,2,20,112 YY:i:100 RG:Z:fish PG:Z:colt -x3 0 ref2 6 30 9M4I13M * 0 0 TTATAAAACAAATAATTAAGTCTACA ?????????????????????????? RG:Z:fish PG:Z:bull -x4 0 ref2 10 30 25M * 0 0 CAAATAATTAAGTCTACAGAGCAAC ????????????????????????? RG:Z:fish PG:Z:bull -x5 0 ref2 12 30 24M * 0 0 AATAATTAAGTCTACAGAGCAACT ???????????????????????? RG:Z:fish PG:Z:bull diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.rg.sort.expected.bam Binary file samtools_sort_transcriptome/test-data/tag.rg.sort.expected.bam has changed diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/tag.rg.sort.expected.sam --- a/samtools_sort_transcriptome/test-data/tag.rg.sort.expected.sam Wed Mar 23 12:49:11 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -@HD VN:1.4 SO:unknown -@SQ SN:insert LN:599 -@SQ SN:ref1 LN:45 -@SQ SN:ref2 LN:40 -@SQ SN:ref3 LN:4 -@RG ID:fish PG:donkey -@RG ID:cow PU:13_&^&&*(:332 -@RG PU:*9u8jkjjkjd: ID:colt -@PG ID:bull PP:donkey -@PG ID:donkey -@PG ID:moose -@PG PP:moose ID:cow -@CO -r002 0 ref1 9 30 1S2I6M1P1I1P1I4M2I * 0 0 AAAAGATAAGGGATAAA * XA:Z:abc XB:i:-10 PG:Z:colt -u1 4 * 0 30 23M * 0 0 TAATTAAGTCTACAGAAAAAAAA ??????????????????????? -r004 0 ref1 16 30 6M14N1I5M * 0 0 ATAGCTCTCAGC * RG:Z:colt PG:Z:colt -x1 0 ref2 1 30 20M * 0 0 AGGTTTTATAAAACAAATAA * RG:Z:colt PG:Z:bull -x2 0 ref2 2 30 21M * 0 0 GGTTTTATAAAACAAATAATT ????????????????????? RG:Z:colt PG:Z:bull -r000 99 insert 50 30 10M = 80 30 ATTTAGCTAC AAAAAAAAAA RG:Z:cow PG:Z:bull -r000 211 insert 80 30 10M = 50 -30 CCCAATCATT AAAAAAAAAA RG:Z:cow PG:Z:bull -r003 0 ref1 9 30 5H6M * 0 0 AGCTAA * RG:Z:cow -r003 16 ref1 29 30 6H5M * 0 0 TAGGC * RG:Z:cow PG:Z:colt -x6 0 ref2 14 30 23M * 0 0 TAATTAAGTCTACAGAGCAACTA ??????????????????????? RG:Z:cow -r001 163 ref1 7 30 8M4I4M1D3M = 37 39 TTAGATAAAGAGGATACTG * XX:B:S,12561,2,20,112 YY:i:100 RG:Z:fish PG:Z:colt -r001 83 ref1 37 30 9M = 7 -39 CAGCGCCAT * RG:Z:fish PG:Z:colt -x3 0 ref2 6 30 9M4I13M * 0 0 TTATAAAACAAATAATTAAGTCTACA ?????????????????????????? RG:Z:fish PG:Z:bull -x4 0 ref2 10 30 25M * 0 0 CAAATAATTAAGTCTACAGAGCAAC ????????????????????????? RG:Z:fish PG:Z:bull -x5 0 ref2 12 30 24M * 0 0 AATAATTAAGTCTACAGAGCAACT ???????????????????????? RG:Z:fish PG:Z:bull diff -r a9b4a031a403 -r 2069a71dc578 samtools_sort_transcriptome/test-data/test_input_1_a.bam Binary file samtools_sort_transcriptome/test-data/test_input_1_a.bam has changed