Closed Gahyeon-K closed 2 years ago
Thank you for your report!
Could you please post the logs? Screen capture, etc Thanks!
There are no log files...:( Only 'HTTP Error 403: rate limit exceeded' lines appeared, and I can't find any log files sorry.
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?
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...
I also do not see Input.yam
in the listing you posted... Thanks for posting it, BTW!
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.
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!
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.