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

Pull pdf parser docker into the master branch #27

Closed jkstratford closed 9 months ago

jkstratford commented 10 months ago

Description

This docker parses a cell viability PDF into a tab delimited table.


Dockerfile Structure and Organization:


Metadata

Include the following LABELs:


File and Resource Management:


Container Behavior

jaamarks commented 10 months ago
  1. Add a README.md file with this code. e.g., https://github.com/RTIInternational/biocloud_docker_tools/blob/master/cellranger/v7.2.0/README.md

    • I realize that I forgot to add this as a checkbox in the PR-template. So I will fix that. And also I realize now that the main README for this entire biocloud_docker_tools repo should specify that more explicitly. rn it's stated as "Maintain documentation alongside the Dockerfile, describing how to build, run, and use the image."


  1. Remove the extra comments at the top of the Dockerfile – those can probably be transferred over to the README.md that you will create for this tool.
jkstratford commented 10 months ago

I created a README.md file patterned after the example that you provided. Let me know if there is any required content that is missing.