Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update to 1.1.1
  • Loading branch information
yil8 committed Jan 10, 2014
1 parent 12ada45 commit bdb3620
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
README for PyLOH 1.1
====================
README for PyLOH 1.1.1
======================


INTRODUCTION
Expand Down Expand Up @@ -95,8 +95,9 @@ cancer sequencing data, execute:
$ PyLOH.py preprocess REFERENCE_GENOME.fasta NORMAL.bam TUMOUR.bam BASENAME --segments_bed SEGMENTS.bed --min_depth 20 --min_base_qual 10 --min_map_qual 10 --process_num 10
```

**REFERENCE_GENOME.fasta** The path to the fasta file that the paired BAM files aligned to. Note that the index file should be generated
for the reference genome. This can be done by running samtools as follows:
**REFERENCE_GENOME.fasta** The path to the fasta file that the paired BAM files aligned to. Currently, only the
[UCSC](https://genome.ucsc.edu/FAQ/FAQformat.html#format1) and [ENSEMBL](http://uswest.ensembl.org/info/website/upload/bed.html)
chromosome format are supported. Note that the index file should be generated for the reference genome. This can be done by running samtools as follows:

`$ samtools faidx REFERENCE_GENOME.fasta`

Expand Down

0 comments on commit bdb3620

Please sign in to comment.