Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing error: ``` qlever index --system=native To enable autocompletion, run the following command, and consider adding it to your `.bashrc` or `.zshrc`: eval "$(register-python-argcomplete qlever)" && export QLEVER_ARGCOMPLETE_ENABLED=1 Command: index echo '{ "languages-internal": [], "prefixes-external": [""], "ascii-prefixes-only": false, "num-triples-per-batch": 1000000 }' > pubchem.settings.json ulimit -Sn 1048576; zcat pubchem.additional-ontologies.nt.gz nt.2024-02-03/*.nt.gz | IndexBuilderMain -F ttl -f - -i pubchem -s pubchem.settings.json --stxxl-memory 10G | tee pubchem.index-log.txt No file matching "pubchem.additional-ontologies.nt.gz" found Did you call `qlever get-data`? If you did, check GET_DATA_CMD and INPUT_FILES in the QLeverfile ```
- Loading branch information