Mercurial > repos > charles_s_test > seqsero2
comparison libs/sratoolkit.2.8.0-centos_linux64/CHANGES @ 3:38ad1130d077 draft
planemo upload commit a4fb57231f274270afbfebd47f67df05babffa4a-dirty
| author | charles_s_test |
|---|---|
| date | Mon, 27 Nov 2017 11:21:07 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:0d65b71ff8df | 3:38ad1130d077 |
|---|---|
| 1 # =========================================================================== | |
| 2 # | |
| 3 # PUBLIC DOMAIN NOTICE | |
| 4 # National Center for Biotechnology Information | |
| 5 # | |
| 6 # This software/database is a "United States Government Work" under the | |
| 7 # terms of the United States Copyright Act. It was written as part of | |
| 8 # the author's official duties as a United States Government employee and | |
| 9 # thus cannot be copyrighted. This software/database is freely available | |
| 10 # to the public for use. The National Library of Medicine and the U.S. | |
| 11 # Government have not placed any restriction on its use or reproduction. | |
| 12 # | |
| 13 # Although all reasonable efforts have been taken to ensure the accuracy | |
| 14 # and reliability of the software and data, the NLM and the U.S. | |
| 15 # Government do not and cannot warrant the performance or results that | |
| 16 # may be obtained by using this software or data. The NLM and the U.S. | |
| 17 # Government disclaim all warranties, express or implied, including | |
| 18 # warranties of performance, merchantability or fitness for any particular | |
| 19 # purpose. | |
| 20 # | |
| 21 # Please cite the author in any work or product based on this material. | |
| 22 # | |
| 23 # =========================================================================== | |
| 24 | |
| 25 The NCBI SRA Software Development Kit | |
| 26 Contact: sra-tools@ncbi.nlm.nih.gov | |
| 27 | |
| 28 | |
| 29 NCBI Release: SRA Toolkit 2.8.0 | |
| 30 October 7, 2016 | |
| 31 | |
| 32 HTTPS-ENABLED RELEASE | |
| 33 | |
| 34 bam-load: 10x Genomics CB and UB tags are preserved | |
| 35 bam-load: Orphaned secondary alignments will be converted to primary alignments | |
| 36 bam-load: READ_GROUP is populated from 'BC' if 'RG' has no value | |
| 37 bam-load: fixed support for '-V' and '--version' command-line options | |
| 38 blast: Updated BLAST engine to 2.5.0+ version | |
| 39 kfg, kns: Use environment variables to determine the proxy for a http protocol | |
| 40 kfg, vdb-config: vdb-config-GUI has now option to pick up proxy-setting from environment | |
| 41 kns: All tools and libraries now support https | |
| 42 latf-load: now handles column values up to 64MB long | |
| 43 prefetch: Fixed prefetch not to print misleading 'unknown integer storage type' error messages | |
| 44 sam-dump: CB and UB tags are now created if loaded via bam-load from 10xSingleCell | |
| 45 sra-tools: presence of ./ncbi (even if empty) subdirectory next to the executable files is no longer required, | |
| 46 unless configuration files are needed. | |
| 47 test-sra: test-sra prints network information | |
| 48 test-sra: test-sra prints version of ncbi-vdb or ngs-sdk dynamic library | |
| 49 vdb-dump: does not ignore table-argument on plain table any more, has to be SEQUENCE on plain tables if used | |
| 50 | |
| 51 | |
| 52 NCBI Release: SRA Toolkit 2.7.0 | |
| 53 July 14, 2016 | |
| 54 | |
| 55 align, bam-load: Insert-only alignments no longer cause incorrect binning | |
| 56 bam-load: fixed case where WGS accessions where not being read correctly | |
| 57 bam-load: will NOT perform spot assembly using hard clipped secondary alignments, even when 'make-spots-with-secondary' is enabled | |
| 58 WILL perform spot assembly using hard-clipped secondary alignments when 'defer-secondary' is enabled | |
| 59 blast, kfg, ncbi-vdb, sra-tools, vfs: restored possibility to disable local caching | |
| 60 fastdump, sra-tools: new tool to perform fast dumps of a whole run in either fastq or a custom format for one of our customers. | |
| 61 kar: Alter the default ordering of components of an SRA archive for better network performance | |
| 62 kdb, kfs, kns: Added blob validation for data being fetched remotely | |
| 63 kfg: When loading configuration files on Windows USERPROFILE environment variable is used before HOME | |
| 64 kfg: modified auxiliary remote access configuration to use load-balanced servers | |
| 65 kns: POST will no longer append a content length value when attempting a retry | |
| 66 ngs, search, sra-search: sra-search was modified to support multiple threads. | |
| 67 ngs-engine, ngs-tools, sra-tools, vfs: The "auxiliary" nodes in configuration are now ignored | |
| 68 pileup-stats: updated commandline parser to eat unprocessed parameters | |
| 69 search: now supports multi-threaded search | |
| 70 sra-search: now supports sorted output | |
| 71 sra-tools: fixed exit codes for a number of applications in response to command line options | |
| 72 vdb-validate: A new checks were added for SEQUENCE table | |
| 73 vfs: environment variable VDB_PWFILE is no longer used | |
| 74 gatk, hisat2: we are now releasing 3rd party tools GATK and Hisat2 that are built to access the NCBI SRA | |
| 75 | |
| 76 | |
| 77 NCBI External Developer Release: SRA Toolkit 2.6.3 | |
| 78 May 25, 2016 | |
| 79 | |
| 80 bam-load: Corrects an optimization used to compare read lengths when lengths are greater than 255 | |
| 81 bam-load: alignments which are below the minimum match count but with at least 1/2 of the aligned bases matching are accepted | |
| 82 bam-load: improved performance of SAM parsing code | |
| 83 bam-load: non-fatal result codes no longer cause the reader thread to quit early | |
| 84 bam-load: will NOT do spot assembly using hard clipped secondary alignments even when make-spots-with-secondary is enabled; | |
| 85 WILL do spot assembly using hard-clipped secondary alignments when defer-secondary is enabled | |
| 86 build: MSVS 2013 toolset (12.0) is now supported across all repositories | |
| 87 vdb: Fixed a bound on memory cache that would never flush under certain access modes | |
| 88 | |
| 89 | |
| 90 NCBI Release: SRA Toolkit 2.6.2 | |
| 91 Apr 21, 2016 | |
| 92 | |
| 93 align-cache: a tool producing vdbcache that reduces effects of random access and improves speed. | |
| 94 bam-load: Fixed bug in validation code for unsorted bam files | |
| 95 bam-load: If two (or more) local reference names refer to the same global reference, bam-load will record the first one used and report the change. | |
| 96 bam-load: Secondary alignment will be used for spot assembly if the loader is explicitly told to use them | |
| 97 bam-load: The code that had invalid item in index problem was removed in the process of addressing a performance issue. | |
| 98 bam-load: change reporting of fatal warnings into fatal errors | |
| 99 bam-load: changed from an error to a warning if using secondary alignments to create spots | |
| 100 bam-load: low-match secondary alignments are now discarded; low-match primary alignments are logged, and if too many, it will abort the load. | |
| 101 bam-load: records the contents of the BX tag | |
| 102 bam-load: rules for spot assembly were reverted to assembling spots only on primary alignments | |
| 103 blast, build: Improved blast tools: all required libraries are linked statically. | |
| 104 copycat: now runs on Centos 7; no longer uses system-installed magic file | |
| 105 dbgap-mount: Added support for standard options "-L" and "-o", which allow users to determine the logging level and log output file | |
| 106 dbgap-mount: New optional parameter was introduced '-u' which allows user to unmount FUSE/DOKAN volume. Implemented on linux and windows | |
| 107 fastq-load: The (old) fastq-loader will properly report multiple reads on the 454 platform (and still fail). | |
| 108 kar: added '--md5' option to create md5sum compatible auxiliary file | |
| 109 kget: kget has a new option --full to match wget in speed. added examples.sh | |
| 110 latf-load: now allows undescores inside spot group names | |
| 111 latf-load: now loads data produced by fastq-dump | |
| 112 latf-load: updated to support Illumina tag line format with identifier at the front | |
| 113 pileup-stats: added -V (--version) option: prints out the software | |
| 114 pileup-stats: pileup-stats: added version support (options -V or --version) | |
| 115 prefetch: Added --eliminate-quals option which speeds up HTTP download by ignoring QUALITY column`s data | |
| 116 prefetch: Fixed failure when running prefetch.exe "-a<bin|key>" when there is a space after "-a" | |
| 117 prefetch: messages about maximum size of download are made more user-friendly. | |
| 118 prefetch: now will download even when caching is disabled | |
| 119 ref-variation: --input-file option allows to specify input accessions and paths in the file | |
| 120 ref-variation: added "count-strand" option: it controls relative orientation of 3' and 5' fragments. | |
| 121 ref-variation: added -c option to flush output immediately; reporting zero matches | |
| 122 ref-variation: added a way to specify a number of repeats of the query | |
| 123 ref-variation: improved threading management | |
| 124 ref-variation: removed irrelevant warnings reported in some cases in debug version only | |
| 125 sam-dump: Segfault no longer occurs when confronted with large amounts of header lines | |
| 126 sam-dump: added option to produce MD tags | |
| 127 sam-dump: added support for generating 10xgenomics BX tag | |
| 128 sam-dump: filters out duplicates in the rows that it generates | |
| 129 sra-sort: correctly generates spot-id column even in the absence of primary alignments | |
| 130 sra-stat: no longer fails when CS_NATIVE column is not present. | |
| 131 sra-tools, vdb-config: Removed dependency of mac binaries on unnecessary libraries, e.g. libxml2. | |
| 132 var-expand: a tool for batch variation expansion | |
| 133 vdb-config: now handles standard options such as --option-file | |
| 134 vdb-validate: Added a new set of checks that can be triggered by using one of two "--sdc:" cmd options | |
| 135 vdb-validate: Added code to continue with the next row when column has discontiguous blobs |
