Skip to content

Commit d0268fc

Browse files
d0choaDSuveges
authored andcommitted
chore: move reactome from output to intermediate (#4297)
1 parent b38cac8 commit d0268fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/reference.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps: {
4646
output: {
4747
reactome: {
4848
format: ${common.output_format}
49-
path: ${common.output_path}"/output/reactome"
49+
path: ${common.output_path}"/intermediate/reactome"
5050
}
5151
}
5252
}
@@ -317,7 +317,7 @@ steps: {
317317
}
318318
reactome_etl: {
319319
format: "parquet"
320-
path: ${common.path}"/output/reactome/part*"
320+
path: ${common.path}"/intermediate/reactome/part*"
321321
}
322322
reactome_pathways: {
323323
format: "csv"

0 commit comments

Comments
 (0)