ncbi / pgap

NCBI Prokaryotic Genome Annotation Pipeline
Other
310 stars 90 forks source link

[BUG] <title> HTTP Error 403: rate limit exceeded #213

Closed Gahyeon-K closed 2 years ago

Gahyeon-K commented 2 years ago

I tried to run PGAP, but error message: 'HTTP Error 403: rate limit exceeded' popped up. Is there any way to solve it? Thank you.

azat-badretdin commented 2 years ago

Thank you for your report!

Could you please post the logs? Screen capture, etc Thanks!

Gahyeon-K commented 2 years ago

There are no log files...:( Only 'HTTP Error 403: rate limit exceeded' lines appeared, and I can't find any log files sorry.

azat-badretdin commented 2 years ago

Let me clarify: you type your command line: ./pgap.py .... and all you get on screen is this?

Could you please post output ls -latr . in the directory you are running this?

Gahyeon-K commented 2 years ago
azat-badretdin commented 2 years ago

Hmm.. Something is off with your command line: ./pgap.py -n -o Input.yam

-o parameter requires output directory following it, but it seems that Input.yam follows it. Not sure how this would work...

azat-badretdin commented 2 years ago

I also do not see Input.yam in the listing you posted... Thanks for posting it, BTW!

Gahyeon-K commented 2 years ago

When I ran before, this command did well! But, maybe after upgrade pgap it goes into trouble. I ran this command in the directory where 'Input.yam' is located. And when I use that command, outputs were saved at home.

azat-badretdin commented 2 years ago

this command did well!

That's what evil wants us to think when we do wrong :-)

I suspect that this sort of invocation leads to unpredictable results.

Could you please try to run it as specified in Quick Start notes https://github.com/ncbi/pgap/wiki/Quick-Start

./pgap.py -n -o some_output_dir your_input.yaml_file

?

Thanks!