Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit supplied base_contributor for #126 #210

Merged
merged 1 commit into from
Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void convert(
base_ont_title = getBioPaxName(currentPathway)+" - imported from: "+datasource;
iri = "http://model.geneontology.org/"+model_id;
ont_iri = IRI.create(iri);
go_cam = new GoCAM(ont_iri, base_ont_title, contributor_link, null, base_provider, add_lego_import, taxa);
go_cam = new GoCAM(ont_iri, base_ont_title, base_contributor, null, base_provider, add_lego_import, taxa);
//journal is by default in 'append' mode - keeping the same journal reference add each pathway to same journal
go_cam.path2bgjournal = blazegraph_output_journal;
go_cam.blazegraphdb = blaze;
Expand Down