Skip to content

Commit 8ce8add

Browse files
committed
Merge branch 'master' of https://github.com/mckennalab/FlashFry
2 parents 6f7ab2e + 2782569 commit 8ce8add

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The easiest way to get started it to try out the quick-start procedure to make s
3131
First, make sure you're running Java version 8 (type ```java -version``` on the command line to see the version). From the UNIX or Mac command line, download the latest release version of the FlashFry jar file:
3232

3333
```shell
34-
wget https://github.com/mckennalab/FlashFry/releases/download/1.11/FlashFry-assembly-1.11.jar
34+
wget https://github.com/mckennalab/FlashFry/releases/download/1.12/FlashFry-assembly-1.12.jar
3535
```
3636
Download and then un-gzip the sample data for human chromosome 22:
3737

@@ -44,7 +44,7 @@ Then run the database creation step (this should take a few minutes, it takes ~7
4444

4545
```shell
4646
mkdir tmp
47-
java -Xmx4g -jar FlashFry-assembly-1.11.jar \
47+
java -Xmx4g -jar FlashFry-assembly-1.12.jar \
4848
index \
4949
--tmpLocation ./tmp \
5050
--database chr22_cas9ngg_database \
@@ -55,7 +55,7 @@ java -Xmx4g -jar FlashFry-assembly-1.11.jar \
5555
Now we discover candidate targets and their potential off-target in the test data (takes a few seconds). Here we're using the EMX1 target with some random sequence flanking the target site:
5656

5757
```shell
58-
java -Xmx4g -jar FlashFry-assembly-1.11.jar \
58+
java -Xmx4g -jar FlashFry-assembly-1.12.jar \
5959
discover \
6060
--database chr22_cas9ngg_database \
6161
--fasta EMX1_GAGTCCGAGCAGAAGAAGAAGGG.fasta \
@@ -65,7 +65,7 @@ java -Xmx4g -jar FlashFry-assembly-1.11.jar \
6565
Finally we score the discovered sites (a few seconds):
6666

6767
```shell
68-
java -Xmx4g -jar FlashFry-assembly-1.11.jar \
68+
java -Xmx4g -jar FlashFry-assembly-1.12.jar \
6969
score \
7070
--input EMX1.output \
7171
--output EMX1.output.scored \

0 commit comments

Comments
 (0)