]> git.donarmstrong.com Git - samtools.git/shortlog
samtools.git
2012-06-19 peterjcSAM/BAM input to 'samtools depad' not linked to FASTA...
2012-06-19 peterjcWording of error messages
2012-06-19 peterjcCatch missing reference error in faidx (avoids floating...
2012-06-19 peterjcCheck embedded reference against FASTA if given in...
2012-06-19 peterjcUse FASTA file when no embedded reference in 'samtools...
2012-06-19 peterjcLoad FAI in 'samtools depad' (not used yet)
2012-06-19 peterjcAdd reference FASTA file to 'samtools depad' command...
2012-06-19 peterjcSupport SAM or BAM input/output in 'samtools depad...
2012-06-19 peterjcMinimal 'samtools depad' command line parsing (-? only...
2012-06-19 peterjcAdding a usage function to 'samtools depad' following...
2012-06-19 peterjcAdd a tiny bit of help text to 'samtools depad' command.
2012-06-19 peterjcRevert one of my earlier changes - Heng was right,...
2012-06-19 peterjcFix buffer overflow in 'samtools depad' with CIGAR...
2012-06-19 peterjcFixed the next silly error on that line.
2012-06-19 peterjcFix silly typo
2012-06-19 peterjcMore elegant solution to avoid superfluous leading...
2012-06-19 peterjcRefine logic for removing superfluous P ops (still...
2012-06-12 Petr DanecekMerge remote branch 'rq/getopt_mac'
2012-06-12 peterjcFix missing declaration for getopt on Mac OS X
2012-06-07 kortschakUpdate bam1_core_t and bam1_t documentation
2012-06-07 Petr DanecekNew -s option for multisample BAMs: include only reads...
2012-05-30 Petr DanecekFixed errors introduced by the 8c15f916dabce475febdf508...
2012-05-25 Petr DanecekThe -E switch to recalculate extended BAQ on the fly...
2012-05-25 Petr DanecekFix to prevent long stretches of Ns to be mistaken...
2012-05-18 Petr DanecekMerge branch 'master' of github.com:samtools/samtools
2012-05-18 Petr DanecekAdded -f, -F options. Count and plot indels per cycle...
2012-05-17 Heng Lichange the default clevel to 1 for speed
2012-05-17 Heng Liadded bamshuf from htslib
2012-05-11 Heng Libugfix: bgzf-mt may write prematured output
2012-05-05 Heng Liadded length threshold
2012-05-03 Petr DanecekReverted to the previous behaviour, the unmapped reads...
2012-04-24 Petr Danecekinit_regions: check for non-matching sequence names
2012-04-23 Petr DanecekResolved merge conflict
2012-04-23 Petr DanecekIndexed access can be now combined with target regions...
2012-04-17 Heng Lir572: added "bedcov" command
2012-04-17 Heng Lichange getline() to mygetline()
2012-04-17 Heng Liupdated to the latest kseq
2012-04-12 Petr DanecekAdded check for out-of-bounds indels at the end of...
2012-04-12 Petr DanecekOn behalf of Bradford Powell: fixed typo in VCF header...
2012-04-04 Petr DanecekRemoved glibc dependency (getline)
2012-04-04 Petr DanecekMerge remote branch 'main/master'
2012-04-03 Heng LiMerge branch 'master' of github.com:samtools/samtools
2012-04-03 Heng Licompiling errors on some machines
2012-04-02 Petr DanecekTemporary fix to prevent segfault in kpa_glocal
2012-03-30 Heng Lishrink bam1_t::m_data when sorting
2012-03-29 Heng LiMerge branch 'master' of github.com:samtools/samtools...
2012-03-29 samtoolsMerge pull request #2 from peterjc/depad
2012-03-29 Petr DanecekCompile cleanly from top-level Makefile. Check for...
2012-03-29 Petr DanecekCompile cleanly from top-level Makefile. Check for...
2012-03-28 Petr DanecekAdded rule for bamcheck creation
2012-03-28 Petr DanecekAdded rule for bamcheck creation
2012-03-27 Petr DanecekInitial release of bamcheck and plot-bamcheck
2012-03-27 Petr DanecekInitial release of bamcheck and plot-bamcheck
2012-03-26 peterjcCheck reference length in BAM header against embedded...
2012-03-26 peterjcCope with trailing CIGAR H (or S and H) in 'samtools...
2012-03-26 peterjcCope with leading CIGAR H (or H and S) in 'samtools...
2012-03-26 peterjcTolerate CIGAR H operators in 'samtools depad'
2012-03-26 peterjcInclude leading CIGAR P operators in 'samtools depad'
2012-03-26 peterjcRecord actual sequence in unpad_seq (fixes apparently...
2012-03-24 Heng Lifilter on query sequence length (not aln len)
2012-03-24 Heng Limove seqtk to a separate project
2012-03-23 peterjcCorrect my error message; assed some comments
2012-03-23 peterjcAdd TODO note about reference lengths
2012-03-23 peterjcCope with CIGAR D or P to mark gaps in an embedded...
2012-03-22 peterjcCheck current reference sequence matches RNAME in samto...
2012-03-22 peterjcSupport CIGAR X/= in depad
2012-03-22 peterjcHelpful error message on bad CIGAR in unpad_seq
2012-03-22 Heng Lichange SO
2012-03-22 Heng Lia little more accurate mem estimate
2012-03-22 Heng Licontrol compression level at command line
2012-03-20 Heng Lioptionally surpress /[12] in bam2fq
2012-03-20 Heng LiMerge branch 'master' into mt
2012-03-20 Heng Libugfix: downsampling not always working
2012-03-19 Heng Liname sorting checkes READ1 and READ2
2012-03-19 Heng Lisorting also considers strand
2012-03-18 Heng Lichange the default block size in sorting
2012-03-18 Heng Limulti-threaded sorting
2012-03-18 Heng Liadded .gitignore
2012-03-18 Heng Liadded mt comression to merge
2012-03-18 Heng Liupdated the alphanum comparison function
2012-03-18 Heng Liavoid wasting CPU time by the master thread
2012-03-18 Heng Liuse conditional variable
2012-03-18 Heng Libugfix in caching
2012-03-18 Heng Limulti-threading working on toy examples
2012-03-18 Heng Lipreliminary implementation; not tested
2012-03-18 Heng Liupdated with the latest bgzf library
2012-03-09 Heng LiOn behalf of Petr: multi-allelic GT
2012-03-09 Heng LiRemoved SVN ChangeLog; merged my private github Log...
2012-03-09 Heng Lidoc for downsampling
2012-03-09 Heng Lianother example, used by g1k for QA
2012-03-09 Heng LiTwo auxilary Lua scripts
2012-03-09 Heng LiIncoporated changes from Nils Homer.
2012-02-16 Heng Libugfix: wrong SP; missing DV in the VCF header
2012-02-08 Heng Lichanges from git
2011-09-28 Heng Liunpadded output
2011-09-23 Heng Liadded the ace2sam converter
2011-09-23 Heng Liconverted padded SAM to unpadded SAM
2011-09-02 Heng Li * Updated samtools to the latest
2011-08-17 Heng Li * bugfix in index: large memory when a read pos is 1
2011-07-15 Heng Liallow to set seed in view-subsampling
next