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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
