diff --git a/karolina.csv b/karolina.csv index cdd2f71ae1136e221160091f009e2c06cb761eb2..345c98917d81b732c177e34f51750b04b1262e8f 100644 --- a/karolina.csv +++ b/karolina.csv @@ -118,6 +118,7 @@ binutils/2.39-GCCcore-12.2.0,1 binutils/2.40,1 binutils/2.40-GCCcore-12.3.0,1 Biopython/1.72-foss-2020b-Python-2.7.18,1 +Biopython/1.78-foss-2020b,1 Biopython/1.78-fosscuda-2020b,1 Bison/3.0.4,1 Bison/3.0.5,1 @@ -197,6 +198,7 @@ cairo/1.17.4-GCCcore-11.3.0,1 cairo/1.17.4-GCCcore-12.2.0,1 c-ares/1.17.2-GCCcore-10.3.0,1 c-blosc/1.21.0-GCC-10.2.0,1 +cctbx-base/2020.8-foss-2020b,1 CDO/2.1.1-gompi-2021a,1 CentOS/7,1 CGAL/4.14.3-gompi-2021a,1 @@ -864,6 +866,7 @@ Java/11(@Java/11.0.2),1 Java/13.0.2,1 Java/13(@Java/13.0.2),1 Java/1.8.0_221,1 +jax/0.2.19-foss-2020b,1 jax/0.2.19-fosscuda-2020b,1 jbigkit/2.1-GCCcore-10.3.0,1 jbigkit/2.1-GCCcore-11.2.0,1 @@ -1025,6 +1028,7 @@ libreoffice/7.4.1.1-GCCcore-11.3.0,1 libsndfile/1.0.28,1 libsndfile/1.0.28-GCCcore-10.2.0,1 libsndfile/1.0.31-GCCcore-10.3.0,1 +LIBSVM/3.25-GCCcore-10.2.0,1 LibTIFF/4.1.0-GCCcore-10.2.0,1 LibTIFF/4.2.0-GCCcore-10.3.0,1 LibTIFF/4.3.0-GCCcore-11.2.0,1 @@ -1211,6 +1215,7 @@ mpi4py/3.1.3-foss-2020b,1 mpi4py/3.1.3-foss-2021a,1 mpi4pyscf/0.3.1-foss-2021a,1 MPICH/3.3.2-GCC-10.2.0,1 +mrcfile/1.3.0-foss-2020b,1 msgpack/1.0.5-GCCcore-11.3.0,1 mstore/0.2.0-GCC-11.2.0,1 mstore/0.2.0-GCCcore-11.3.0,1 diff --git a/karolina.md b/karolina.md index a9858efd9084c60057778872ff9f63b86777c5aa..09581c4e31fe70d7e03a4453ca4e147f16cc2172 100644 --- a/karolina.md +++ b/karolina.md @@ -38,6 +38,7 @@ | [HMMER](http://hmmer.org/) | HMMER is used for searching sequence databases for homologs of protein sequences, and for making protein sequence alignments. It implements methods using probabilistic models called profile hidden Markov models (profile HMMs). Compared to BLAST, FASTA, and other sequence alignment and database search tools based on older scoring methodology, HMMER aims to be significantly more accurate and more able to detect remote homologs because of the strength of its underlying mathematical models. In the past, this strength came at significant computational expense, but in the new HMMER3 project, HMMER is now essentially as fast as BLAST. | | [Kalign](https://github.com/TimoLassmann/kalign) | Kalign is a fast multiple sequence alignment program for biological sequences. | | [MaSuRCA](http://www.genome.umd.edu/masurca.html) | MaSuRCA is whole genome assembly software. It combines the efficiency of the de Bruijn graph and Overlap-Layout-Consensus (OLC) approaches. MaSuRCA can assemble data sets containing only short reads from Illumina sequencing or a mixture of short reads and long reads (Sanger, 454, Pacbio and Nanopore). | +| [mrcfile](https://github.com/ccpem/mrcfile) | mrcfile is a Python implementation of the MRC2014 file format, which is used in structural biology to store image and volume data. It allows MRC files to be created and opened easily using a very simple API, which exposes the file’s header and data as numpy arrays. The code runs in Python 2 and 3 and is fully unit-tested. This library aims to allow users and developers to read and write standard- compliant MRC files in Python as easily as possible, and with no dependencies on any compiled libraries except numpy. You can use it interactively to inspect files, correct headers and so on, or in scripts and larger software packages to provide basic MRC file I/O functions. | | [OpenMM](https://openmm.org) | OpenMM is a toolkit for molecular simulation. | | [picard](https://broadinstitute.github.io/picard/) | A set of tools (in Java) for working with next generation sequencing data in the BAM format. | | [RELION](http://www2.mrc-lmb.cam.ac.uk/relion/index.php/Main_Page) | RELION (for REgularised LIkelihood OptimisatioN, pronounce rely-on) is a stand-alone computer program that employs an empirical Bayesian approach to refinement of (multiple) 3D reconstructions or 2D class averages in electron cryo-microscopy (cryo-EM). | @@ -266,6 +267,7 @@ | [ANN](https://www.cs.umd.edu/~mount/ANN/) | ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. | | [Brotli](https://github.com/google/brotli) | Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. The specification of the Brotli Compressed Data Format is defined in RFC 7932. | | [c-ares](https://c-ares.haxx.se) | c-ares is a C library for asynchronous DNS requests (including name resolves) | +| [cctbx-base](https://github.com/cctbx/cctbx_project) | The Computational Crystallography Toolbox (cctbx) is being developed as the open source component of the Phenix project. The goal of the Phenix project is to advance automation of macromolecular structure determination. Phenix depends on the cctbx, but not vice versa. This hierarchical approach enforces a clean design as a reusable library. The cctbx is therefore also useful for small-molecule crystallography and even general scientific applications. | | [Check](https://libcheck.github.io/check/) | Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. | | [CuPy](https://cupy.dev) | CuPy is an open-source array library accelerated with NVIDIA CUDA. | | [cuTENSOR](https://developer.nvidia.com/cutensor) | The cuTENSOR Library is a GPU-accelerated tensor linear algebra library providing tensor contraction, reduction and elementwise operations. | @@ -306,6 +308,7 @@ | [libpng](http://www.libpng.org/pub/png/libpng.html) | libpng is the official PNG reference library | | [libreadline](https://tiswww.case.edu/php/chet/readline/rltop.html) | The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. | | [libsndfile](http://www.mega-nerd.com/libsndfile) | Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. | +| [LIBSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) | LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. | | [LibTIFF](https://libtiff.maptools.org/) | tiff: Library and tools for reading and writing TIFF data files | | [libtirpc](https://sourceforge.net/projects/libtirpc/) | Libtirpc is a port of Suns Transport-Independent RPC library to Linux. | | [libtool](https://www.gnu.org/software/libtool) | GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. |