Skip to content

ssi-dk/microbeseq_nbdev_augment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for additional information.

Requirements

  • conda
  • git

Usage

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.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •