Skip to content
Snippets Groups Projects
Commit 154bd052 authored by Jasper Koehorst's avatar Jasper Koehorst
Browse files

print-rdf added

parent e951ba93
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,8 @@ if [ $exit_status -eq 0 ]; then
# Remove provenance data file
if $prov; then
rm -r $destination_path/PROVENANCE/data/
# Generate TTL file from workflow
cwltool --print-rdf --rdf-serializer=turtle $yaml_filepath > $destination_path/PROVENANCE/workflow.ttl
# Copy TTL files from provenance folder
find $destination_path/PROVENANCE -type f | grep "ttl$" | xargs cat | rapper -i turtle -o turtle - http://baseuri > $destination_path/temp_provenance.ttl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment