Skip to content

Commit

Permalink
added example case
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawkey committed Mar 11, 2015
1 parent 9cf0806 commit 892f57f
Show file tree
Hide file tree
Showing 5 changed files with 191,304 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,31 @@ Install with pip:
pip install IS_mapper/
```

Testing the installation:
Testing ISMapper is installed:

```
ismap --version
compiled_table.py -h
```

### Running a test case

To check that all dependencies are working correctly and outputs are as expected:

Download _Streptococcus suis_ P1/7 reads from SRA

```
wget ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR225/ERR225612/ERR225612_*.fastq.gz
```

Run ISMapper, using the IS query and reference genbank in test/inputs

```
ismap --reads ERR225612_*.fastq.gz --queries IS_mapper/test/inputs/ISSsu3.fasta --typingRef IS_mapper/test/inputs/S_suis_P17.gbk --log --runtype typing --output S_suis
```

There are some example output files in test/example_results to compare your results files to.

## Method

ISMapper finds locations of an IS query in short read data using a series of mapping steps.
Expand Down
Loading

0 comments on commit 892f57f

Please sign in to comment.