dukegcb/extract-go-terms

By dukegcb

Updated over 5 years ago

Image
Data Science
Languages & Frameworks
Machine Learning & AI
0

223

extract-go-terms

A docker image for extracting Gene Ontology terms from a CSV file

Running

The Docker image built by the Dockerfile is designed to be used by docker-pipeline.

The image's default command is an executable python script, extract_go_terms.py, which replaces parsing and matching in go_sequence.py from YoderLab/MMAP. It produces a CSV file containing unique GO terms and the number of times they occurred in the input file

Environment Variables

VariableDescriptionTypeRequired?Default
CONT_INPUT_BLAST_RESULTS_FILECSV file in BLAST CSV format with subject titles containing [GO:xxxxxx] termsInputYes
CONT_OUTPUT_GOTERMS_FILEResults file, in CSV format. GO terms and countsOutputYes

Docker Pull Command

docker pull dukegcb/extract-go-terms