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 aa21fb8 commit 4d8f22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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 > $sample.fragments.bed
bedtools genomecov -i $sample.fragments.bed -g my.genome > $sample.fragments.bedgraph
bedtools genomecov -bg -i $sample.fragments.bed -g my.genome > $sample.fragments.bedgraph

## Output file:

Expand Down

0 comments on commit 4d8f22b

Please sign in to comment.