Skip to content

Commit

Permalink
Merge pull request #1 from supernord/main
Browse files Browse the repository at this point in the history
Update and configure WorkflowFinder v2
  • Loading branch information
supernord authored Jul 24, 2024
2 parents fdc93a9 + da53bc4 commit 807b062
Show file tree
Hide file tree
Showing 14 changed files with 1,442 additions and 28,881 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/import_file.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull data.yml from australianbiocommons.github.io
name: Pull data_workflows.yaml from australianbiocommons.github.io

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Update
run: |
ls temporary_folder/data
cp -u temporary_folder/data/data.yaml _data/data.yaml
cp -u temporary_folder/data/data_workflows.yaml _data/data_workflows.yaml
cd ..
- name: Remove
Expand All @@ -31,8 +31,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add _data/data.yaml
git diff-index --quiet HEAD || git commit -m "Updated the data.yml sourced from australianbiocommons.github.io"
git add _data/data_workflows.yaml
git diff-index --quiet HEAD || git commit -m "Updated the data_workflows.yaml sourced from australianbiocommons.github.io"
- name: Push if changes
uses: ad-m/[email protected]
Expand Down
24 changes: 2 additions & 22 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: ToolFinder and WorkflowFinder
title: WorkflowFinder
doi: [DOI goes here]
message: >-
If you use this software, please cite it using the
Expand All @@ -23,26 +23,6 @@ authors:
- given-names: Bert
family-names: Droesbeke
orcid: 0000-0003-0522-5674
- given-names: Sarah
family-names: Beecroft
affiliation: 'Pawsey Supercomputing Research Centre, Perth, Western Australia'
orcid: 'https://orcid.org/0000-0002-3935-2279'
- given-names: Marco
family-names: De La Pierre
affiliation: 'Pawsey Supercomputing Research Centre, Perth, Western Australia'
orcid: 'https://orcid.org/0000-0002-7429-1846'
- given-names: Dale
family-names: Roberts
affiliation: 'National Computational Infrastructure, The Australian National University, Canberra, Australian Capital Territory'
orcid: 'https://orcid.org/0000-0003-3952-6344'
- given-names: Gareth
family-names: Price
affiliation: 'Research Computing Centre, University of Queensland, Brisbane, Queensland'
orcid: 'https://orcid.org/0000-0003-2439-8650'
- given-names: Alain-Dominique
family-names: Gorse
affiliation: 'Queensland Cyber Infrastructure Foundation (QCIF), Brisbane, Queensland'
orcid: 'https://orcid.org/0000-0003-1230-4194'
- given-names: Nigel
family-names: Ward
affiliation: 'Australian BioCommons, Queensland Cyber Infrastructure Foundation (QCIF) University of Queensland, Brisbane, Queensland'
Expand All @@ -52,6 +32,6 @@ authors:
affiliation: 'Australian BioCommons, Queensland Cyber Infrastructure Foundation (QCIF) University of Queensland, University of Melbourne'
orcid: 'https://orcid.org/0000-0002-8146-1225'
repository-code: >-
https://github.com/AustralianBioCommons/australianbiocommons.github.io
https://github.com/AustralianBioCommons/workflowfinder
url: 'https://australianbiocommons.github.io'
license: Apache-2.0
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
title: "ToolFinder"
title: "WorkflowFinder"
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)

topnav_title: ToolFinder
topnav_title: WorkflowFinder
# Optional: this appears on the top navigation bar next to the main_logo.svg icon

description: "ToolFinder"
description: "WorkflowFinder"
# Metadata description of the website

remote_theme: ELIXIR-Belgium/elixir-toolkit-theme
gtag: G-T8GWK081T9
#gtag: G-T8GWK081T9

theme_variables:
# biocommons blue
Expand Down
25 changes: 0 additions & 25 deletions _data/CONTRIBUTORS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,6 @@ Bert Droesbeke:
git: bedroesb
orcid: 0000-0003-0522-5674

Sarah Beecroft:
git: SarahBeecroft
orcid: 0000-0002-3935-2279
affiliation: Pawsey Supercomputing Research Centre, Perth, Western Australia

Marco De La Pierre:
git: marcodelapierre
orcid: 0000-0002-7429-1846
affiliation: Pawsey Supercomputing Research Centre, Perth, Western Australia

Dale Roberts:
git:
orcid: 0000-0003-3952-6344
affiliation: National Computational Infrastructure, The Australian National University, Canberra, Australian Capital Territory

Gareth Price:
git: GarethPrice-Aus
orcid: 0000-0003-2439-8650
affiliation: Research Computing Centre, University of Queensland, Brisbane, Queensland

Alain-Dominique Gorse:
git:
orcid: 0000-0003-1230-4194
affiliation: Queensland Cyber Infrastructure Foundation (QCIF), Brisbane, Queensland

Nigel Ward:
git: nigelward
orcid: 0000-0003-3952-6344
Expand Down
Loading

0 comments on commit 807b062

Please sign in to comment.