[med-svn] [Git][med-team/parsnp][master] 5 commits: New upstream version 2.0.4+dfsg

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Mar 17 09:01:32 GMT 2024



Étienne Mollier pushed to branch master at Debian Med / parsnp


Commits:
efcf33fa by Étienne Mollier at 2024-03-17T09:56:27+01:00
New upstream version 2.0.4+dfsg
- - - - -
2ba16536 by Étienne Mollier at 2024-03-17T09:56:27+01:00
routine-update: New upstream version

- - - - -
fdca930b by Étienne Mollier at 2024-03-17T09:56:28+01:00
Update upstream source from tag 'upstream/2.0.4+dfsg'

Update to upstream version '2.0.4+dfsg'
with Debian dir 79984d93b8ffeeeffe267cfe43f24023c5d71335
- - - - -
2d78918a by Étienne Mollier at 2024-03-17T09:57:57+01:00
py3-parsnp-libs.patch: unfuzz.

- - - - -
1e557d03 by Étienne Mollier at 2024-03-17T10:00:05+01:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- CITATION
- debian/changelog
- debian/patches/py3-parsnp-libs.patch
- parsnp


Changes:

=====================================
CITATION
=====================================
@@ -1,9 +1,14 @@
-[Parsnp]
+[Parsnp 2]
+   Kille B, Nute MG, Huang V, Kim E, Phillippy AM, Treangen TJ:
+     Parsnp 2.0: Scalable Core-Genome Alignment for Massive Microbial Datasets. 
+     bioRxiv (2024). doi: https://doi.org/10.1101/2024.01.30.577458
 
+[Parsnp 1]
    Treangen TJ*, Ondov BD*, Koren S, Phillippy AM:
      The Harvest suite for rapid core-genome alignment and visualization of thousands of intraspecific microbial genomes.
      Genome Biology (2014). doi: http://dx.doi.org/10.1186/s13059-014-0524-x
 
+
 * These authors contributed equally to this work
 
 External software (please also cite if you find Parsnp useful):


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+parsnp (2.0.4+dfsg-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 17 Mar 2024 09:58:14 +0100
+
 parsnp (2.0.3+dfsg-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/patches/py3-parsnp-libs.patch
=====================================
@@ -36,4 +36,4 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +import parsnp.extend as ext
  from tqdm import tqdm
  
- __version__ = "2.0.3"
+ __version__ = "2.0.4"


=====================================
parsnp
=====================================
@@ -25,7 +25,7 @@ from pathlib import Path
 import extend as ext
 from tqdm import tqdm
 
-__version__ = "2.0.3"
+__version__ = "2.0.4"
 reroot_tree = True #use --midpoint-reroot
 random_seeded = random.Random(42)
 
@@ -1402,7 +1402,7 @@ SETTINGS:
                         for line in results:
                             # FastANI results file -> Query, Ref, ANI val, extra stuff,,,
                             line = line.split('\t')
-                            if float(line[2]) >= min_ani_cutoff and (int(line[3]) / int(line[4])) * 100 > args.min_ref_cov:
+                            if float(line[2]) >= min_ani_cutoff and (int(line[3]) / int(line[4])) * 100 >= args.min_ref_cov:
                                 genome_to_genomes[line[1]].append(line[0])
 
                         ani_ref = max(genome_to_genomes, key=(lambda key: len(genome_to_genomes[key])))
@@ -1753,7 +1753,7 @@ SETTINGS:
                 command = "fasttree -nt -quote -gamma -slow -boot 100 "+outputDir+os.sep+"parsnp.snps.mblocks"
 
             run_logged_command(command, outputDir=outputDir, label="fasttree")
-
+            shutil.move(f"{outputDir}/log/fasttree.out", f"{outputDir}/parsnp.tree")
 
 
         #7)reroot to midpoint



View it on GitLab: https://salsa.debian.org/med-team/parsnp/-/compare/c555def109bf8eb1e074936a2f80bf1e0a4ffa3c...1e557d0334ff25d6d625cab2a6a5530c132fd227

-- 
View it on GitLab: https://salsa.debian.org/med-team/parsnp/-/compare/c555def109bf8eb1e074936a2f80bf1e0a4ffa3c...1e557d0334ff25d6d625cab2a6a5530c132fd227
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/20240317/7f5c0d1d/attachment-0001.htm>


More information about the debian-med-commit mailing list