fibertools-rs 0.4.1

Fiber-seq toolkit in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# How to install pytorch on conda with gpu

```
mamba install pytorch=1.12 torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
```

# How to make the docker image using the Dockerfile

```
cargo clean && docker build --progress=plain -f Dockerfile .
```