More posts like this
-
Tool: vcfv - fast VCF parser to Polars/Pandas DataFrame with native INFO and FORMAT expansion
written by rvk20 1Hi, some time ago I created a tool for parsing VCF files with native INFO and FORMAT expansion support. After a casual conversation with some …
-
Subunit Annotation in Genome Scale Models
written by shafiat.dewan 0HI I'm trying to annotate all genes in iML1515 with their respective subunit information. Is anyone aware of any method of doing this programmatically in …
-
Tool: De Novo assembler (in C, supports MPI parallelism) available for experimenting with
written by Graham 1If you're the sort of person who enjoys spending an afternoon trying out and evaluating a new tool, and is comfortable compiling C code from …
-
how can I compare two PDB files?
written by user366312 2I have generated a full PDB file from a C-alpha trace using a tool called [PD2_ca2main][1]. Now, I want to compare the two PDB files …
-
Tool: OakVar: genomic variant analysis tool
written by Ryangguk Kim 9OakVar is a genomic variant analysis platform. You can * Annotate genomic variants with diverse annotation sources. * Make databases of annotated variants. * Query …
-
tabix --list-chroms
written by finster 9Hi, Does anyone know of a way of doing the equivalent of `tabix -l <VCF_FILE>` with [pysam](https://pysam.readthedocs.io/en/latest/)? I could not find any info in the …
-
Core transcriptional regulatory circuitries (CRC) tool for HG38
written by pacman 7I am working on core transcriptional regulatory circuitries analysis for my cancer cell line. I notice tools like coltron ([https://pypi.org/project/coltron/][1]) and CRC mapper ( [https://bitbucket.org/young_computation/crcmapper/src/master/][2] …
-
Tutorial: Germline variant calling pipeline using Snakemake
written by nhaus 44Hello everybody, as part of a project, I had to write an in-house pipeline to call germline mutations for ~100 patients. For that I used …
-
Tool: A growing collection of "Free and useful protein-science tools"
written by se.raschka 15I thought that it might be useful to put together a list of the tools that I am currently using with a short description and …
-
Reading Ab1 Files With Python
written by bow 79<p>I'm looking for a way to convert a batch of AB1 trace files into FASTA using python. I've tried looking in the BioPython website but …