Skip to content

Commit 0cec77a

Browse files
Remove instructions for mapper branch release v1 (#59)
* Remove instructions for mapper branch release v1 * docs: simplify upload instructions --------- Co-authored-by: Dan Birman <danbirman@gmail.com>
1 parent 3a8db96 commit 0cec77a

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

docs/source/acquire_upload/prepare_before_acquisition.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -355,19 +355,9 @@ We recommend that basic maintenance changes, e.g. replacing a device with an ide
355355

356356
#### I'm ready to upload my instrument JSON file to the database
357357

358-
If you want to store your Instrument metadata file in the Scientific Computing managed database (only 2.0 schema instrument files are supported), you can follow these steps to post your instrument json file to the database:
359-
360-
Note that you must currently have the `release-v1.0.0` branch of `aind-metadata-mapper` installed:
361-
```bash
362-
git clone https://github.com/AllenNeuralDynamics/aind-metadata-mapper.git
363-
cd aind-metadata-mapper
364-
git checkout release-v1.0.0
365-
conda create -n instrument_uploader # or whatever you want your env to be called
366-
conda activate instrument_uploader
367-
pip install -e .
368-
```
358+
If you want to store your Instrument metadata file in the Scientific Computing managed database (only 2.0 schema instrument files are supported) you can use the [aind-metadata-mapper](https://github.com/AllenNeuralDynamics/aind-metadata-mapper/#aind-metadata-mapper) package. Install it with `pip install aind-metadata-mapper`.
369359

370-
Then run the following in python
360+
Then run the following upload code:
371361

372362
```python
373363
from aind_metadata_mapper import utils

0 commit comments

Comments
 (0)