Skip to content

Commit bd0a8f1

Browse files
committed
ENH update figure4
1 parent c95b073 commit bd0a8f1

35 files changed

+63
-707
lines changed

General_Scripts/10_Transmembrane_secreted/02_Compare between archaea and bacteria/05_count_cog_class_trans.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def count_class(trans,seq_cogs,outfile):
5656

5757
infile = '90AA_tm_signal.tsv'
5858
infile1 = '0_arc_motif_cog.tsv'
59-
outfile1 = '1_arc_motif_cog_class_count_trans.tsv'
59+
outfile1 = '2_arc_motif_cog_class_count_trans.tsv'
6060
infile2 = '0_bac_motif_cog.tsv'
61-
outfile2 = '1_bac_motif_cog_class_count_trans.tsv'
61+
outfile2 = '2_bac_motif_cog_class_count_trans.tsv'
6262

6363
trans = store(infile)
6464
seq_cogs = merge_class(infile1)

General_Scripts/10_Transmembrane_secreted/02_Compare between archaea and bacteria/06_count_cog_trans.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ def count_bac(infile1,infile2,outfile1,outfile2):
6262
outfile3 = '0_bac_motif_cog_trans.tsv'
6363
outfile4 = '0_bac_motif_cog_not_trans.tsv'
6464

65-
outfile5 = '1_arc_motif_cog_count_trans.tsv'
66-
outfile6 = '1_arc_motif_cog_count_not_trans.tsv'
67-
outfile7 = '1_bac_motif_cog_count_trans.tsv'
68-
outfile8 = '1_bac_motif_cog_count_not_trans.tsv'
65+
outfile5 = '9_arc_motif_cog_count_trans.tsv'
66+
outfile6 = '9_arc_motif_cog_count_not_trans.tsv'
67+
outfile7 = '9_bac_motif_cog_count_trans.tsv'
68+
outfile8 = '9_bac_motif_cog_count_not_trans.tsv'
6969

7070
trans = store(infile)
7171
split(trans,infile1,outfile1,outfile2)

General_Scripts/10_Transmembrane_secreted/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
| 02_extract_cog.py | Extract bacterial and archaeal 90AA families with COG annotation | 90AA_tax.tsv.xz 1_cdd_tcov_90AA.tsv.gz cddid_all.tbl cog-20.def.tab.tsv | 0_arc_motif_cog.tsv 0_bac_motif_cog.tsv 0_bg_motif_cog.tsv |
1717
| 03_count_cog_class.py | Count the number of each COG class of smORFs | 0_bac_motif_cog.tsv 0_arc_motif_cog.tsv 0_bg_motif_cog.tsv | 1_bac_motif_cog_class_count.tsv 1_arc_motif_cog_class_count.tsv 1_bg_motif_cog_class_count.tsv |
1818
| 04_count_cog.py | Count the number of each COG of smORFs | 0_arc_motif_cog.tsv 0_bg_motif_cog.tsv | 1_arc_motif_cog_count.tsv 1_bg_motif_cog_count.tsv_new |
19-
| 05_count_cog_class_trans.py | Count number of each cog class number of transmembrane or secreted smORFs | 90AA_tm_signal.tsv 0_arc_motif_cog.tsv 0_bac_motif_cog.tsv | 1_arc_motif_cog_class_count_trans.tsv 1_bac_motif_cog_class_count_trans.tsv |
20-
| 06_count_cog_trans.py | Count number of each COG of transmembrane or secreted smORFs | 90AA_tm_signal.tsv.gz 90AA_tm_signal.tsv.gz 0_arc_motif_cog.tsv 0_bac_motif_cog.tsv | 1_arc_motif_cog_count_trans.tsv 1_arc_motif_cog_count_not_trans.tsv 1_bac_motif_cog_count_trans.tsv 1_bac_motif_cog_count_not_trans.tsv |
19+
| 05_count_cog_class_trans.py | Count number of each cog class number of transmembrane or secreted smORFs | 90AA_tm_signal.tsv 0_arc_motif_cog.tsv 0_bac_motif_cog.tsv | 2_arc_motif_cog_class_count_trans.tsv 2_bac_motif_cog_class_count_trans.tsv |
20+
| 06_count_cog_trans.py | Count number of each COG of transmembrane or secreted smORFs | 90AA_tm_signal.tsv.gz 0_arc_motif_cog.tsv 0_bac_motif_cog.tsv | 9_arc_motif_cog_count_trans.tsv 9_arc_motif_cog_count_not_trans.tsv 9_bac_motif_cog_count_trans.tsv 9_bac_motif_cog_count_not_trans.tsv |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)