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

[error]docker: invalid reference format: repository name must be lowercase #57

Open
ShailNair opened this issue May 9, 2022 · 2 comments
Assignees

Comments

@ShailNair
Copy link

ShailNair commented May 9, 2022

python3 run_finder-mf metadata.csv \ -g bin.masked.fasta \ -out_dir /finder_out/ \ -gm /home/soft/GeneMark-ESETEP.4.69/ \ -gml /home/soft/GeneMark-ESETEP.4.69/gm_key_64 \ -om PLANTS \ -n 30

It downloads the docker image successfully and then throws following error-

Status: Downloaded newer image for sagnikbanerjee15/finder:1.1.0 docker.io/sagnikbanerjee15/finder:1.1.0 **docker: invalid reference format: repository name must be lowercase.**

@sagnikbanerjee15
Copy link
Owner

Hello @ShailNair,

Thank you very much for your interest in finder. The command you executed looks correct (except that there should be a space between finder and -mf. I think that a typo here). Could you please try 'docker pull sagnikbanerjee15/finder:1.1.0'?

Thanks.

@sagnikbanerjee15 sagnikbanerjee15 self-assigned this May 9, 2022
@ShailNair
Copy link
Author

Hi, it was typing error here (for the missing space).

So, I pulled the docker image successfully

REPOSITORY TAG IMAGE ID CREATED SIZE
sagnikbanerjee15/finder 1.1.0 50d4e3095f25 2 months ago 6.47GB

and when I run the above command python3 run_finder .........

I get the same error saying
docker: invalid reference format: repository name must be lowercase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants