Skip to content

Commit

Permalink
updated samtools link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Schep committed Apr 21, 2015
1 parent aef5093 commit 996a1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NucleoATAC is a python package for calling nucleosome positions and occupancy us

###Needed files
* Aligned paired-end reads in BAM format. Must be sorted & indexed. Probably should be filtered for quality.
* Fasta file with genome reference. Must be indexed by faidx from [samtools](http://samtools.sourceforge.net/).
* Fasta file with genome reference. Must be indexed by faidx from [samtools](http://www.htslib.org/).
* Bed file with regions to perform analysis. Generally will be broad open chromatin regions.

###Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/nucleoatac.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Prior to using nucleoatac to call nucleosomes, you will need at least three type

1) Bam file with aligned reads. These generally will be filtered for reads not mapping to mitochondria & reads with high mapping quality.

2) Fasta file with genome used in alignment. This file must be indexed (using [samtools](http://samtools.sourceforge.net/samtools.shtml#2) faidx)
2) Fasta file with genome used in alignment. This file must be indexed (using [samtools](http://www.htslib.org/) faidx)

3) Sorted bed file with regions for which nucleosome analysis is to be performed. These regions will generally be broad open-chromatin regions (i.e. regions called by MACS2 with the --broad flag). It is potentially advisable to extend these regions a bit (e.g. using bedtools slop). Regions should not overlap so it is advisable to use bedtools merge on these regions.

Expand Down

0 comments on commit 996a1f2

Please sign in to comment.