Skip to content

Commit 8dfbdf7

Browse files
committed
Update README.md
1 parent bfcfecb commit 8dfbdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Commands will look like this:
1414
echo "I am a command, please type or copy-paste me into your terminal"
1515
```
1616

17-
We will be working with exampe files in .bed format I downloaded and modified from the UCSC genome browser (https://genome.ucsc.edu/). I picked the .bed format because the fiels are organized in tab delimited column format which is exactly the type of data that awk excels at working with. For more on the .bed format see: https://genome.ucsc.edu/FAQ/FAQformat.html#format1. I also want to mention that the content and structure of this tutorial is largely based on the great chapter **Unix Data Tools** in Buffalo, V (2015). Bioinformatic Data Skills. O'Reilly Media.
17+
We will be working with exampe files in .bed format I downloaded and modified from the UCSC genome browser (https://genome.ucsc.edu/). I picked the .bed format because the fiels are organized in tab delimited column format which is exactly the type of data that awk excels at working with. For more on the .bed format see: https://genome.ucsc.edu/FAQ/FAQformat.html#format1. I also want to mention that the content and structure of this tutorial is largely based on the great chapter **Unix Data Tools** in *Buffalo V (2015). Bioinformatics Data Skills. O'Reilly Media*.
1818

1919

0 commit comments

Comments
 (0)