Andreas Tille pushed to branch master at Debian Med / mosdepth
Commits: 6074408c by Andreas Tille at 2022-02-19T20:57:58+01:00 New upstream version 0.3.3+ds - - - - - ab10295a by Andreas Tille at 2022-02-19T20:57:58+01:00 routine-update: New upstream version - - - - - 36ff8173 by Andreas Tille at 2022-02-19T20:57:58+01:00 Update upstream source from tag 'upstream/0.3.3+ds' Update to upstream version '0.3.3+ds' with Debian dir 49334ea89a11df6c8f0565b3d512b82a94c811a5 - - - - - 1cd30255 by Andreas Tille at 2022-02-19T20:59:01+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - CHANGES.md - debian/changelog - mosdepth.nim - mosdepth.nimble Changes: ===================================== CHANGES.md ===================================== @@ -1,3 +1,7 @@ +v0.3.3 +====== ++ allow specifying a custom index by passing '/path/to/bam##idx##/other-path/to/index.bai' + v0.3.1 ====== + fix bug with regions and d4 that would cause error even when --d4 was not used. ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mosdepth (0.3.3+ds-1) unstable; urgency=medium + + * Team upload. + * New upstream version + + -- Andreas Tille <[email protected]> Sat, 19 Feb 2022 20:58:08 +0100 + mosdepth (0.3.2+ds-1) unstable; urgency=medium * Team upload. ===================================== mosdepth.nim ===================================== @@ -775,7 +775,7 @@ when(isMainModule): when not defined(release) and not defined(lto): stderr.write_line "[mosdepth] WARNING: built in debug mode; will be slow" - let version = "mosdepth 0.3.2" + let version = "mosdepth 0.3.3" let env_fasta = getEnv("REF_PATH") var doc = format(""" $version ===================================== mosdepth.nimble ===================================== @@ -1,13 +1,13 @@ # Package -version = "0.3.2" +version = "0.3.3" author = "Brent Pedersen" description = "fast depth" license = "MIT" # Dependencies -requires "hts >= 0.3.1", "docopt >= 0.6.8", "nim >= 1.0.0", "https://github.com/brentp/d4-nim" +requires "hts >= 0.3.21", "docopt >= 0.6.8", "nim >= 1.0.0", "https://github.com/brentp/d4-nim" bin = @["mosdepth"] skipDirs = @["tests"] View it on GitLab: https://salsa.debian.org/med-team/mosdepth/-/compare/533b114991d4d8f4af77b3cbecd3009d803150fe...1cd30255727f43826d0a370ffb3d29c90f7e619b -- View it on GitLab: https://salsa.debian.org/med-team/mosdepth/-/compare/533b114991d4d8f4af77b3cbecd3009d803150fe...1cd30255727f43826d0a370ffb3d29c90f7e619b 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
