Skip to content

Commit

Permalink
BPGA pan-genome result summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tli14 committed Nov 24, 2021
1 parent f893e48 commit c071c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Python_Shell_scripts/5.Three_tools/BPGA/summary.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## From BPGA results, the file "3.ctrl_G2.txt" is used to calcultate the number of core genes in pan-genome.
## Count the number of core genes when using different core gene threshold.

less 3.ctrl_G2.txt | cut -f 1 | uniq -c |sort -nr| awk '$1==100'| wc -l | less

0 comments on commit c071c78

Please sign in to comment.