-
Notifications
You must be signed in to change notification settings - Fork 33
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
A little more documentation #5
Comments
There's a part about scanLinks.py under Usage in README:
directScan.py can be used when you want to test with the exact selection of articles from Gabrilovich et al. in 2005 dump (see selected.txt). You should execute directScan.py instead of scanData.py if you want to test this. And you mean the line:
from the header in directScan.py, right? |
Oh, my mistake, I didn't see the USAGE section. I thought the "what this contains" at the top was the usage. I meant the line that you mentioned "USAGE: scanData.py <hgw.xml file from Wikiprep>" in directScan.py. A handful of other python files say that they are scanData.py, even though they are not. |
Usage explanations are enhanced. Scripts try to guide the user when provided with wrong/insufficient arguments. |
It seems like scanLinks.py is supposed to be run before scanData.py, correct?
However, the README doesn't reflect this.
Also, the header for scanLinks.py doesn't describe what it does.
What is directScan.py? Should this be used? It drops tables tho.
The header in directScan.py is also incorrect.
The text was updated successfully, but these errors were encountered: