https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: 3aa9ade2d4f490469c54a1fae54aaf40fa3db8d7 authored by Josh Siegle on 02 July 2019, 17:26:09 UTC
Add parallel metrics calculation module
Add parallel metrics calculation module
Tip revision: 3aa9ade
portalHeader.html
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/external_assets/stylesheets/common_layout.css', 1) }}" />
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/external_assets/stylesheets/animation.css', 1) }}" />
<script src="{{ pathto('_static/external_assets/bundled.js', 1) }}" type="text/javascript"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
if(typeof PortalAssets !== 'undefined')
PortalAssets.initializePortal({
tabId: 'Data'
});
});
</script>