Finish putting the right banner on science posts that did not have tags
This commit is contained in:
parent
004096730a
commit
eeced93dae
57 changed files with 114 additions and 0 deletions
|
@ -9,6 +9,8 @@ wordpress_id: 196
|
|||
categories:
|
||||
- Linux
|
||||
- Science
|
||||
header:
|
||||
image_fullwidth: banner_other.jpg
|
||||
---
|
||||
|
||||
As I anticipated, I can finally release this small script. Its purpose is to build [BED files](http://http//genome.ucsc.edu/goldenPath/help/customTrack.html#BED) out of tab-delimited text files. I made this because I had several files to make and moving columns left and right (not to mention writing a heading line for the [Genome Browser](http://genome.ucsc.edu)) was becoming annoying. Its use is fairly straightforward, as the help itself says:
|
||||
|
|
Reference in a new issue