Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
migrating to wfcommons
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Mar 9, 2021
1 parent aa07651 commit 1500f25
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Check validity of traces
run: |
find . -type f -name "*.json" > traces.txt && err=0
git clone https://github.com/workflowhub/workflow-schema
git clone https://github.com/wfcommons/workflow-schema
err_report() {
echo "Error on trace file $1"
}
trap 'err_report ${trace_file}' ERR;
for trace_file in `cat traces.txt`; do
python3 ./workflow-schema/workflowhub-validator.py -d ${trace_file};
python3 ./workflow-schema/wfcommons-validator.py -d ${trace_file};
echo "";
done
4 changes: 2 additions & 2 deletions 1000genome/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for 1000Genome Workflow
Expand Down Expand Up @@ -45,7 +45,7 @@ performance metrics can be found in the following research publication:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema) for
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema) for
describing workflow executions. Execution traces from different computing
platforms are organized into sub-folders.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Build](https://github.com/workflowhub/pegasus-traces/workflows/Build/badge.svg)
![Build](https://github.com/wfcommons/pegasus-traces/workflows/Build/badge.svg)

<a href="https://workflowhub.org" target="_blank"><img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" /></a>
<a href="https://wfcommons.org" target="_blank"><img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" /></a>

<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

Expand All @@ -9,7 +9,7 @@
This repository contains workflow execution traces generated from
[Pegasus](http://pegasus.isi.edu) workflow executions. The traces
hosted in this repository use the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema)
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema)
for describing workflow executions.

#### Repository Structure
Expand All @@ -22,8 +22,8 @@ _computing platforms_.
#### Workflow Simulator

The execution traces provided in this repository are compatible to any
[simulator framework](https://workflowhub.org/simulator.html) that implements
the [WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema).
[simulator framework](https://wfcommons.org/simulators) that implements
the [WfCommons JSON format](https://github.com/wfcommons/workflow-schema).

## Summary of Workflow Execution Traces

Expand Down
4 changes: 2 additions & 2 deletions cycles/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for Cycles Workflow
Expand Down Expand Up @@ -43,7 +43,7 @@ performance metrics can be found in the following research publication:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema)
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema)
for describing workflow executions. Execution traces from different
computing platforms are organized into sub-folders.

Expand Down
4 changes: 2 additions & 2 deletions epigenomics/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for Epigenomics Workflow
Expand Down Expand Up @@ -41,7 +41,7 @@ performance metrics can be found in the following research publication:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema)
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema)
for describing workflow executions. Execution traces from different
computing platforms are organized into sub-folders.

Expand Down
4 changes: 2 additions & 2 deletions montage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for Montage Workflow
Expand Down Expand Up @@ -45,7 +45,7 @@ performance metrics can be found in the following research publication:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema) for
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema) for
describing workflow executions. Execution traces from different computing
platforms are organized into sub-folders.

Expand Down
4 changes: 2 additions & 2 deletions seismology/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for Seismic Cross Correlation Workflow
Expand Down Expand Up @@ -37,7 +37,7 @@ publication:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema)
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema)
for describing workflow executions. Execution traces from different
computing platforms are organized into sub-folders.

Expand Down
4 changes: 2 additions & 2 deletions soykb/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for Soybean Workflow (SoyKB)
Expand Down Expand Up @@ -48,7 +48,7 @@ performance metrics can be found in the following research publication:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema)
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema)
for describing workflow executions. Execution traces from different
computing platforms are organized into sub-folders.

Expand Down
4 changes: 2 additions & 2 deletions srasearch/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" />
<img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350" />
<img src="https://pegasus.isi.edu/wordpress/wp-content/uploads/2015/12/logo-dark.png" width=200 style="float: right" />

# Execution Traces for SRA Search Workflow
Expand Down Expand Up @@ -27,7 +27,7 @@ The figure below shows an overview of the SRA Search workflow structure:
## Execution Traces

Execution traces are formatted according to the
[WorkflowHub JSON format](https://github.com/workflowhub/workflow-schema) for
[WfCommons JSON format](https://github.com/wfcommons/workflow-schema) for
describing workflow executions. Execution traces from different computing
platforms are organized into sub-folders.

Expand Down

0 comments on commit 1500f25

Please sign in to comment.