Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssi-dk/microbeseq_nbdev_augment
Files to assist in setup of nbdev
https://github.com/ssi-dk/microbeseq_nbdev_augment
getting-started template
Last synced: 3 days ago
JSON representation
Files to assist in setup of nbdev
- Host: GitHub
- URL: https://github.com/ssi-dk/microbeseq_nbdev_augment
- Owner: ssi-dk
- License: mit
- Created: 2024-02-22T11:57:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T07:59:52.000Z (21 days ago)
- Last Synced: 2024-10-25T14:40:25.310Z (21 days ago)
- Topics: getting-started, template
- Language: Jupyter Notebook
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Info
This repo contains a file `make_nbdev_env.sh` which can be run on the command line in order to set up a blank folder for SSI development through nbdev. The other files are referenced in `make_nbdev_env.sh` and will be aquired via `wget`. Make sure to run it in an empty PROJECT_NAME folder.NOTE: PROJECT_NAME must adhere to github repo naming standards AND python package naming standards.
‼️ You do NOT need to clone this repo! Just run the command below in an empty folder.
If you're a developer from SSI.dk please check the restricted [wiki](https://dksund.sharepoint.com/:fl:/g/contentstorage/CSP_7c761ee7-b577-4e08-8517-bc82392bf65e/EY5URO2bse5PupGxlyBlWqYBqb54BQ7ICFIzFzjrjKbuug?e=3igKQv&nav=cz0lMkZjb250ZW50c3RvcmFnZSUyRkNTUF83Yzc2MWVlNy1iNTc3LTRlMDgtODUxNy1iYzgyMzkyYmY2NWUmZD1iJTIxNXg1MmZIZTFDRTZGRjd5Q09TdjJYblkwVlNiWXFYcE1yaHVrVmZqTVJUVEE4X1VwZjhTd1JxcjRNdmFrSmh2RCZmPTAxVlVLVzVWTU9LUkNPM0c1UjVaSDNWRU5SUzRRR0tXVkcmYz0lMkYmYT1Mb29wQXBwJnA9JTQwZmx1aWR4JTJGbG9vcC1wYWdlLWNvbnRhaW5lciZ4PSU3QiUyMnclMjIlM0ElMjJUMFJUVUh4a2EzTjFibVF1YzJoaGNtVndiMmx1ZEM1amIyMThZaUUxZURVeVpraGxNVU5GTmtaR04zbERUMU4yTWxodVdUQldVMkpaY1Zod1RYSm9kV3RXWm1wTlVsUlVRVGhmVlhCbU9GTjNVbkZ5TkUxMllXdEthSFpFZkRBeFZsVkxWelZXU1RJMVJsaFBNalkyUlZkQ1FqTTFRVmhKVTBkRFVVcFdXa1klM0QlMjIlMkMlMjJpJTIyJTNBJTIyNzRmNzM1ZmUtYzg4Ny00MjhhLWFkZmYtNTEyZTg2YmNmZmM3JTIyJTdE) for additional information.
# Requirements
- conda
- git# Usage
```bash
wget https://raw.githubusercontent.com/ssi-dk/microbeseq_nbdev_augment/main/make_nbdev_env.sh;
mkdir PROJECT_NAME;
cd PROJECT_NAME;
bash ../make_nbdev_env.sh;
```
If running the commands above didn't work, check the output, if it's telling you to do something do it to fix your problem. Otherwise there's additional debugging to do. To run again please remove the stuff in the PROJECT_NAME and run it again.