Skip to content

Parse GIMS PDF-based PGx reports 📄 to stuctured ⭐ alleles

License

Notifications You must be signed in to change notification settings

SinaRampe/gims-parsing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIMS Parsing

Parse GIMS 📄 PDF-based PGx reports to stuctured ⭐ star alleles.

The parse.py script reads all PDF files provided in the data directory and creates JSON files containing star allele information in the results directory.

Docker Setup

  • Clone this repo and start a terminal in the repository directory
  • Build the Docker image docker build -t gims-parsing .
  • Run the script using Docker docker run -v $(pwd):/gims-parsing gims-parsing python3 parse.py

Manual Setup

Of course you can also setup everything without Docker and execute the parse.py script; please refer to the Dockerfile for required packages.

About

Parse GIMS PDF-based PGx reports 📄 to stuctured ⭐ alleles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Dockerfile 5.6%