Mercurial > repos > abims-sbr > orthogroups_tool
comparison test-data/orthogroups_tool.output @ 0:d33ad52f59bc draft default tip
planemo upload for repository htpps://github.com/abims-sbr/adaptearch commit 3c7982d775b6f3b472f6514d791edcb43cd258a1-dirty
author | abims-sbr |
---|---|
date | Fri, 01 Feb 2019 10:25:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d33ad52f59bc |
---|---|
1 | |
2 -This script works on the 'Orthogroups' file output of Orthofinder to split each orthogroup in a single fasta file. | |
3 -It also gets rid of orthogroups with less sequences than the number specified by the user. | |
4 Building hashTable IDs/sequences ... | |
5 | |
6 Reading Orthogroups.txt and writing orthogroups to separated files... | |
7 (Dropping orthogroups of less than 2 loci.) | |
8 | |
9 Summary before paralogous filtering : | |
10 | |
11 2 sps 3 sps 4 sps | |
12 2 seqs 1 0 0 | |
13 3 seqs 1 3 0 | |
14 5 seqs 0 0 1 | |
15 8 seqs 0 1 0 | |
16 | |
17 Summary after paralogous filtering : | |
18 | |
19 2 sps 3 sps 4 sps | |
20 2 seqs 2 0 0 | |
21 3 seqs 0 4 0 | |
22 4 seqs 0 0 1 | |
23 | |
24 7 filtered orthogroups have been written in separated files | |
25 | |
26 Filtered orthogroups are written in the directory 'filtered_orthogroups' | |
27 | |
28 Full orthogroups files are written in the directory 'orthogroups_withParalogs' | |
29 |