[med-svn] [Git][med-team/mosdepth][master] 4 commits: New upstream version 0.3.3+ds

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Feb 19 20:00:04 GMT 2022



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 <tille at debian.org>  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.


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


More information about the debian-med-commit mailing list