Mercurial > repos > abims-sbr > mutcount
diff scripts/S01b_study_seq_composition_aa.py @ 7:f1e24200e5ae draft
planemo upload for repository htpps://github.com/abims-sbr/adaptearch commit b7a3030ea134b5dfad89b1a869db659d72d1145c
| author | abims-sbr |
|---|---|
| date | Wed, 28 Feb 2018 10:39:41 -0500 |
| parents | 0ba551449008 |
| children | 04a9ada73cc4 |
line wrap: on
line diff
--- a/scripts/S01b_study_seq_composition_aa.py Wed Feb 28 06:06:14 2018 -0500 +++ b/scripts/S01b_study_seq_composition_aa.py Wed Feb 28 10:39:41 2018 -0500 @@ -5,7 +5,7 @@ ## Last Version : 12/2017 by Victor Mataigne ## Object: Test for compositional bias in genome and proteome as marker of thermal adaptation (comparison between 2 "hot" species: Ap and Ps and two "cold" species: Pg, Pp) -import sys,os,shutil,subprocess,string +import sys,os,shutil,subprocess,string, itertools from functions import simplify_fasta_name, dico script_path = os.path.dirname(sys.argv[0])
