Skip to content

Commit b0c99c0

Browse files
committed
Align Flux workflow examples so that both variants match as closely as possible. (#663)
1 parent 2fa6dbc commit b0c99c0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

metafacture-runner/src/main/dist/examples/count/subjects/references.morph.flux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ decode-pica|
1313
morph(FLUX_DIR + "references.xml")|
1414
stream-to-triples|
1515
count-triples(countBy="object")|
16+
1617
write("subjects.dat");
1718

1819

metafacture-runner/src/main/dist/examples/gnd/json/tp2json.fix.flux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ as-lines|
66
decode-pica|
77
fix(FLUX_DIR + "tp2json.fix")|
88
encode-json|
9-
write(FLUX_DIR + "test.txt");
9+
write("stdout");

metafacture-runner/src/main/dist/examples/gnd/references/references.morph.flux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ collect-triples|
2020
encode-formeta(style="concise")|
2121
write(counts);
2222

23+

0 commit comments

Comments
 (0)