Skip to content

Commit

Permalink
Merge pull request #10 from valence-labs/paper
Browse files Browse the repository at this point in the history
Paper
  • Loading branch information
maclandrol authored Oct 11, 2023
2 parents ce57c44 + 6ef9b37 commit 651a0f6
Show file tree
Hide file tree
Showing 30 changed files with 75 additions and 16,574 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/rever-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: release-new-version

on:
workflow_dispatch:
inputs:
release-version:
description: "A valid Semver version string"
required: true

jobs:
release-with-rever:
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash -l {0}

steps:
- name: Checkout the code
uses: actions/checkout@v3

- name: Fetch Valence Actions
uses: actions/checkout@v3
with:
repository: valence-platform/valence-actions
ref: latest
token: ${{ secrets.VALENCE_GITHUB_TOKEN_PLATFORM }}
path: .github/valence-actions

- name: Release with rever
uses: ./.github/valence-actions/release-with-rever
with:
release-version: ${{ github.event.inputs.release-version }}
git-token: ${{ secrets.VALENCE_GITHUB_TOKEN_PLATFORM }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ wandb/
oracle/
expts/models/
expts/dev-data/
expts/notebooks/
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,20 @@ The construction of a SAFE strings requires definition a molecular fragmentation

### Installation

You can install `safe` using pip.
You can install `safe` using pip, when the package is public

```bash
pip install safe-mol
pip install safe-mol
```


You can use conda/mamba. Ask @maclandrol for credentials to the conda forge or for a token

```bash
mamba install -c invivoai safe
```


Alternatively clone this repo, install the dependencies, install `safe` locally and you are good to go:


Expand Down
10,001 changes: 0 additions & 10,001 deletions expts/notebook/10k_generated.csv

This file was deleted.

Loading

0 comments on commit 651a0f6

Please sign in to comment.