This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Python script to process NGS data

I want to develop a script in python that automates the conversion of FASTQ to CRAM files (BWA-MEM2, GEM, etc), to BAM files (SAMTools, etc) and to Variants (BCF Tools, etc). After that, I want to develop a web application.

Is it possible?

python

FYI, there's a dedicated workflow managers for this approach, for example snakemake, nextflow (with tower as UI), CWL.

1 answer

.... yes it is possible; the nuances of this possibility is the subject of tens of thousands of articles, webpages, software packages, etc. I hope that helps.

Log in to answer this question.