Skip to content

BioPAL/arepytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArePyTools

These are the development instructions for manual conda packages generation.

Conda packages generation

  1. Build the source distribution

    For instance, the bps-common package is built by

    cd arepytools
    python -m build --sdist
    cd ..

    The source distribution files are inside the dist folder.

  2. Create a local conda channel

    mkdir -p local_bps_channel/noarch
    conda-index local_bps_channel
  3. Build the conda package

    cd arepytools
    conda build recipe --output-folder ../local_bps_channel
    cd -

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages