Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmeers authored Aug 10, 2019
1 parent e6b7b4f commit aa21fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Here is some example code for converting from a paired-end BAM to a fragment bed

bedtools bamtobed -bedpe -i $sample.bam > $sample.bed
awk '$1==$4 && $6-$2 < 1000 {print $0}' $sample.bed > $sample.clean.bed
cut -f 1,2,6 $sample.clean.bed > $fragments.bed
bedtools genomecov -i $fragments.bed -g my.genome > $fragments.bedgraph
cut -f 1,2,6 $sample.clean.bed > $sample.fragments.bed
bedtools genomecov -i $sample.fragments.bed -g my.genome > $sample.fragments.bedgraph

## Output file:

Expand Down

0 comments on commit aa21fb8

Please sign in to comment.