WIP: Affiliation matching #474

Draft
schatz wants to merge 5 commits from affiliation-matching into beta
Member

This is an exampe workflow that integrates the AffRo algorithm as an external library.

This is an exampe workflow that integrates the AffRo algorithm as an external library.
miriam.baglioni was assigned by schatz 2024-09-09 15:19:10 +02:00
mkallipo was assigned by schatz 2024-09-09 15:19:10 +02:00
schatz added 2 commits 2024-09-09 15:19:10 +02:00
Author
Member

Workflow parameters:

  • inputFolder: hdfs path to read input data
  • resultFolder: hdfs path to store the results
Workflow parameters: * inputFolder: hdfs path to read input data * resultFolder: hdfs path to store the results
miriam.baglioni added 1 commit 2024-10-21 08:55:38 +02:00
miriam.baglioni added 1 commit 2024-10-21 08:56:23 +02:00
miriam.baglioni added 1 commit 2024-11-04 12:46:25 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b affiliation-matching beta
git pull origin affiliation-matching

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff affiliation-matching
git push origin beta
Sign in to join this conversation.
No description provided.