[med-svn] [Git][med-team/pairtools][master] add missing file
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Mon Nov 18 21:32:00 GMT 2024
Alexandre Detiste pushed to branch master at Debian Med / pairtools
Commits:
525b18a3 by Alexandre Detiste at 2024-11-18T22:31:54+01:00
add missing file
- - - - -
1 changed file:
- + debian/patches/syntax_warning.patch
Changes:
=====================================
debian/patches/syntax_warning.patch
=====================================
@@ -0,0 +1,22 @@
+--- a/pairtools/cli/select.py
++++ b/pairtools/cli/select.py
+@@ -87,7 +87,7 @@
+ remove_columns,
+ **kwargs,
+ ):
+- """Select pairs according to some condition.
++ r"""Select pairs according to some condition.
+
+ CONDITION : A Python expression; if it returns True, select the read pair.
+ Any column declared in the #columns line of the pairs header can be
+--- a/pairtools/lib/stats.py
++++ b/pairtools/lib/stats.py
+@@ -1154,7 +1154,7 @@
+
+
+ def extract_tile_info(series, regex=False):
+- """Extract the name of the tile for each read name in the series
++ r"""Extract the name of the tile for each read name in the series
+ Parameters
+ ----------
+ series : pd.Series
View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/525b18a36886ec9d6576a414734b2163f5e56d5a
--
View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/525b18a36886ec9d6576a414734b2163f5e56d5a
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/20241118/e7392b05/attachment-0001.htm>
More information about the debian-med-commit
mailing list