Difference between revisions of "Hhr2tsv"

From Bioinformatikpedia
(Created page with "This program converts hhblits hhr format file into plain TSV(tab separated values) file. It firstly finds out hits and their statistical information. Then write the information c…")
 
m (Source)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
   
 
== Source ==
 
== Source ==
Source of the program can be found at GitHub: [https://github.com/uheeschen/hhr2tsv.git]
+
Source of the program can be found at GitHub: [https://github.com/uheeschen/hhr2tsv.git hhr2tsv.git]

Latest revision as of 00:37, 6 May 2013

This program converts hhblits hhr format file into plain TSV(tab separated values) file. It firstly finds out hits and their statistical information. Then write the information column-wise into tsv file.

Source

Source of the program can be found at GitHub: hhr2tsv.git