You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="text-h2">Uploading to and Downloading Data from the EMBER-DANDI Archive</div>
8
-
<p>These instructions describe how to upload to and download data from the EMBER-DANDI Archive. The instructions are divided into two main sections: one set of instructions for novice users, and one set for experienced users of DANDI. Navigate to a section depending on your experience with each tool.</p>
9
-
8
+
<p>
9
+
These instructions describe how to upload to and download data from the EMBER-DANDI
10
+
Archive. The instructions are divided into two main sections: one set of instructions
11
+
for novice users, and one set for experienced users of DANDI. Navigate to a section
12
+
depending on your experience with each tool.
13
+
</p>
14
+
10
15
<divclass="text-h5">I'm new to Python, CLI, and/or DANDI</div>
11
-
<p>If you're new to Python, follow these instructions to get Python and a virtual Anaconda environment installed:</p>
16
+
<p>
17
+
If you're new to Python, follow these instructions to get Python and a virtual Anaconda
18
+
environment installed:
19
+
</p>
12
20
<ol>
13
-
<li><LinkTexttext="Install Anaconda"
14
-
uri="https://www.anaconda.com/docs/main"
15
-
/>
16
-
to get Python and standard data science/machine learning packages, and a desktop application</li>
21
+
<li>
22
+
<LinkTexttext="Install Anaconda"uri="https://www.anaconda.com/docs/main" /> to get
23
+
Python and standard data science/machine learning packages, and a desktop application
24
+
</li>
17
25
<li>After installing, launch the Anaconda Navigator</li>
18
26
<li>Navigate to the "Environments" tab on the left pane</li>
19
27
<li>Create a new environment with your desired name</li>
<divclass="text-h6">Upload the converted files</div>
88
123
<ol>
89
-
<li>In the python terminal in your ember-dandi specific environment, run: `pip install -U dandi`</li>
90
-
<li>Validate the converted files, replacing `source_folder` with the path to your .nwb files: `dandi validate --ignore DANDI.NO_DANDISET_FOUND "source_folder"`</li>
124
+
<li>
125
+
In the python terminal in your ember-dandi specific environment, run: `pip install -U
126
+
dandi`
127
+
</li>
128
+
<li>
129
+
Validate the converted files, replacing `source_folder` with the path to your .nwb
0 commit comments