Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
added support for 4.1, lilrb fix and expansion enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnnyd committed May 31, 2020
1 parent a614477 commit 782a6e6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# fs-tool

# NOTE: under development and might have some breaking changes, please wait for downwload until 2020-06-01

[![Release][ico-version]][link-version]
[![Build Status][ico-travis]][link-travis]
[![Software License][ico-license]](LICENSE.md)
Expand All @@ -13,8 +11,6 @@ The kir ligand motifs can be updated using the tool.

Detailed instructions and descriptions are available in the [Documentation][link-docs] (documentation will be available soon).



## Install

### Binary
Expand Down Expand Up @@ -58,7 +54,7 @@ $ ./fs-tool -h

```
fstool 0.2.3
fstool 0.2.5
Calculates fraction of shared bound motifs between HLA alleles while incorporating KIR ligand and LILRB binding
information.
Expand Down Expand Up @@ -110,7 +106,7 @@ The `target/release/fs-tool` is for examples after building the tool from source
To run comparison on positions `1,3,7`, and to name the output measure `Example` while updating data from EBI:

``` bash
$ ./target/release/fs-tool -b tests/netmhcpan/netmhcpan_wBA.txt --prefix "example_cohort_Gag_180_209" -o example_result
$ ./target/release/fs-tool -b tests/input/binding_predictions/netmhcpan_wBA.txt --prefix "example_cohort_Gag_180_209" -o example_result
```


Expand All @@ -121,7 +117,7 @@ to drop the default measures `TCR` and `KIR` the flag `--drop-default-measures`
To perform calculations, using the default measures, for `A02:01` and `C08:02` the following command can be ran:

``` bash
$ ./target/release/fs-tool -b tests/netmhcpan/netmhcpan_wBA.txt --prefix "example_cohort_Gag_180_209" -o example_result -i A03:01 C08:02 -c tests/example_cohort.csv
$ ./target/release/fs-tool -b tests/input/binding_predictions/netmhcpan_wBA.txt --prefix "example_cohort_Gag_180_209" -o example_result -i A03:01 C08:02 -c tests/input/cohorts/example_cohort.csv
```

### Output
Expand Down

0 comments on commit 782a6e6

Please sign in to comment.