Skip to content

Commit

Permalink
macOS Apple silicon docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Nov 22, 2024
1 parent eb63cc3 commit 761deb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ dnaapler chromosome -i input_chromosome.fasta -o output_directory_path -p my_bac
```

* If you have a MacOS machine with Apple Silicon (M1/M2/M3/M4), please try

```
conda create --platform osx-64 -n dnaapler_env dnaapler
conda activate dnaapler_env
dnaapler all -i input_mixed_contigs.fasta -o output_directory_path -p my_bacteria_name -t 8
```

## Paper

Dnaapler has been published in JOSS [here](https://joss.theoj.org/papers/10.21105/joss.05968). If you use Dnaapler in your work, please cite it as follows:
Expand Down

0 comments on commit 761deb4

Please sign in to comment.