List of Computer Science courses with video lectures.
-
Updated
Oct 8, 2020
{{ message }}
Bioinformatics is an interdisciplinary field that intersects with biology, computer science, mathematics and statistics. It concerns itself with the development and use of methods and software tools for collecting and analyzing biological data.
List of Computer Science courses with video lectures.
Seen with latest code from git while preparing the 1.73 release on Linux, but applies to all platforms.
$ python run_tests.py test_PDB_StructureAlignment.py
Python version: 2.7.15 | packaged by conda-forge | (default, Jul 27 2018, 10:26:36)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)]
Operating system: posix linux2
test_PDB_StructureAlignment ... ok
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
A DSL for data-driven computational pipelines
Conda recipes for the bioconda channel.
A curated list of awesome Bioinformatics libraries and software.
Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
A versatile pairwise aligner for genomic and spliced nucleotide sequences
Robust, flexible and resource-efficient pipelines using Go and the commandline
Data intensive science for everyone.
Note: Please read this guide detailing how to provide the necessary information for us to r
Toolkit for processing sequences in FASTA/Q formats
A full spaCy pipeline and models for scientific/biomedical documents.
In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more
Python and C++ code for reading and writing genomics data.
A plotly.js React component from Plotly
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
A cross-platform, efficient and practical CSV/TSV toolkit in Golang
Unix, R and python tools for genomics and data science
Scripts to download genomes from the NCBI FTP servers
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E