...
Code Block |
---|
wget http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/faToTwoBit mv faToTwoBit ~/bin chmod a+x ~/bin/faToTwoBit |
h7. Convert the fa files to twoBit
faToTwoBit will read one or more fasta files and convert them to a single 2bit file. To understand how to run it, type the name of the program. If you run it without any arguments, it will print a usage message.
...