We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to download whole super pathway in xgmml format. However I am not able to do it. I have folllowed the readme steps but it fails here:
./scripts/pathway_db.py build --paradigm > superpathway.pid
usage: pathway_db.py [-h] [-b BASE_DIR] {build,hugosync,suggest,biopax-format,biopax-convert,library-gmt,library-table,library-compile,library-copy} ... pathway_db.py: error: unrecognized arguments: --paradigm
I have also tried to convert a superpathway I downloaded from synapse (https://www.synapse.org/#!Synapse:syn1528312/version/1 ) I doesn't work either
./scripts/network_convert.py --in-paradigm 1528312_1528313_pid_1_pathway.tab --in-gmt output.gmt --out-xgmml super.xgmml
usage: network_convert.py [-h] [-etd EDGE_TYPE_DEFAULT] [-ntd NODE_TYPE_DEFAULT] [-ntf NODE_TYPE_FIELD] [-etf EDGE_TYPE_FIELD] [-pmf PATHWAY_MEMBER_FIELD] [--in-xgmml IN_XGMML] [--in-spf IN_SPF] [--in-gmt IN_GMT] [--in-spf-dir IN_SPF_DIR] [--strict] [--out-spf OUT_SPF] [--out-sif OUT_SIF] [--out-xgmml OUT_XGMML] [--out-gmt OUT_GMT] network_convert.py: error: unrecognized arguments: --in-paradigm 1528312_1528313_pid_1_pathway.tab
I would appreciate if you could solve this problem. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to download whole super pathway in xgmml format. However I am not able to do it. I have folllowed the readme steps but it fails here:
./scripts/pathway_db.py build --paradigm > superpathway.pid
usage: pathway_db.py [-h] [-b BASE_DIR]
{build,hugosync,suggest,biopax-format,biopax-convert,library-gmt,library-table,library-compile,library-copy}
...
pathway_db.py: error: unrecognized arguments: --paradigm
I have also tried to convert a superpathway I downloaded from synapse (https://www.synapse.org/#!Synapse:syn1528312/version/1 )
I doesn't work either
./scripts/network_convert.py --in-paradigm 1528312_1528313_pid_1_pathway.tab --in-gmt output.gmt --out-xgmml super.xgmml
usage: network_convert.py [-h] [-etd EDGE_TYPE_DEFAULT]
[-ntd NODE_TYPE_DEFAULT] [-ntf NODE_TYPE_FIELD]
[-etf EDGE_TYPE_FIELD] [-pmf PATHWAY_MEMBER_FIELD]
[--in-xgmml IN_XGMML] [--in-spf IN_SPF]
[--in-gmt IN_GMT] [--in-spf-dir IN_SPF_DIR]
[--strict] [--out-spf OUT_SPF] [--out-sif OUT_SIF]
[--out-xgmml OUT_XGMML] [--out-gmt OUT_GMT]
network_convert.py: error: unrecognized arguments: --in-paradigm 1528312_1528313_pid_1_pathway.tab
I would appreciate if you could solve this problem. Thank you.
The text was updated successfully, but these errors were encountered: