[med-svn] [Git][med-team/sra-sdk][upstream] New upstream version 2.11.3+dfsg

Aaron M. Ucko (@ucko) gitlab at salsa.debian.org
Tue Oct 26 01:00:05 BST 2021



Aaron M. Ucko pushed to branch upstream at Debian Med / sra-sdk


Commits:
1309b538 by Aaron M. Ucko at 2021-10-25T18:27:58-04:00
New upstream version 2.11.3+dfsg
- - - - -


6 changed files:

- CHANGES.md
- README.md
- build/Makefile.vers
- shared/toolkit.vers
- shared/toolkit.vers.h
- tools/driver-tool/imp_fasterq_dump.cpp


Changes:

=====================================
CHANGES.md
=====================================
@@ -1,6 +1,12 @@
 # NCBI External Developer Release:
 
 
+## SRA Toolkit 2.11.3
+**October 25, 2021**
+
+  **fasterq-dump, sratools**: fasta and fasta-unsorted parameters work correctly  
+
+
 ## SRA Toolkit 2.11.2
 **October 7, 2021**
 


=====================================
README.md
=====================================
@@ -15,14 +15,12 @@ using data in the INSDC Sequence Read Archives.
 
 ### ANNOUNCEMENT:
 
-October 7, 2021
-
-SRA data are now available either with full base quality scores (SRA Normalized Format), or with simplified quality scores (SRA Lite), depending on user preference. Both formats can be streamed on demand to the same filetypes (fastq, sam, etc.), so they are both compatible with existing workflows and applications that expect quality scores. However, the SRA Lite format is much smaller, enabling a reduction in storage footprint and data transfer times, allowing dumps to complete more rapidly. The SRA toolkit defaults to using the SRA Normalized Format that includes full, per-base quality scores, but users that do not require full base quality scores for their analysis can request the SRA Lite version to save time on their data transfers. To request the SRA Lite data when using the SRA toolkit, set the "Prefer SRA Lite files with simplified base quality scores" option on the main page of the toolkit configuration- this will instruct the tools to preferentially use the SRA Lite format when available (please be sure to use toolkit version 2.11.2 or later to access this feature). The quality scores generated from SRA Lite files will be the same for each base within a given read (quality = 30 or 3, depending on whether the Read Filter flag is set to 'pass' or 'reject'). Data in the SRA Normalized Format with full base quality scores will continue to have a .sra file extension, while the SRA Lite files have a .sralite file extension. For more information please see our [data format](https://www.ncbi.nlm.nih.gov/sra/docs/sra-data-formats/) page.
-
+October 25, 2021. SRA Toolkit 2.11.3:
+fixed a bug in fasterq-dump: fasta and fasta-unsorted parameters work correctly.
 
+October 7, 2021. SRA Toolkit 2.11.2:
 
-
-October 7, 2021: SRA Toolkit 2.11.2.
+SRA data are now available either with full base quality scores (SRA Normalized Format), or with simplified quality scores (SRA Lite), depending on user preference. Both formats can be streamed on demand to the same filetypes (fastq, sam, etc.), so they are both compatible with existing workflows and applications that expect quality scores. However, the SRA Lite format is much smaller, enabling a reduction in storage footprint and data transfer times, allowing dumps to complete more rapidly. The SRA toolkit defaults to using the SRA Normalized Format that includes full, per-base quality scores, but users that do not require full base quality scores for their analysis can request the SRA Lite version to save time on their data transfers. To request the SRA Lite data when using the SRA toolkit, set the "Prefer SRA Lite files with simplified base quality scores" option on the main page of the toolkit configuration- this will instruct the tools to preferentially use the SRA Lite format when available (please be sure to use toolkit version 2.11.2 or later to access this feature). The quality scores generated from SRA Lite files will be the same for each base within a given read (quality = 30 or 3, depending on whether the Read Filter flag is set to 'pass' or 'reject'). Data in the SRA Normalized Format with full base quality scores will continue to have a .sra file extension, while the SRA Lite files have a .sralite file extension. For more information please see our [data format](https://www.ncbi.nlm.nih.gov/sra/docs/sra-data-formats/) page.
 
 August 17, 2021: SRA Toolkit 2.11.1.
 


=====================================
build/Makefile.vers
=====================================
@@ -23,4 +23,4 @@
 # ===========================================================================
 
 # SRA-TOOLS and library version
-VERSION = 2.11.2
+VERSION = 2.11.3


=====================================
shared/toolkit.vers
=====================================
@@ -1 +1 @@
-2.11.2
+2.11.3


=====================================
shared/toolkit.vers.h
=====================================
@@ -1 +1 @@
-#define TOOLKIT_VERS 0x020B0002
+#define TOOLKIT_VERS 0x020B0003


=====================================
tools/driver-tool/imp_fasterq_dump.cpp
=====================================
@@ -168,6 +168,8 @@ struct FasterqParams final : CmnOptAndAccessions
         if ( strict ) ss << "strict" << std::endl;
         if ( !bases.isEmpty() )  ss << "bases : " << bases << std::endl;
         if ( append ) ss << "append" << std::endl;
+        if ( fasta ) ss << "fasta" << std::endl;
+        if ( fastaUnsorted ) ss << "fasta-unsorted" << std::endl;
         return CmnOptAndAccessions::show(ss);
     }
 
@@ -208,6 +210,8 @@ struct FasterqParams final : CmnOptAndAccessions
         if ( strict ) builder . add_option( "--strict" );
         if ( !bases.isEmpty() ) builder . add_option( "-B", bases );
         if ( append ) builder . add_option( "-A" );
+        if ( fasta ) builder . add_option("--fasta");
+        if ( fastaUnsorted ) builder . add_option("--fasta-unsorted");
     }
 
     bool check() const override



View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/commit/1309b538c6bfc80bc3052d7fd88cdb2ffe890a0d

-- 
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/commit/1309b538c6bfc80bc3052d7fd88cdb2ffe890a0d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211026/bf7f4926/attachment-0001.htm>


More information about the debian-med-commit mailing list