该项目从 https://github.com/broadinstitute/picard 镜像。
拉取镜像更新于 。
- 2月 13, 2012
-
-
由 Alec Wysoker 创作于
-
由 Alec Wysoker 创作于
-
- 2月 08, 2012
-
-
由 Jonathan Burke 创作于
-
由 Jonathan Burke 创作于
-
由 Jonathan Burke 创作于
IlluminaDataProvider now supports (and prefers) BCLs and other binary data types over QSeqs. If BCLs,Pos,Locs,Clocs, or filter files are present then IlluminaDataProvider will use these file formats. However, if one type of data requested requires the use of QSeqs then QSeqs will be used for all data provided (to avoid unecessarily parsing extra files). This change includes other misc. refactorings within the Illumina package.
-
由 Tim Fennell 创作于
-
由 Tim Fennell 创作于
-
- 2月 07, 2012
-
-
由 Cristyn Kells 创作于
-
由 Tim Fennell 创作于
Minor change to allow direct setting of the bait set name via a command line parameter instead of inferring it from the filename. Inference is still used if explicit name isn't passed.
-
- 2月 01, 2012
-
-
由 Alec Wysoker 创作于
-
由 Alec Wysoker 创作于
-
由 Alec Wysoker 创作于
Avoid String.intern in set(Mate)ReferenceName if the string can be obtained from the sequence dictionary, because intern is surprisingly slow.
-
由 Alec Wysoker 创作于
-
由 Alec Wysoker 创作于
-
- 1月 30, 2012
-
-
由 Tim Fennell 创作于
-
由 Alec Wysoker 创作于
-
由 Alec Wysoker 创作于
-
- 1月 26, 2012
-
-
由 Cristyn Kells 创作于
-
- 1月 23, 2012
-
-
由 Alec Wysoker 创作于
Ensure position data type is in set of data types in ctors rather than in makeDataProvider(), in order to avoid ConcurrentModificationException.
-
由 Alec Wysoker 创作于
-
- 1月 17, 2012
-
-
由 Alec Wysoker 创作于
-
由 Alec Wysoker 创作于
-
由 Tim Fennell 创作于
-
由 Alec Wysoker 创作于
-
- 1月 16, 2012
-
-
由 Cristyn Kells 创作于
-
由 Cristyn Kells 创作于
-
- 1月 13, 2012
-
-
由 Cristyn Kells 创作于
-
由 Cristyn Kells 创作于
-
由 Cristyn Kells 创作于
-
由 Cristyn Kells 创作于
-
- 1月 12, 2012
-
-
由 Cristyn Kells 创作于
-
- 1月 05, 2012
-
-
由 Annna Maria Ayuso 创作于
* Fixing bug on non-indexed run * adding utility method to copy directory tree
-
由 Kathleen Tibbetts 创作于
-
由 Alec Wysoker 创作于
Eliminate SamFileHeaderMerger.addIterator, and instead add another ctor that allows for passing iterators in the ctor. Use LinkedHashMap instead of ArrayList in SamFileHeaderMerger for speed. Patch courtesy of Matt Hanna.
-
由 Kathleen Tibbetts 创作于
Modified ExtractIlluminaBarcodes to handle dual barcodes. Metrics file contains barcode read bases separate by slashes, barcode.txt files concatenate all the barcode read bases with no separator. Removed BUSTARD_DIR option, which has been deprecated in favor of BASECALLS_DIR.
-
- 1月 04, 2012
-
-
由 Alec Wysoker 创作于
-
- 12月 29, 2011
-
-
由 Tim Fennell 创作于
-
由 Tim Fennell 创作于
Change to MarkDuplicates to allow it to accept and merge multiple input files and write out the merged and marked results to a single file. Merging isn't as fully-featured as MergeSamFiles.
-
- 12月 28, 2011
-
-
由 Tim Fennell 创作于
Small change to make decoding attributes from a BAM file previously written through the SAM-JDK more efficient.
-
由 Tim Fennell 创作于
Added specialized implementation of addLocationInformation() that doesn't rely on using a regular expression so long as the default regular expression is specified.
-