Étienne Mollier pushed to branch master at Debian Med / python-pyfaidx


Commits:
8ddd065b by Étienne Mollier at 2024-01-20T18:36:31+01:00
routine-update: New upstream version

- - - - -
ed3991b5 by Étienne Mollier at 2024-01-20T18:36:32+01:00
New upstream version 0.8.1.1
- - - - -
3f174ec4 by Étienne Mollier at 2024-01-20T18:36:32+01:00
Update upstream source from tag 'upstream/0.8.1.1'

Update to upstream version '0.8.1.1'
with Debian dir c67ab17b86aa7500f91abb5e5fffe7aa2a49da09
- - - - -
e61687cc by Étienne Mollier at 2024-01-20T18:40:05+01:00
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

- README.rst
- debian/changelog
- pyfaidx/__init__.py


Changes:

=====================================
README.rst
=====================================
@@ -40,6 +40,8 @@ or download a `release 
<https://github.com/mdshw5/pyfaidx/releases>`_ and:
 
 If using ``pip install --user`` make sure to add ``/home/$USER/.local/bin`` to 
your ``$PATH`` (on linux) or ``/Users/$USER/Library/Python/{python 
version}/bin`` (on macOS) if you want to run the ``faidx`` script.
 
+Python 2.6 and 2.7 users may choose to use a package version from `v0.7.2 
<https://github.com/mdshw5/pyfaidx/releases/tag/v0.7.2.2>`_ or earier.
+
 Usage
 -----
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pyfaidx (0.8.1.1-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Étienne Mollier <[email protected]>  Sat, 20 Jan 2024 18:36:47 +0100
+
 python-pyfaidx (0.8.0-2) unstable; urgency=medium
 
   * Team Upload


=====================================
pyfaidx/__init__.py
=====================================
@@ -431,7 +431,8 @@ class Faidx(object):
                     raise UnsupportedCompressionFormat(
                         "Compressed FASTA is only supported in BGZF format. 
Use "
                         "the samtools bgzip utility (instead of gzip) to "
-                        "compress your FASTA."
+                        "compress your FASTA. "
+                        "For example: gunzip file.fa.gz; bgzip file.fa"
                     )
         elif self.filename.lower().endswith(('.bz2', '.zip')):
             raise UnsupportedCompressionFormat(



View it on GitLab: 
https://salsa.debian.org/med-team/python-pyfaidx/-/compare/1a73e31732cf4eb9db03d17c2646967412d8d727...e61687cce4c7c9670d1f36512bcda60c8e2b57e8

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-pyfaidx/-/compare/1a73e31732cf4eb9db03d17c2646967412d8d727...e61687cce4c7c9670d1f36512bcda60c8e2b57e8
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to