Skip to content

Commit b7e8ca1

Browse files
committed
Sniffles-2.5.2
1 parent 3b10668 commit b7e8ca1

File tree

12 files changed

+292
-609
lines changed

12 files changed

+292
-609
lines changed

docs/bio-modules-18.04.md

Lines changed: 235 additions & 215 deletions
Large diffs are not rendered by default.

docs/bio-modules-24.04.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Bio Modules for Harmony Nodes
2+
title: Bio Modules 24.04
33
layout: single
44
permalink: /bio-modules-24.04/
5-
created: 2024-11-22
5+
created: 2024-12-07
66
toc: true
77
toc_label: "On This Page"
88
sidebar:
@@ -40,7 +40,7 @@ Burrows-Wheeler Aligner (BWA) is an efficient program that aligns relatively
4040
short nucleotide sequences against a long reference sequence such as the human
4141
genome.
4242

43-
- [BamTools/2.5.2-GCC-12.2.0](https://github.com/pezmaster31/bamtools)
43+
- [BamTools/2.5.2-GCC-12.3.0](https://github.com/pezmaster31/bamtools)
4444
BamTools provides both a programmer's API and an end-user's toolkit for handling BAM files.
4545
- [Beast/10.5.0-beta3-GCC-12.3.0-beagle-lib-4.0.1-CUDA-12.1.1](https://beast.community)
4646
BEAST is a cross-platform program for Bayesian analysis of molecular sequences
@@ -60,11 +60,10 @@ BEAST is a cross-platform program for Bayesian MCMC analysis of molecular
6060
- [Bio-DB-HTS/3.01-GCC-12.2.0](https://metacpan.org/release/Bio-DB-HTS)
6161
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/b/Bio-DB-HTS/Bio-DB-HTS-3.01-GCC-12.2.0.eb)
6262
Read files using HTSlib including BAM/CRAM, Tabix and BCF database files
63-
- [BioPerl/1.7.8-GCCcore-12.2.0](http://www.bioperl.org/)
63+
- [BioPerl/1.7.8-GCCcore-12.3.0](https://bioperl.org/)
6464
Bioperl is the product of a community effort to produce Perl code which is useful in biology.
6565
Examples include Sequence objects, Alignment objects and database searching objects.
6666
- [Biopython/1.84-foss-2023b](https://www.biopython.org)
67-
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/b/Biopython/Biopython-1.84-foss-2023b.eb)
6867
Biopython is a set of freely available tools for biological
6968
computation written in Python by an international team of developers. It is
7069
a distributed collaborative effort to develop Python libraries and
@@ -102,7 +101,7 @@ CellRank is a toolkit to uncover cellular dynamics based on
102101
Markov state modeling of single-cell data. It contains two main modules:
103102
kernels compute cell-cell transition probabilities and estimators generate
104103
hypothesis based on these.
105-
- [Cgl/0.60.8-foss-2023a](https://github.com/coin-or/Cgl)
104+
- [Cgl/0.60.8-foss-2023b](https://github.com/coin-or/Cgl)
106105
The COIN-OR Cut Generation Library (Cgl) is a collection of cut generators that
107106
can be used with other COIN-OR packages that make use of cuts, such as, among
108107
others, the linear solver Clp or the mixed integer linear programming solvers
@@ -113,8 +112,7 @@ communicate with a solver. It does not directly call a solver.
113112
Clp (Coin-or linear programming) is an open-source linear programming solver.
114113
It is primarily meant to be used as a callable library, but a basic,
115114
stand-alone executable version is also available.
116-
- [CoinUtils/2.11.10-GCC-13.2.0](https://github.com/coin-or/CoinUtils)
117-
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/c/CoinUtils/CoinUtils-2.11.10-GCC-13.2.0.eb)
115+
- [CoinUtils/2.11.10-GCC-12.3.0](https://github.com/coin-or/CoinUtils)
118116
CoinUtils (Coin-OR Utilities) is an open-source collection of classes and
119117
functions that are generally useful to more than one COIN-OR project.
120118
- [Eigen/3.4.0-GCCcore-13.3.0](https://eigen.tuxfamily.org)
@@ -206,7 +204,7 @@ METIS is a set of serial programs for partitioning graphs, partitioning
206204
recursive-bisection, multilevel k-way, and multi-constraint partitioning
207205
schemes.
208206

209-
- [MPC/1.3.1-GCCcore-12.3.0](http://www.multiprecision.org/)
207+
- [MPC/1.3.1-GCCcore-13.2.0](http://www.multiprecision.org/)
210208
Gnu Mpc is a C library for the arithmetic of
211209
complex numbers with arbitrarily high precision and correct
212210
rounding of the result. It extends the principles of the IEEE-754
@@ -218,7 +216,7 @@ Gnu Mpc is a C library for the arithmetic of
218216
The MPFR library is a C library for multiple-precision floating-point
219217
computations with correct rounding.
220218

221-
- [MUMPS/5.6.1-foss-2023a-metis](https://graal.ens-lyon.fr/MUMPS/)
219+
- [MUMPS/5.6.1-foss-2022b-metis](https://graal.ens-lyon.fr/MUMPS/)
222220
A parallel sparse direct solver
223221
- [MUMmer/4.0.0rc1-GCCcore-12.3.0](https://mummer.sourceforge.net/)
224222
MUMmer is a system for rapidly aligning entire genomes,
@@ -257,14 +255,13 @@ Porechop is a tool for finding and removing adapters from Oxford Nanopore reads.
257255
Adapters on the ends of reads are trimmed off, and when a read has an adapter in its middle,
258256
it is treated as chimeric and chopped into separate reads. Porechop performs thorough alignments
259257
to effectively find adapters, even at low sequence identity
260-
- [PyTorch/2.1.2-foss-2023a-CUDA-12.1.1](https://pytorch.org/)
261-
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb)
258+
- [PyTorch/2.1.2-foss-2023a](https://pytorch.org/)
262259
Tensors and Dynamic neural networks in Python with strong GPU acceleration.
263260
PyTorch is a deep learning framework that puts Python first.
264261
- [PyTorch-bundle/2.1.2-foss-2023a-CUDA-12.1.1](https://pytorch.org/)
265262
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/p/PyTorch-bundle/PyTorch-bundle-2.1.2-foss-2023a-CUDA-12.1.1.eb)
266263
PyTorch with compatible versions of official Torch extensions.
267-
- [Pysam/0.22.0-GCC-12.3.0](https://github.com/pysam-developers/pysam)
264+
- [Pysam/0.22.1-GCC-13.3.0](https://github.com/pysam-developers/pysam)
268265
Pysam is a python module for reading and manipulating Samfiles.
269266
It's a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix.
270267
- [Qhull/2020.2-GCCcore-13.2.0](http://www.qhull.org)
@@ -288,7 +285,7 @@ RDKit is a collection of cheminformatics and machine-learning software written i
288285
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/s/SAMtools/SAMtools-1.19.2-GCC-13.2.0.eb)
289286
SAM Tools provide various utilities for manipulating alignments in the SAM format,
290287
including sorting, merging, indexing and generating alignments in a per-position format.
291-
- [SCOTCH/7.0.3-gompi-2022b](https://www.labri.fr/perso/pelegrin/scotch/)
288+
- [SCOTCH/7.0.3-gompi-2023a](https://www.labri.fr/perso/pelegrin/scotch/)
292289
Software package and libraries for sequential and parallel graph partitioning,
293290
static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning.
294291
- [STAR/2.7.11b-GCC-13.2.0](https://github.com/alexdobin/STAR)
@@ -318,6 +315,10 @@ Seaborn is a Python visualization library based on matplotlib.
318315
- [Shapely/2.0.1-gfbf-2023a](https://github.com/Toblerity/Shapely)
319316
Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects.
320317
It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries.
318+
- [Sniffles/2.5.2-GCC-13.3.0](https://github.com/fritzsedlazeck/Sniffles)
319+
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/s/Sniffles/Sniffles-2.5.2-GCC-13.3.0.eb)
320+
A fast structural variant caller for long-read sequencing,
321+
Sniffles2 accurately detect SVs on germline, somatic and population-level for PacBio and Oxford Nanopore read data.
321322
- [Telescope/1.0.3-20230222-gfbf-2022b](https://github.com/mlbendall/telescope)
322323
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/t/Telescope/Telescope-1.0.3-20230222-gfbf-2022b.eb)
323324
Single locus resolution of Transposable ELEment expression using next-generation sequencing.
@@ -346,6 +347,8 @@ Cutadapt finds and removes adapter sequences, primers, poly-A tails and
346347
- [easel/0.48-GCC-12.2.0](https://bioeasel.org/)
347348
[easyconfig](https://github.com/FredHutch/easybuild-life-sciences/blob/master/easyconfigs/e/easel/easel-0.48-GCC-12.2.0.eb)
348349
Easel supports computational analysis of biological sequences using probabilistic models.
350+
- [edlib/1.3.9.post1-GCC-13.3.0](https://martinsos.github.io/edlib)
351+
Lightweight, super fast library for sequence alignment using edit (Levenshtein) distance.
349352
- [einops/0.7.0-GCCcore-12.3.0](https://einops.rocks/)
350353
Flexible and powerful tensor operations for readable and reliable code.
351354
Supports numpy, pytorch, tensorflow, jax, and others.

docs/toolchains/foss-2016b.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/toolchains/foss-2018b.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/toolchains/foss-2019b.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/toolchains/foss-2020b.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)