-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docs Overhaul. Ignore pre-commit * Note pre-commit exception * Use most recent tag to deploy docs on manual dispatch * Use marketplace git describe for tag * Fix typo * Upgrade workflow deps * Test tag fetch * Minor fixes * Fix failing tests * 🐛 : Debug tests * Update C * Add params edit snippet * Mention optional dependencies in 00_Setup * SpikesortV0: mention version * Add nwb-obj/tbl mappings from @samuelbray32 * Revert version bump
- Loading branch information
Showing
55 changed files
with
2,861 additions
and
1,258 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: spyglass | ||
title: 'Spyglass: a data analysis framework for reproducible and shareable neuroscience research' | ||
message: 'If you use this software, please cite it as below.' | ||
type: software | ||
authors: | ||
|
@@ -84,18 +84,18 @@ authors: | |
email: [email protected] | ||
affiliation: 'University of California, San Francisco' | ||
orcid: 'https://orcid.org/0000-0001-5559-2910' | ||
- given-names: Shin | ||
family-names: Donghoon | ||
- given-names: Donghoon | ||
family-names: Shin | ||
email: [email protected] | ||
affiliation: 'University of California, San Francisco' | ||
orcid: 'https://orcid.org/0009-0000-8916-7314' | ||
- given-names: Chiang | ||
family-names: Sharon | ||
- given-names: Sharon | ||
family-names: Chiang | ||
email: [email protected] | ||
affiliation: 'University of California, San Francisco' | ||
orcid: 'https://orcid.org/0000-0002-4548-4550' | ||
- given-names: Holobetz | ||
family-names: Cristofer | ||
- given-names: Cristofer | ||
family-names: Holobetz | ||
email: [email protected] | ||
affiliation: 'University College London' | ||
orcid: 'https://orcid.org/0009-0009-8567-3290' | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Features | ||
|
||
This directory contains a series of explainers on tools that have been added to | ||
Spyglass. | ||
|
||
- [Export](./Export.md) - How to export an analysis. | ||
- [FigURL](./FigURL.md) - How to use FigURL to share figures. | ||
- [Merge Tables](./Merge.md) - Tables for pipeline versioning. | ||
- [Mixin](./Mixin.md) - Spyglass-specific functionalities to DataJoint tables, | ||
including fetching NWB files, long-distance restrictions, and permission | ||
checks on delete operations. | ||
- [Session Groups](./SessionGroups.md) - How to operate on sets of sessions. |
Oops, something went wrong.