RTIInternational / biocloud_docker_tools

Docker library providing a catalog of images for RTI's cloud-based bioinformatics toolkit.
https://hub.docker.com/u/rtibiocloud
5 stars 11 forks source link

Add handling of RVtest AF output format #23

Closed kliao12 closed 1 year ago

kliao12 commented 1 year ago

Description

Added handling of RVtest AF format (overallAF:caseAF:ctrlAF) on lines 291-304 that required 1) splitting the string on ":" 2) extracting overall AF and 3) converting to numeric.


Dockerfile Structure and Organization:


Metadata

Include the following LABELs:


File and Resource Management:


Container Behavior