You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Orthograph_Quality_Checker/README.md
+2-12
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,14 @@
1
1
# Orthograph_Quality_Checker.py
2
2
3
-
**Orthograph_Quality_Checker** performs a quality assessment of transcriptome assemblies based on orthology predictions with [Orthograph](https://github.com/mptrsen/Orthograph)[^1].
3
+
**Orthograph_Quality_Checker** performs a quality assessment of transcriptome assemblies based on orthology predictions with [Orthograph](https://github.com/mptrsen/Orthograph)<sup>[1](#one)</sup>.
@@ -29,8 +25,6 @@ Setting `--reuse_tmp` allows you to re-use the summary files from a previous run
29
25
30
26
## The config file
31
27
32
-
---
33
-
34
28
The config file has to be in text format; any file suffix will do.
35
29
36
30
An example config file could look like this:
@@ -52,15 +46,11 @@ All paths have to be either absolute or relative to the location of `Orthograph_
52
46
53
47
## Data preparation
54
48
55
-
---
56
-
57
49
In order for the program to work properly, the structure of the directory tree in the directory specified using the tag `ORTHOGRAPH=` has to look like this:
58
50
`ORTHOGRAPH/ASSEMBLER/TAXON/aa`
59
51
60
52
## The output
61
53
62
-
---
63
-
64
54
The final output is a tab-separated spreadsheet file (`Summarized_Orthograph_results.tsv`) that can be opened in a text editor or a spreadsheet editor like Excel.
65
55
The first column in the file contains the taxon names. The following fields in the same row each correspond to one assembly of this taxon.
66
56
@@ -73,4 +63,4 @@ There are four values in each of those fields:
73
63
74
64
---
75
65
76
-
[^1] Petersen, M., Meusemann, K., Donath, A. et al. Orthograph: a versatile tool for mapping coding nucleotide sequences to clusters of orthologous genes. BMC Bioinformatics 18, 111 (2017). [https://doi.org/10.1186/s12859-017-1529-8](https://doi.org/10.1186/s12859-017-1529-8)
66
+
<aname="one">[1]</a> Petersen, M., Meusemann, K., Donath, A. et al. Orthograph: a versatile tool for mapping coding nucleotide sequences to clusters of orthologous genes. BMC Bioinformatics 18, 111 (2017). [https://doi.org/10.1186/s12859-017-1529-8](https://doi.org/10.1186/s12859-017-1529-8)
0 commit comments