This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "@id": "http://biii.eu/node/67", | |
| "@type": [ | |
| "http://biii.eu/node/software" | |
| ], | |
| "http://bise-eu.info/core-ontology#hasAuthor": [ | |
| { | |
| "@value": "Ilya Goldberg orcid.org/0000-0001-8514-6110" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "@id": "http://biii.eu/node/696", | |
| "@type": [ | |
| "http://biii.eu/node/software" | |
| ], | |
| "http://bise-eu.info/core-ontology#requires": [ | |
| { | |
| "@value": "/imagej" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @prefix dc: <http://dcterms/> . | |
| @prefix nb: <http://bise-eu.info/core-ontology#> . | |
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
| @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
| <http://biii.eu/node/10> a <http://biii.eu/node/software> ; | |
| nb:hasAuthor "Perrine Paul-Gilloteaux orcid.org/0000-0003-3903-4841" ; | |
| nb:hasFunction <http://edamontology.org/operation_Image_registration>, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| myTestRule { | |
| *home="/$rodsZoneClient/home/$userNameClient"; | |
| writeLine("stdout",'HOME is *home'); | |
| if (*LocalFile like "*.nantes") { | |
| writeLine("stdout",'File moved to nantes'); | |
| msiDataObjPut(*home ++ "/" ++ *LocalFile,"birdResource","localPath=*LocalFile++++forceFl | |
| ag=",*Status); |