Skip to content

Commit

Permalink
Fix Qleverfile.pubchem (#44)
Browse files Browse the repository at this point in the history
There was still a `${FILE_NAMES}` from the old format.
  • Loading branch information
eltonfss authored Jun 12, 2024
1 parent 0227973 commit 8776409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qlever/Qleverfiles/Qleverfile.pubchem
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DESCRIPTION = PubChem RDF from ${GET_DATA_URL}, version ${DATE} (all folde

[index]
INPUT_FILES = pubchem.additional-ontologies.nt.gz nt.${DATE}/*.nt.gz
CAT_INPUT_FILES = zcat ${FILE_NAMES}
CAT_INPUT_FILES = zcat ${INPUT_FILES}
SETTINGS_JSON = { "languages-internal": [], "prefixes-external": [""], "ascii-prefixes-only": false, "num-triples-per-batch": 1000000 }
STXXL_MEMORY = 10G

Expand Down

0 comments on commit 8776409

Please sign in to comment.