Skip to content

Add basic provenance metadata for written HDF5 compartment reports#55

Merged
hernando merged 1 commit into
BlueBrain:masterfrom
dnachbaur:master
Mar 31, 2016
Merged

Add basic provenance metadata for written HDF5 compartment reports#55
hernando merged 1 commit into
BlueBrain:masterfrom
dnachbaur:master

Conversation

@dnachbaur
Copy link
Copy Markdown
Contributor

No description provided.

@dnachbaur
Copy link
Copy Markdown
Contributor Author

FYI @pineider

Comment thread brion/plugin/compartmentReportHDF5.cpp Outdated
const H5::StrType creatorType( H5::PredType::C_S1, creatorName.length( ));
H5::Attribute creatorAttr = root.createAttribute( "creator", creatorType,
H5S_SCALAR );
creatorAttr.write( creatorType, creatorName );
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last three statements are almost copy-pasted below and also used in the morphology v2 writer. Add a function instead of copy-paste?

@hernando hernando merged commit 4be2253 into BlueBrain:master Mar 31, 2016
@gchindemi
Copy link
Copy Markdown

Perfect, thanks!

On Thu, Mar 31, 2016 at 4:30 PM Daniel Nachbaur notifications@github.com
wrote:

FYI @pineider https://github.com/pineider


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#55 (comment)

Giuseppe Chindemi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants