Skip to content

Commit

Permalink
changed command
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Sep 11, 2024
1 parent ef1e7a5 commit c414f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git diff --name-only HEAD HEAD~1 ./development > updated_files.txt
git diff --name-only HEAD HEAD~1 -- ./development > updated_files.txt
while read p; do
xmllint $p --xpath "//*[local-name()='RDF']/*[local-name()='Ontology']/*[local-name()='versionInfo']/text()";
echo "$p" | sed s/Ontology.owl//g | sed s/development\\///g | sed s/PD/pd-/g | tr '[:upper:]' '[:lower:]';
Expand Down
2 changes: 1 addition & 1 deletion development/CohortOntology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<terms:contributor>Michael Bornstein</terms:contributor>
<terms:contributor>Ryan Espiritu</terms:contributor>
<terms:contributor>Aarya Vakharia</terms:contributor>
<terms:creator>Yolanda Gil</terms:creator>
<terms:creator>Hernan Vargas</terms:creator>
<terms:creator>Daniel Garijo</terms:creator>
<terms:creator>Haripriya Dharmala</terms:creator>
<terms:creator>Joanna Bright</terms:creator>
<terms:creator>Josh Boyd</terms:creator>
<terms:creator>Neda Jahanshad</terms:creator>
<terms:creator>Wesley Surento</terms:creator>
<terms:creator>Yolanda Gil</terms:creator>
<terms:description xml:lang="en">An ontology to describe cohorts of patients participating in ENIGMA projects.</terms:description>
<terms:license rdf:resource="http://creativecommons.org/licenses/by/2.0/"/>
<terms:title xml:lang="en">The Cohort Ontology</terms:title>
Expand Down

0 comments on commit c414f55

Please sign in to comment.