Skip to content

Commit

Permalink
Merge pull request #21 from jeffersonfparil/dev
Browse files Browse the repository at this point in the history
struggling with cross-compiling for macOS
  • Loading branch information
jeffersonfparil authored Feb 19, 2024
2 parents dc00b7b + 9755bf0 commit 2e8fd9d
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ Impute allele frequencies to reduce sparsity of genotype data from polyploids, p

## Installation

### Pre-compiled binaries

1. Download the appropriate executable binary compatible with your system

- [GNU/Linux (x86 64-bit)](some/link)
- [Windows 10 (x86 64-bit)](some/link)
- ~[macOS Catalina (x86 64-bit)](some/link)~ (macOS binary pending)

2. Configure and execute

- In GNU/Linux (macOS binary pending):

```shell
unzip imputef.zip
chmod +x imputef
./imputef
```

- In Windows, open command prompt via: *Win + R*, type "cmd" and press enter. Navigate to your download folder and execute, e.g. `imputef-x86_64-windows.exe -h`.

### Compile from source

1. Clone the repository
Expand Down Expand Up @@ -41,27 +61,6 @@ type -a imputef
cd ~; imputef -h; cd -
```

### Pre-compiled binaries

1. Download the appropriate executable binary compatible with your system

- [GNU/Linux (x86 64-bit)](some/link)
- [macOS Catalina (x86 64-bit)](some/link)
- [Windows 10 (x86 64-bit)](some/link)

2. Configure and execute

- In GNU/Linux and macOS:

```shell
unzip imputef.zip
chmod +x imputef
./imputef
```

- In Windows, open command prompt via: *Win + R*, type "cmd" and press enter. Navigate to your download folder and execute, e.g. `imputef-x86_64-windows.exe -h`.


## Usage

### Quickstart
Expand Down

0 comments on commit 2e8fd9d

Please sign in to comment.