dgarijo / FragFlow

Project desinged for detecting common fragments in scientific workflows by reusing several existing graph mining techniques
2 stars 1 forks source link

FragFlow

Project designed for finding internal macro and composite workflow motifs in scientific workflow, defined according to

http://purl.org/net/wf-motifs#InternalMacro and http://purl.org/net/wf-motifs#CompositeWorkflow.

The project finds a set of workflow fragments from workflow specifications and/or workflow executions and links the results to the corpus. The results are linked according to the Workflow Fragment Description Ontology: http://purl.org/net/wf-fd

In order to achieve the results, this project defines diverse operations for graph manipulation and formatting. In particular:

The project is configured as a Netbeans project right now. All the libraries and dependencies are jar files contained in the /lib folder.

Current ongoing work: