Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dockerfile for pgma #290

Merged
merged 4 commits into from
Feb 8, 2022
Merged

add dockerfile for pgma #290

merged 4 commits into from
Feb 8, 2022

Commits on Feb 8, 2022

  1. add dockerfile for pgma

    rpetit3 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    13001c0 View commit details
    Browse the repository at this point in the history
  2. Add dokerfile version

    rpetit3 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ea3c084 View commit details
    Browse the repository at this point in the history
  3. Add quote

    rpetit3 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    3fe4103 View commit details
    Browse the repository at this point in the history
  4. updated pmga readme - fixed path for blastdbs

    Got this error on my first attempt, wound up just being a small typo
    
    ```
    $ docker run --rm -u $(id -u):$(id -g) -v ${PWD}:/data robert/pmga:latest pmga /data/GCF_021535585.1_ASM2153558v1_genomic.Ngonorrhoeae.fna --blast /pmga/blastdb -t 4 -o /data/Ngonorrhoeae-pmga-test
    2022-02-08 15:49:39:root:ERROR - Input BLAST directory (/pmga/blastdb) does not exist, please verify and try again
    ```
    kapsakcj committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    b4fcea0 View commit details
    Browse the repository at this point in the history