A bunch of templates for processing HTS data. Particularly useful for using with nextflow pipelines.
-
process_assembly_mapping.py - Processes the coverage report and checks assembly filters from the
assembly_mapping
process. [changelog, API] -
mapping2json.py - exports results from a samtool depth file to a json file that contains a
key:value
such asaccession number:coverage
. -
mashdist2json.py - exports results from
mash dist
to a json file that contains akey:value
such asaccession number:distance
. -
mashscreen2json.py - exports results from
mash screen
to a json file that contains akey:[values]
such asaccession number:[copy number, identity]
.
git submodule add https://github.com/ODiogoSilva/templates.git templates
git submodule foreach git pull origin master