Entering edit mode
2.4 years ago
anasjamshed
▴
140
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?
FYI, there's a dedicated workflow managers for this approach, for example snakemake, nextflow (with tower as UI), CWL.