CDCgov / MIRA

https://cdcgov.github.io/MIRA/
13 stars 1 forks source link

MIRA MAC issues #78

Closed jurresiegers closed 1 week ago

jurresiegers commented 3 months ago

Hi there,

I tried running MIRA through docker on my MacBook pro 2019 (intel chip).

I encountered the following errors:

  1. When trying to execute the command sudo docker-compose up -d I get the error WARN[0000] /Users/XXXXXXX/FLU_SC2_SEQUENCING/docker-compose.yml: version is obsolete. I fixed this error by removing the version: 'x.x' line from your docker-compose.yml file.
  2. The next error after rerunning sudo docker-compose up -d was error getting credentials - err: exit status 1, out:. This issue was fixing using sudo chown -R $(id -u):$(id -g) $HOME/.docker from https://forums.docker.com/t/error-failed-to-solve-error-getting-credentials-err-exit-status-1-out/136124/4.
  3. The next error after rerunning sudo docker-compose up -d was must use ASL logging (which requires CGO) if running as root. This issue was fixed simple by running the command as a non-root user docker-compose up --build.
  4. After this the pull in my terminal/dock was successful however when I tried to run the example data (tiny_test_runs, I had to create my own sample sheet as the template wouldn't download) IRMA failed with the following message "Run has failed. If you need further help, please contact us at IDSeqsupport@cdc.gov".

Best, Jurre

kristinelacek commented 3 months ago

Dear Jurre,

Thank you for this detailed error report! Could you please email us at that provided email address (IDseqsupport) so we can do some thorough collaborative debugging?

Thank you! Kristine


From: jurresiegers @.> Sent: Wednesday, June 26, 2024 12:04 AM To: CDCgov/MIRA @.> Cc: Subscribed @.***> Subject: [CDCgov/MIRA] MIRA MAC issues (Issue #78)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.


Hi there,

I tried running MIRA through docker on my MacBook pro 2019 (intel chip).

I encountered the following errors:

  1. When trying to execute the command sudo docker-compose up -d I get the error WARN[0000] /Users/XXXXXXX/FLU_SC2_SEQUENCING/docker-compose.yml: version is obsolete. I fixed this error by removing the version: 'x.x' line from your docker-compose.yml file.
  2. The next error after rerunning sudo docker-compose up -d was error getting credentials - err: exit status 1, out:. This issue was fixing using sudo chown -R $(id -u):$(id -g) $HOME/.docker from https://forums.docker.com/t/error-failed-to-solve-error-getting-credentials-err-exit-status-1-out/136124/4.
  3. The next error after rerunning sudo docker-compose up -d was must use ASL logging (which requires CGO) if running as root. This issue was fixed simple by running the command as a non-root user docker-compose up --build.
  4. After this the pull in my terminal/dock was successful however when I tried to run the example data (tiny_test_runs, I had to create my own sample sheet as the template wouldn't download) IRMA failed with the following message "Run has failed. If you need further help, please contact us at @.**@.>".

Best, Jurre

— Reply to this email directly, view it on GitHubhttps://github.com/CDCgov/MIRA/issues/78, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AYJNFVBRWV4PN4ACM3RARBTZJI4TBAVCNFSM6AAAAABJ5BGM6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TIMJUHEZTSOA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

kristinelacek commented 1 week ago

Thanks for emailing us! If you need further help please feel free to email idseqsupport@cdc.gov

MIRA v2.0.0 was released today and has an optional CLI-only module if that would better fit your needs!