Skip to content

Commit

Permalink
Issue #73: Update particle metadata tutorial intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 3, 2022
1 parent 7936529 commit 81d5932
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 433 deletions.
2 changes: 1 addition & 1 deletion notebooks/data/metadata.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created by the starfile Python package (version 0.4.11) at 11:16:57 on 09/03/2022
# Created by the starfile Python package (version 0.4.11) at 17:31:20 on 02/05/2022

data_

Expand Down
2 changes: 1 addition & 1 deletion notebooks/particle_metadata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"source": [
"# Particle Metadata\n",
"``ioSPI`` library provides functionalities to work with cryo-EM data. To store the data, ``ioSPI`` uses the STAR (Self-defining Text Archiving and Retrieval) format (Hall, Allen and Brown, 1991) which is used by RELION for the storage of label-value pairs for all kinds of input and output metadata. In ``ioSPI``, the module `particle_metatdata` is used to create a STAR file `.star`. This module formats and writes particle metadata as `.star` files, following RELION conventions. This tutorial shows you how to create a `.star` file using `particle_detadata`."
"``ioSPI`` library provides functionalities to work with cryo-EM data. To play with the data, we first need to store the data in a way that `ioSPI`can understand. To do that, ``ioSPI`` uses the STAR (Self-defining Text Archiving and Retrieval) format (Hall, Allen and Brown, 1991) which is used by RELION for the storage of label-value pairs for all kinds of input and output metadata. In ``ioSPI``, the module `particle_metatdata` is used to create a STAR file `.star`. This module formats and writes particle metadata as `.star` files, following RELION conventions. This tutorial shows you how to create a `.star` file using `particle_detadata`."
]
},
{
Expand Down
Loading

0 comments on commit 81d5932

Please sign in to comment.